?? setlocaltime.ui
字號:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>SetTimeDialog</class> <widget class="QDialog" name="SetTimeDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>273</width> <height>130</height> </rect> </property> <property name="windowTitle" > <string>Configuration</string> </property> <widget class="QGroupBox" name="gbSetTime" > <property name="geometry" > <rect> <x>10</x> <y>10</y> <width>251</width> <height>111</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>Set Europ Time</string> </property> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>30</x> <y>29</y> <width>56</width> <height>28</height> </rect> </property> <property name="text" > <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><span style=" font-size:10pt; font-weight:600;">PC time</span></p></body></html></string> </property> </widget> <widget class="QPushButton" name="btCancel" > <property name="geometry" > <rect> <x>160</x> <y>72</y> <width>77</width> <height>26</height> </rect> </property> <property name="text" > <string>Cancel</string> </property> </widget> <widget class="QPushButton" name="btSave" > <property name="geometry" > <rect> <x>64</x> <y>72</y> <width>77</width> <height>26</height> </rect> </property> <property name="text" > <string>Save</string> </property> </widget> <widget class="QComboBox" name="cbOffset" > <property name="geometry" > <rect> <x>102</x> <y>30</y> <width>36</width> <height>25</height> </rect> </property> <property name="maxVisibleItems" > <number>2</number> </property> <property name="maxCount" > <number>2</number> </property> <item> <property name="text" > <string>+</string> </property> </item> <item> <property name="text" > <string>-</string> </property> </item> </widget> <widget class="QTimeEdit" name="teOffset" > <property name="geometry" > <rect> <x>156</x> <y>30</y> <width>84</width> <height>25</height> </rect> </property> <property name="time" > <time> <hour>0</hour> <minute>0</minute> <second>0</second> </time> </property> <property name="displayFormat" > <string>hh:mm:ss</string> </property> </widget> </widget> </widget> <pixmapfunction></pixmapfunction> <tabstops> <tabstop>cbOffset</tabstop> <tabstop>teOffset</tabstop> <tabstop>btSave</tabstop> <tabstop>btCancel</tabstop> </tabstops> <resources/> <connections> <connection> <sender>btSave</sender> <signal>clicked()</signal> <receiver>SetTimeDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>150</x> <y>107</y> </hint> <hint type="destinationlabel" > <x>92</x> <y>129</y> </hint> </hints> </connection> <connection> <sender>btCancel</sender> <signal>clicked()</signal> <receiver>SetTimeDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>246</x> <y>107</y> </hint> <hint type="destinationlabel" > <x>175</x> <y>129</y> </hint> </hints> </connection> </connections></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -