use venv
This commit is contained in:
parent
4c2a4790c0
commit
e47c806a2a
4 changed files with 286 additions and 9 deletions
|
|
@ -44,14 +44,19 @@ private slots:
|
|||
void runScript();
|
||||
void stopScript();
|
||||
void readState();
|
||||
void onVenvPreparationProgress(const QString& message);
|
||||
void onVenvPreparationFinished();
|
||||
|
||||
private:
|
||||
void enumerateDevices();
|
||||
void generateExample();
|
||||
void updateStatus();
|
||||
void disconnectDevices();
|
||||
void blockUIForVenvPreparation();
|
||||
void unblockUI();
|
||||
QString currentFilePath;
|
||||
bool isFileModified;
|
||||
bool uiBlocked;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue