123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>SpeedAdjPage</class>
- <widget class="QMainWindow" name="SpeedAdjPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>564</width>
- <height>180</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QLabel" name="speedLabel">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>561</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(170, 170, 255);</string>
- </property>
- <property name="text">
- <string extracomment="快捷键盘">Shortcut Keyboard</string>
- </property>
- </widget>
- <widget class="QWidget" name="gridLayoutWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>30</y>
- <width>561</width>
- <height>101</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <item row="1" column="0">
- <widget class="QPushButton" name="subBut_10000">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>-10000</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QPushButton" name="subBut_1000">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>-1000</string>
- </property>
- </widget>
- </item>
- <item row="2" column="3">
- <widget class="QPushButton" name="addBut_10">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>+10</string>
- </property>
- </widget>
- </item>
- <item row="1" column="4">
- <widget class="QPushButton" name="addBut_100">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>+100</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QPushButton" name="subBut_100000">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>-100000</string>
- </property>
- </widget>
- </item>
- <item row="2" column="2">
- <widget class="QPushButton" name="subBut_10">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>-10</string>
- </property>
- </widget>
- </item>
- <item row="2" column="4">
- <widget class="QPushButton" name="addBut_1000">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>+1000</string>
- </property>
- </widget>
- </item>
- <item row="2" column="5">
- <widget class="QPushButton" name="addBut_100000">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>+100000</string>
- </property>
- </widget>
- </item>
- <item row="1" column="5">
- <widget class="QPushButton" name="addBut_10000">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>+10000</string>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QPushButton" name="subBut_1">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>-1</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QPushButton" name="subBut_100">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>-100</string>
- </property>
- </widget>
- </item>
- <item row="1" column="3">
- <widget class="QPushButton" name="addBut_1">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string>+1</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>140</y>
- <width>351</width>
- <height>32</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="subBut">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string><<</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="valLineEdit">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>30</height>
- </size>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="addBut">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>>></string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QPushButton" name="closeBut">
- <property name="geometry">
- <rect>
- <x>527</x>
- <y>2</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>X</string>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|