feat: add translate field and autoStartBox

This commit is contained in:
semenov
2024-08-29 16:18:19 +03:00
parent 321ba21942
commit 143d7f0868
24 changed files with 454 additions and 110 deletions

View File

@@ -206,9 +206,9 @@
<property name="geometry">
<rect>
<x>10</x>
<y>430</y>
<y>400</y>
<width>681</width>
<height>61</height>
<height>88</height>
</rect>
</property>
<layout class="QHBoxLayout" name="downlayout">
@@ -219,6 +219,9 @@
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
</widget>
</item>
<item>
@@ -243,7 +246,7 @@
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="downLayoutButtons">
<layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
@@ -253,7 +256,7 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<item row="1" column="0">
<widget class="QPushButton" name="connectButton">
<property name="enabled">
<bool>true</bool>
@@ -287,7 +290,35 @@
</property>
</widget>
</item>
<item>
<item row="1" column="2">
<widget class="QPushButton" name="startButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>Запуск</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="updateButton">
<property name="enabled">
<bool>true</bool>
@@ -318,31 +349,16 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="startButton">
<item row="0" column="2">
<widget class="QCheckBox" name="autostartCheckBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>Запуск</string>
<string>Автозапуск</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
@@ -451,7 +467,7 @@
</size>
</property>
<property name="text">
<string>Выберите активные мониторы</string>
<string>Выберите активные мониторы:</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
@@ -469,6 +485,57 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="languageTite">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Язык</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="languageComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>RUS</string>
</property>
</item>
<item>
<property name="text">
<string>ENG</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>