tilde~
Puredata Qt-based GUI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
UITextEditor.h
Go to the documentation of this file.
1 // (c) 2017 Alex Nadzharov
2 // License: GPL3
3 
4 #ifndef UITEXTEDITOR_H
5 #define UITEXTEDITOR_H
6 
7 #include <QWidget>
8 
9 namespace tilde{
16 {
17 public:
18  UITextEditor();
19 };
20 }
21 
22 #endif // UITEXTEDITOR_H
Stub for generic text editor.
Definition: UITextEditor.h:15
UITextEditor()
Definition: UITextEditor.cpp:8