PD: refactor the constructor of TaskDialogPython

This commit is contained in:
wmayer
2023-02-24 13:52:42 +01:00
committed by wwmayer
parent 45eff3aaed
commit 4a390ddeb6
2 changed files with 74 additions and 51 deletions

View File

@@ -176,6 +176,9 @@ public:
bool eventFilter(QObject *watched, QEvent *event) override;
private:
bool tryLoadUiFile();
bool tryLoadForm();
void appendForm(QWidget* widget, const QPixmap& icon);
void clearForm();
private: