Settings 1

This commit is contained in:
2025-10-20 18:47:13 +03:00
parent 294a7e4a7d
commit 068a4ee14a
14 changed files with 470 additions and 43 deletions

View File

@@ -28,8 +28,8 @@
<widget class="QToolButton" name="btnStartServer">
<property name="minimumSize">
<size>
<width>80</width>
<height>55</height>
<width>130</width>
<height>58</height>
</size>
</property>
<property name="maximumSize">
@@ -51,7 +51,7 @@
<string>Start</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<iconset resource="ServerLMS.qrc">
<normaloff>:/resources/icons/rocket.png</normaloff>:/resources/icons/rocket.png</iconset>
</property>
<property name="iconSize">
@@ -69,8 +69,8 @@
<widget class="QToolButton" name="btnStopServer">
<property name="minimumSize">
<size>
<width>80</width>
<height>55</height>
<width>130</width>
<height>58</height>
</size>
</property>
<property name="maximumSize">
@@ -92,7 +92,7 @@
<string>Stop</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<iconset resource="ServerLMS.qrc">
<normaloff>:/resources/icons/stop.png</normaloff>:/resources/icons/stop.png</iconset>
</property>
<property name="iconSize">
@@ -106,6 +106,25 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblOnOff">
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="ServerLMS.qrc">:/resources/icons/switchOff.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
@@ -120,21 +139,28 @@
</spacer>
</item>
<item>
<widget class="QLabel" name="lblOnOff">
<property name="maximumSize">
<widget class="QToolButton" name="btnSettings">
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
<width>130</width>
<height>58</height>
</size>
</property>
<property name="text">
<string/>
<string>Settings</string>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/resources/icons/switchOff.png</pixmap>
<property name="icon">
<iconset resource="../InstructorsAndTrainees/InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/settings.png</normaloff>:/resources/icons/settings.png</iconset>
</property>
<property name="scaledContents">
<bool>true</bool>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
</widget>
</item>
@@ -263,7 +289,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/resources/icons/open.png</pixmap>
<pixmap resource="ServerLMS.qrc">:/resources/icons/open.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
@@ -279,7 +305,8 @@
</layout>
</widget>
<resources>
<include location="resources.qrc"/>
<include location="../InstructorsAndTrainees/InstructorsAndTrainees.qrc"/>
<include location="ServerLMS.qrc"/>
</resources>
<connections/>
</ui>