Added "Server" menu with "fetch items" and "post items" actions to trigger communication with the RESTful server.

This commit is contained in:
2026-01-29 09:00:12 +01:00
parent 8f61c6bc2f
commit 518bebcbb7
3 changed files with 44 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
@ -64,9 +64,15 @@
</property>
<addaction name="actionCheck_for_update"/>
</widget>
<widget class="QMenu" name="menu_Server">
<property name="title">
<string>&amp;Server</string>
</property>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menu_View"/>
<addaction name="menu_Server"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>