?? widgetsbase.ui
字號:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>WidgetsBase</class><widget class="QWidget"> <property name="name"> <cstring>WidgetsBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>626</width> <height>575</height> </rect> </property> <property name="caption"> <string>Widgets</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <spacer> <property name="name"> <cstring>Spacer1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>0</height> </size> </property> </spacer> <widget class="QLabel"> <property name="name"> <cstring>PixmapLabel1</cstring> </property> <property name="frameShape"> <enum>Panel</enum> </property> <property name="margin"> <number>1</number> </property> <property name="pixmap"> <pixmap>image0</pixmap> </property> </widget> <spacer> <property name="name"> <cstring>Spacer1_2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>0</height> </size> </property> </spacer> </vbox> </widget> <widget class="QButtonGroup"> <property name="name"> <cstring>ButtonGroup1</cstring> </property> <property name="title"> <string>Check Boxes</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QCheckBox" row="0" column="0"> <property name="name"> <cstring>CheckBox1</cstring> </property> <property name="text"> <string>Apple</string> </property> </widget> <widget class="QCheckBox" row="1" column="0"> <property name="name"> <cstring>CheckBox2</cstring> </property> <property name="text"> <string>Banana</string> </property> </widget> <widget class="QCheckBox" row="2" column="0"> <property name="name"> <cstring>CheckBox3</cstring> </property> <property name="text"> <string>Cherry</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </grid> </widget> <widget class="QButtonGroup"> <property name="name"> <cstring>ButtonGroup2</cstring> </property> <property name="title"> <string>Radio Buttons</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QRadioButton" row="1" column="0"> <property name="name"> <cstring>RadioButton3</cstring> </property> <property name="text"> <string>Whisky</string> </property> </widget> <widget class="QRadioButton" row="2" column="0"> <property name="name"> <cstring>RadioButton4</cstring> </property> <property name="text"> <string>Wine</string> </property> </widget> <widget class="QRadioButton" row="0" column="0"> <property name="name"> <cstring>RadioButton2</cstring> </property> <property name="text"> <string>Water</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </grid> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>GroupBox1</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>Date/Time Editors</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin">
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -