mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add basic ToolBar
This commit is contained in:
parent
76bf46613e
commit
661b410db1
2 changed files with 39 additions and 5 deletions
|
@ -18,12 +18,12 @@
|
|||
#ifndef CHIAKI_MAINWINDOW_H
|
||||
#define CHIAKI_MAINWINDOW_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QMainWindow>
|
||||
|
||||
class DynamicGridWidget;
|
||||
class ServerItemWidget;
|
||||
|
||||
class MainWindow : public QWidget
|
||||
class MainWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -37,6 +37,9 @@ class MainWindow : public QWidget
|
|||
public slots:
|
||||
void ServerItemWidgetSelected();
|
||||
void ServerItemWidgetTriggered();
|
||||
|
||||
void RunDiscovery();
|
||||
void ShowSettings();
|
||||
};
|
||||
|
||||
#endif //CHIAKI_MAINWINDOW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue