This commit is contained in:
2026-01-20 13:18:30 +03:00
parent 9b2fd4eff3
commit 238d501ac4
207 changed files with 30 additions and 88 deletions

View File

@@ -7,11 +7,11 @@
<x>0</x>
<y>0</y>
<width>500</width>
<height>350</height>
<height>300</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -19,7 +19,7 @@
<property name="minimumSize">
<size>
<width>500</width>
<height>350</height>
<height>300</height>
</size>
</property>
<property name="windowTitle">
@@ -184,43 +184,6 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_AutoStart">
<item>
<widget class="QLabel" name="label_AutoStart">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Auto start</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_AutoStart">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkAutoStart">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
@@ -246,8 +209,8 @@
<string>Save</string>
</property>
<property name="icon">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/circleGreen.png</normaloff>:/resources/icons/circleGreen.png</iconset>
<iconset resource="../../LibServer/Server.qrc">
<normaloff>:/resources/icons/save.png</normaloff>:/resources/icons/save.png</iconset>
</property>
<property name="iconSize">
<size>
@@ -375,6 +338,7 @@
</widget>
<resources>
<include location="../InstructorsAndTrainees.qrc"/>
<include location="../../LibServer/Server.qrc"/>
</resources>
<connections/>
</ui>