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

@ -69,10 +69,16 @@
<string>&amp;Server</string>
</property>
</widget>
<widget class="QMenu" name="menu_Tools">
<property name="title">
<string>&amp;Tools</string>
</property>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menu_View"/>
<addaction name="menu_Server"/>
<addaction name="menu_Tools"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>