Added a SettingsDialog with a "Server" tab to configure the server settings.

This commit is contained in:
2026-02-03 11:22:55 +01:00
parent 0eef55fc32
commit 4c4d734b1b
6 changed files with 127 additions and 0 deletions

View File

@ -68,6 +68,9 @@ class MainWindow : public QMainWindow {
void postItems();
void deleteItem();
/// 'Tools' slots
void execSettingsDialog();
private:
Ui::MainWindow* ui;
@ -112,6 +115,7 @@ class MainWindow : public QMainWindow {
void createUndoActions();
void createEditActions();
void createServerActions();
void createToolsActions();
void createHelpMenu();
void createGuiDialogs();
};