📄 previewwidget.ui
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>PreviewWidgetBase</class><comment>*********************************************************************** Copyright (C) 2001 Trolltech AS. All rights reserved.**** This file is part of Qt Designer.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -