📄 worldtimer.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>WorldTimer</class> <widget class="QDialog" name="WorldTimer" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>304</height> </rect> </property> <property name="windowTitle" > <string>World Timer and Stopwatch</string> </property> <property name="whatsThis" > <string comment="hello" >World Timer and Stop Watch-- version 1.0028</string> </property> <widget class="QGroupBox" name="groupBox_3" > <property name="geometry" > <rect> <x>300</x> <y>10</y> <width>81</width> <height>151</height> </rect> </property> <property name="title" > <string/> </property> <widget class="QCheckBox" name="cbSychron" > <property name="geometry" > <rect> <x>10</x> <y>130</y> <width>70</width> <height>19</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>8</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="text" > <string>Synchro</string> </property> </widget> <widget class="QSlider" name="slideTimerStopWatch" > <property name="geometry" > <rect> <x>30</x> <y>40</y> <width>20</width> <height>81</height> </rect> </property> <property name="toolTip" > <string>Push, get a Stopwatch</string> </property> <property name="maximum" > <number>1</number> </property> <property name="value" > <number>1</number> </property> <property name="orientation" > <enum>Qt::Vertical</enum> </property> </widget> <widget class="QLabel" name="label_5" > <property name="geometry" > <rect> <x>10</x> <y>10</y> <width>62</width> <height>21</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>8</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="text" > <string>StopWatch</string> </property> </widget> </widget> <widget class="QFrame" name="frameTimer" > <property name="geometry" > <rect> <x>50</x> <y>10</y> <width>151</width> <height>151</height> </rect> </property> <property name="frameShape" > <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow" > <enum>QFrame::Plain</enum> </property> <widget class="QLabel" name="lbIndicateTimer" > <property name="geometry" > <rect> <x>70</x> <y>110</y> <width>20</width> <height>21</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>8</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="text" > <string>AM</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox" > <property name="geometry" > <rect> <x>10</x> <y>170</y> <width>381</width> <height>131</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>10</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="title" > <string>Control Panel</string> </property> <widget class="QSlider" name="sliderWorldTimer" > <property name="geometry" > <rect> <x>30</x> <y>60</y> <width>301</width> <height>16</height> </rect> </property> <property name="toolTip" > <string>change timer zone</string> </property> <property name="autoFillBackground" > <bool>true</bool> </property> <property name="maximum" > <number>2</number> </property> <property name="value" > <number>1</number> </property> <property name="sliderPosition" > <number>1</number> </property> <property name="tracking" > <bool>true</bool> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="invertedAppearance" > <bool>false</bool> </property> <property name="invertedControls" > <bool>false</bool> </property> <property name="tickPosition" > <enum>QSlider::NoTicks</enum> </property> <property name="tickInterval" > <number>0</number> </property> </widget> <widget class="QLabel" name="lbShanghai" > <property name="geometry" > <rect> <x>20</x> <y>30</y> <width>61</width> <height>20</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>12</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="toolTip" > <string>ShangHai,BeiJing</string> </property> <property name="text" > <string>CHINA</string> </property> </widget> <widget class="QLabel" name="lbEurope" > <property name="geometry" > <rect> <x>160</x> <y>30</y> <width>71</width> <height>20</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>12</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="toolTip" > <string>Berlin,Paris</string> </property> <property name="text" > <string>EUROPE</string> </property> </widget> <widget class="QLabel" name="lbUsa" > <property name="geometry" > <rect> <x>320</x> <y>30</y> <width>41</width> <height>20</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>12</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="toolTip" > <string>Not define, Welcome To:weichun.yang@siemens.com</string> </property> <property name="text" > <string>USA</string> </property> </widget> <widget class="QTimeEdit" name="timeEditConfigue" > <property name="geometry" > <rect> <x>30</x> <y>90</y> <width>117</width> <height>25</height> </rect> </property> </widget> <widget class="QPushButton" name="btSetLocalTime" > <property name="geometry" > <rect> <x>220</x> <y>90</y> <width>111</width> <height>24</height> </rect> </property> <property name="toolTip" > <string>set local timer of China, Europe and Usa</string> </property> <property name="text" > <string>Set World Time</string> </property> </widget> </widget> </widget> <pixmapfunction></pixmapfunction> <tabstops> <tabstop>slideTimerStopWatch</tabstop> <tabstop>sliderWorldTimer</tabstop> <tabstop>timeEditConfigue</tabstop> </tabstops> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -