Experimenting with plugin and main app communication.

This commit is contained in:
2025-11-23 02:18:24 +00:00
parent b874491d9c
commit 42828b368d
14 changed files with 137 additions and 6 deletions

View File

@@ -16,6 +16,8 @@ public:
QString pname() override;
QString pdesc() override;
QWidget *pcontent() override;
void connectToHost(QObject* host) override;
private:
QGroupBox *horizontalGroupBox;