|
@@ -1,34 +1,61 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<ui version="4.0">
|
|
<class>SpeedAdjWnd</class>
|
|
<class>SpeedAdjWnd</class>
|
|
- <widget class="QMainWindow" name="SpeedAdjWnd">
|
|
|
|
|
|
+ <widget class="QWidget" name="SpeedAdjWnd">
|
|
<property name="geometry">
|
|
<property name="geometry">
|
|
<rect>
|
|
<rect>
|
|
<x>0</x>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<y>0</y>
|
|
- <width>429</width>
|
|
|
|
- <height>51</height>
|
|
|
|
|
|
+ <width>510</width>
|
|
|
|
+ <height>68</height>
|
|
</rect>
|
|
</rect>
|
|
</property>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
<string>MainWindow</string>
|
|
</property>
|
|
</property>
|
|
- <widget class="QWidget" name="centralwidget">
|
|
|
|
- <widget class="QWidget" name="">
|
|
|
|
|
|
+ <widget class="QWidget" name="centralwidget" native="true">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>0</x>
|
|
|
|
+ <y>0</y>
|
|
|
|
+ <width>509</width>
|
|
|
|
+ <height>108</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<property name="geometry">
|
|
<rect>
|
|
<rect>
|
|
<x>1</x>
|
|
<x>1</x>
|
|
<y>10</y>
|
|
<y>10</y>
|
|
- <width>421</width>
|
|
|
|
- <height>37</height>
|
|
|
|
|
|
+ <width>508</width>
|
|
|
|
+ <height>51</height>
|
|
</rect>
|
|
</rect>
|
|
</property>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
+ <property name="spacing">
|
|
|
|
+ <number>3</number>
|
|
|
|
+ </property>
|
|
<item>
|
|
<item>
|
|
- <widget class="QLabel" name="speedLabel_1">
|
|
|
|
|
|
+ <spacer name="horizontalSpacer_2">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeType">
|
|
|
|
+ <enum>QSizePolicy::Fixed</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>30</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QLabel" name="speedLabel">
|
|
<property name="minimumSize">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<size>
|
|
- <width>88</width>
|
|
|
|
|
|
+ <width>113</width>
|
|
<height>0</height>
|
|
<height>0</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
@@ -46,7 +73,7 @@
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <widget class="QPushButton" name="speedSubBut_1">
|
|
|
|
|
|
+ <widget class="QPushButton" name="speedSubBut">
|
|
<property name="font">
|
|
<property name="font">
|
|
<font>
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<pointsize>16</pointsize>
|
|
@@ -58,16 +85,19 @@
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <widget class="QLineEdit" name="lineEdit">
|
|
|
|
|
|
+ <widget class="QLineEdit" name="speedLineEdit">
|
|
<property name="font">
|
|
<property name="font">
|
|
<font>
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</font>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="alignment">
|
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
|
+ </property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <widget class="QPushButton" name="speedAddBut_1">
|
|
|
|
|
|
+ <widget class="QPushButton" name="speedAddBut">
|
|
<property name="font">
|
|
<property name="font">
|
|
<font>
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<pointsize>16</pointsize>
|
|
@@ -78,6 +108,22 @@
|
|
</property>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
|
|
+ <item>
|
|
|
|
+ <spacer name="horizontalSpacer">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeType">
|
|
|
|
+ <enum>QSizePolicy::Fixed</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>89</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
</layout>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|