?? optionsform.ui
字號:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>OptionsForm</class><widget class="QDialog"> <property name="name"> <cstring>OptionsForm</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>306</width> <height>226</height> </rect> </property> <property name="caption"> <string>Color Tool -- Options</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QGroupBox"> <property name="name"> <cstring>GroupBox2</cstring> </property> <property name="title"> <string>Table View</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>webCheckBox</cstring> </property> <property name="text"> <string>Indicate &Web Colors</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </hbox> </widget> <widget class="QButtonGroup"> <property name="name"> <cstring>ButtonGroup1</cstring> </property> <property name="title"> <string>Copy to Clipboard As</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QRadioButton"> <property name="name"> <cstring>hexRadioButton</cstring> </property> <property name="text"> <string>&Hex, e.g. #AB347F</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>nameRadioButton</cstring> </property> <property name="text"> <string>&Name, e.g. light blue</string> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>rgbRadioButton</cstring> </property> <property name="text"> <string>&RGB, e.g. 51,255,102</string> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>Spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>0</width> <height>10</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>okPushButton</cstring> </property> <property name="text"> <string>OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>cancelPushButton</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> </vbox></widget><connections> <connection> <sender>okPushButton</sender> <signal>clicked()</signal> <receiver>OptionsForm</receiver> <slot>accept()</slot> </connection> <connection> <sender>cancelPushButton</sender> <signal>clicked()</signal> <receiver>OptionsForm</receiver> <slot>reject()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">optionsform.ui.h</include></includes><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -