Server Interface Refact

This commit is contained in:
2025-10-20 15:24:04 +03:00
parent 86ee77e8cb
commit 93343a56e5
5 changed files with 250 additions and 212 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1200</width>
<width>1198</width>
<height>800</height>
</rect>
</property>
@@ -17,7 +17,11 @@
</font>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>Server Learning management system (LMS)</string>
</property>
<property name="windowIcon">
<iconset resource="testServerLMS.qrc">
<normaloff>:/resources/IcoServerRRJ.ico</normaloff>:/resources/IcoServerRRJ.ico</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_2">
@@ -89,13 +93,15 @@
<rect>
<x>0</x>
<y>0</y>
<width>1200</width>
<width>1198</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<resources>
<include location="testServerLMS.qrc"/>
</resources>
<connections/>
</ui>