Add text edit to hold the output of the python script
This commit is contained in:
parent
b6fb6ca7d4
commit
cd67e8ddd7
3 changed files with 8 additions and 3 deletions
|
|
@ -26,6 +26,7 @@ class MainWindow : public QMainWindow
|
|||
QCodeEditor codeEditor;
|
||||
QPythonHighlighter highligter;
|
||||
QPythonCompleter completer;
|
||||
QTextEdit pythonOutput;
|
||||
|
||||
signals:
|
||||
void channelStateChanged(uint16_t device, uint16_t channel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue