?? form1.ui
字號:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>Form1</class><widget class="QDialog"> <property name="name"> <cstring>Form1</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>453</width> <height>400</height> </rect> </property> <property name="font"> <font> <family>Courier 10 Pitch</family> <pointsize>11</pointsize> </font> </property> <property name="caption"> <string>Monitor</string> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel2_2</cstring> </property> <property name="geometry"> <rect> <x>300</x> <y>20</y> <width>16</width> <height>20</height> </rect> </property> <property name="font"> <font> <family>Simsun</family> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>%</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="geometry"> <rect> <x>210</x> <y>40</y> <width>33</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>Low</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>250</y> <width>60</width> <height>20</height> </rect> </property> <property name="text"> <string>Time</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="geometry"> <rect> <x>70</x> <y>0</y> <width>108</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>sensitivity</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel7_2</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>80</y> <width>74</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>Monitor</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButton2</cstring> </property> <property name="geometry"> <rect> <x>360</x> <y>360</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>&Quit</string> </property> <property name="whatsThis" stdset="0"> <string></string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButton3</cstring> </property> <property name="geometry"> <rect> <x>230</x> <y>360</y> <width>120</width> <height>30</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>&Delete all</string> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>radioButtondis</cstring> </property> <property name="geometry"> <rect> <x>240</x> <y>310</y> <width>180</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>&Only display person</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>lineEdit1</cstring> </property> <property name="geometry"> <rect> <x>230</x> <y>270</y> <width>200</width> <height>24</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>lineEditTime</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>270</y> <width>190</width> <height>24</height> </rect> </property> <property name="readOnly"> <bool>false</bool> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel7</cstring> </property> <property name="geometry"> <rect> <x>240</x> <y>80</y> <width>162</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>Different display</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButtonStartorStop</cstring> </property> <property name="geometry"> <rect> <x>320</x> <y>10</y> <width>120</width> <height>40</height> </rect> </property> <property name="font"> <font> <family>Courier</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>&Start Monitor</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>spinBox3</cstring> </property> <property name="geometry"> <rect> <x>250</x> <y>20</y> <width>40</width> <height>21</height> </rect> </property> <property name="maxValue"> <number>25</number> </property> <property name="minValue"> <number>1</number> </property> </widget> <widget class="QSlider"> <property name="name"> <cstring>slider1</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>230</width> <height>20</height> </rect> </property> <property name="maxValue"> <number>22</number> </property> <property name="lineStep"> <number>5</number> </property> <property name="value"> <number>0</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="geometry"> <rect> <x>20</x> <y>40</y> <width>35</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>High</string> </property> </widget></widget><connections> <connection> <sender>pushButtonStartorStop</sender> <signal>clicked()</signal> <receiver>Form1</receiver> <slot>StartorStop()</slot> </connection> <connection> <sender>pushButton2</sender> <signal>clicked()</signal> <receiver>Form1</receiver> <slot>close()</slot> </connection> <connection> <sender>pushButton3</sender> <signal>clicked()</signal> <receiver>Form1</receiver> <slot>delimages()</slot> </connection> <connection> <sender>slider1</sender> <signal>valueChanged(int)</signal> <receiver>Form1</receiver> <slot>spinboxchange()</slot> </connection> <connection> <sender>spinBox3</sender> <signal>valueChanged(int)</signal> <receiver>Form1</receiver> <slot>spliderchange()</slot> </connection></connections><tabstops> <tabstop>pushButtonStartorStop</tabstop> <tabstop>radioButtondis</tabstop> <tabstop>pushButton3</tabstop> <tabstop>pushButton2</tabstop> <tabstop>slider1</tabstop> <tabstop>lineEdit1</tabstop> <tabstop>lineEditTime</tabstop></tabstops><includes> <include location="local" impldecl="in implementation">form1.ui.h</include></includes><slots> <slot returnType="QImage">FindBackground()</slot> <slot>MonitorStart()</slot> <slot>StartorStop()</slot> <slot>showTime()</slot> <slot>timerEvent( QTimerEvent * te )</slot> <slot>delimages()</slot> <slot>spinboxchange()</slot> <slot>spliderchange()</slot></slots><functions> <function access="private" specifier="non virtual">init()</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -