Add text edit to hold the output of the python script

This commit is contained in:
Carl Philipp Klemm 2025-10-13 15:47:44 +02:00
parent b6fb6ca7d4
commit cd67e8ddd7
3 changed files with 8 additions and 3 deletions

View file

@ -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);