feat: first UI update

This commit is contained in:
semenov
2024-10-03 10:13:14 +03:00
parent 85c0105aed
commit 1d7e6a4622
44 changed files with 97798 additions and 34084 deletions

View File

@@ -167,9 +167,9 @@
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<y>44</y>
<width>781</width>
<height>211</height>
<height>201</height>
</rect>
</property>
<property name="frameShape">
@@ -181,9 +181,9 @@
<widget class="QWidget" name="displayGroupWidget" native="true">
<property name="geometry">
<rect>
<x>40</x>
<x>0</x>
<y>10</y>
<width>700</width>
<width>781</width>
<height>200</height>
</rect>
</property>
@@ -201,11 +201,26 @@
</property>
<property name="maximumSize">
<size>
<width>700</width>
<width>5000</width>
<height>200</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="displayChoiceTitle">
<property name="sizePolicy">
@@ -249,7 +264,7 @@
</property>
<property name="maximumSize">
<size>
<width>700</width>
<width>1500</width>
<height>16777215</height>
</size>
</property>
@@ -273,7 +288,7 @@
<property name="geometry">
<rect>
<x>730</x>
<y>10</y>
<y>0</y>
<width>51</width>
<height>40</height>
</rect>
@@ -300,7 +315,7 @@
<rect>
<x>0</x>
<y>560</y>
<width>200</width>
<width>211</width>
<height>30</height>
</rect>
</property>
@@ -314,11 +329,17 @@
<item>
<widget class="QLabel" name="languageTitle">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>Calibri</family>
@@ -336,11 +357,17 @@
<item>
<widget class="QComboBox" name="languageComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>70</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>Helvetica Cyr Upright-Bold</family>
@@ -935,7 +962,93 @@
</item>
</layout>
</widget>
<zorder>LanguageWidget</zorder>
<widget class="QWidget" name="headerWidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>801</width>
<height>40</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<layout class="QHBoxLayout" name="headerLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QWidget" name="iconWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="MyWinHeader" name="headerLabel">
<property name="text">
<string>Тренажер процедур технического обслуживания самолета RRJ-95NEW-100</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="exitButton">
<property name="minimumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<zorder>mainFrame</zorder>
<zorder>layoutWidget</zorder>
<zorder>horizontalWidget</zorder>
@@ -944,8 +1057,17 @@
<zorder>debugWidget</zorder>
<zorder>updateButtonGroup_2</zorder>
<zorder>updateWidget</zorder>
<zorder>headerWidget</zorder>
<zorder>LanguageWidget</zorder>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>MyWinHeader</class>
<extends>QLabel</extends>
<header>mywinheader.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>