?? stopwatch.ui
字號(hào):
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>StopWatch</class> <widget class="QDialog" name="StopWatch" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>368</width> <height>240</height> </rect> </property> <property name="windowTitle" > <string>Stop Watch</string> </property> <property name="whatsThis" > <string>Stop Watch-- version 1.0028</string> </property> <widget class="QGroupBox" name="groupBox_2" > <property name="geometry" > <rect> <x>10</x> <y>190</y> <width>341</width> <height>41</height> </rect> </property> <property name="title" > <string/> </property> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>10</x> <y>10</y> <width>71</width> <height>20</height> </rect> </property> <property name="text" > <string>Set delay Time</string> </property> </widget> <widget class="QScrollBar" name="delayTimeScrollBar" > <property name="geometry" > <rect> <x>90</x> <y>10</y> <width>241</width> <height>20</height> </rect> </property> <property name="toolTip" > <string>Set delay time</string> </property> <property name="maximum" > <number>59</number> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox" > <property name="geometry" > <rect> <x>10</x> <y>20</y> <width>341</width> <height>161</height> </rect> </property> <property name="title" > <string/> </property> <widget class="DigitalClock" name="m_DelayLcdTimer" > <property name="geometry" > <rect> <x>10</x> <y>110</y> <width>201</width> <height>41</height> </rect> </property> <property name="font" > <font> <family>MS Shell Dlg 2</family> <pointsize>10</pointsize> <weight>50</weight> <italic>false</italic> <bold>false</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> <property name="layoutDirection" > <enum>Qt::LeftToRight</enum> </property> <property name="autoFillBackground" > <bool>false</bool> </property> <property name="smallDecimalPoint" > <bool>false</bool> </property> <property name="numDigits" > <number>8</number> </property> <property name="mode" > <enum>QLCDNumber::Dec</enum> </property> <property name="segmentStyle" > <enum>QLCDNumber::Flat</enum> </property> <property name="value" stdset="0" > <double>0</double> </property> <property name="intValue" stdset="0" > <number>0</number> </property> </widget> <widget class="DigitalClock" name="m_StopWatch" > <property name="geometry" > <rect> <x>10</x> <y>10</y> <width>321</width> <height>81</height> </rect> </property> <property name="lineWidth" > <number>3</number> </property> <property name="midLineWidth" > <number>3</number> </property> <property name="numDigits" > <number>10</number> </property> <property name="segmentStyle" > <enum>QLCDNumber::Filled</enum> </property> </widget> <widget class="QPushButton" name="startButton" > <property name="geometry" > <rect> <x>240</x> <y>103</y> <width>91</width> <height>51</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="text" > <string>Start</string> </property> </widget> </widget> </widget> <pixmapfunction></pixmapfunction> <customwidgets> <customwidget> <class>DigitalClock</class> <extends>QLCDNumber</extends> <header>digitalclock.h</header> <container>0</container> <pixmap></pixmap> </customwidget> </customwidgets> <resources/> <connections/></ui>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -