previewwidget.ui
来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· UI 代码 · 共 280 行
UI
280 行
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>PreviewWidgetBase</class><widget class="QWidget"> <property name="name"> <cstring>PreviewWidgetBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>378</width> <height>236</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> </sizepolicy> </property> <property name="caption"> <string>Preview Window</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>Layout6</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout17</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QButtonGroup"> <property name="name"> <cstring>ButtonGroup1</cstring> </property> <property name="title"> <string>ButtonGroup</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="QRadioButton"> <property name="name"> <cstring>RadioButton1</cstring> </property> <property name="text"> <string>RadioButton1</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>RadioButton2</cstring> </property> <property name="text"> <string>RadioButton2</string> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>RadioButton3</cstring> </property> <property name="text"> <string>RadioButton3</string> </property> </widget> </vbox> </widget> <widget class="QButtonGroup"> <property name="name"> <cstring>ButtonGroup2</cstring> </property> <property name="title"> <string>ButtonGroup2</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="QCheckBox"> <property name="name"> <cstring>CheckBox1</cstring> </property> <property name="text"> <string>CheckBox1</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>CheckBox2</cstring> </property> <property name="text"> <string>CheckBox2</string> </property> </widget> </vbox> </widget> <widget class="QProgressBar"> <property name="name"> <cstring>ProgressBar1</cstring> </property> <property name="progress"> <number>50</number> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLineEdit"> <property name="name"> <cstring>LineEdit1</cstring> </property> <property name="text"> <string>LineEdit</string> </property> </widget> <widget class="QComboBox"> <item> <property name="text"> <string>ComboBox</string> </property> </item> <property name="name"> <cstring>ComboBox1</cstring> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout13</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QSpinBox"> <property name="name"> <cstring>SpinBox1</cstring> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButton1</cstring> </property> <property name="text"> <string>PushButton</string> </property> </widget> </hbox> </widget> <widget class="QScrollBar"> <property name="name"> <cstring>ScrollBar1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> </widget> <widget class="QSlider"> <property name="name"> <cstring>Slider1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> </widget> <widget class="QTextView"> <property name="name"> <cstring>textView</cstring> </property> <property name="maximumSize"> <size> <width>32767</width> <height>50</height> </size> </property> <property name="text"> <string><p><a href="http://www.trolltech.com"> http://www.trolltech.com </a></p><p><a href="http://www.kde.org"> http://www.kde.org </a></p></string> </property> </widget> </vbox> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>Spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </vbox></widget><connections> <slot access="protected" language="C++" returnType="void">init()</slot> <slot access="protected" language="C++" returnType="void">destroy()</slot></connections></UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?