mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 21:13:12 -07:00
Add DynamicGridWidget Unique Selection
This commit is contained in:
parent
264d7523ec
commit
76bf46613e
6 changed files with 65 additions and 4 deletions
|
@ -33,6 +33,10 @@ class MainWindow : public QWidget
|
|||
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void ServerItemWidgetSelected();
|
||||
void ServerItemWidgetTriggered();
|
||||
};
|
||||
|
||||
#endif //CHIAKI_MAINWINDOW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue