📄 newform.ui
字号:
<ui version="4.0" > <author></author> <comment>************************************************************************* Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.**** This file is part of the Qt Designer of the Qt Toolkit.**** This file may be used under the terms of the GNU General Public** License version 2.0 as published by the Free Software Foundation** and appearing in the file LICENSE.GPL included in the packaging of** this file. Please review the following information to ensure GNU** General Public Licensing requirements will be met:** http://www.trolltech.com/products/qt/opensource.html**** If you are unsure which license is appropriate for your use, please** review the following information:** http://www.trolltech.com/products/qt/licensing.html or contact the** sales department at sales@trolltech.com.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.***********************************************************************</comment> <exportmacro></exportmacro> <class>NewForm</class> <widget class="QDialog" name="NewForm" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>494</width> <height>300</height> </rect> </property> <property name="windowTitle" > <string>New Form</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>1</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QTreeWidget" name="treeWidget" > <property name="geometry" > <rect> <x>1</x> <y>1</y> <width>256</width> <height>205</height> </rect> </property> <property name="sizePolicy" > <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="iconSize" > <size> <width>128</width> <height>128</height> </size> </property> <property name="rootIsDecorated" > <bool>false</bool> </property> <property name="columnCount" > <number>1</number> </property> <column> <property name="text" > <string>0</string> </property> </column> </widget> </item> <item> <widget class="QLabel" name="lblPreview" > <property name="geometry" > <rect> <x>263</x> <y>1</y> <width>212</width> <height>205</height> </rect> </property> <property name="sizePolicy" > <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="lineWidth" > <number>1</number> </property> <property name="text" > <string>Choose a template for a preview</string> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> <property name="margin" > <number>5</number> </property> </widget> </item> </layout> </item> <item> <widget class="QFrame" name="horizontalLine" > <property name="geometry" > <rect> <x>9</x> <y>222</y> <width>476</width> <height>3</height> </rect> </property> <property name="frameShape" > <enum>QFrame::HLine</enum> </property> <property name="frameShadow" > <enum>QFrame::Sunken</enum> </property> </widget> </item> <item> <layout class="QGridLayout" > <property name="margin" > <number>1</number> </property> <property name="spacing" > <number>6</number> </property> <item row="1" column="0" > <widget class="QPushButton" name="openButton" > <property name="geometry" > <rect> <x>1</x> <y>27</y> <width>103</width> <height>32</height> </rect> </property> <property name="text" > <string>&Open...</string> </property> </widget> </item> <item row="1" column="1" > <spacer> <property name="geometry" > <rect> <x>110</x> <y>27</y> <width>147</width> <height>32</height> </rect> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>61</width> <height>32</height> </size> </property> </spacer> </item> <item row="1" column="2" > <widget class="QPushButton" name="createButton" > <property name="enabled" > <bool>false</bool> </property> <property name="geometry" > <rect> <x>263</x> <y>27</y> <width>103</width> <height>32</height> </rect> </property> <property name="text" > <string>C&reate</string> </property> <property name="autoDefault" > <bool>false</bool> </property> <property name="default" > <bool>true</bool> </property> </widget> </item> <item row="1" column="3" > <widget class="QPushButton" name="closeButton" > <property name="geometry" > <rect> <x>372</x> <y>27</y> <width>103</width> <height>32</height> </rect> </property> <property name="text" > <string>&Close</string> </property> <property name="autoDefault" > <bool>false</bool> </property> <property name="default" > <bool>false</bool> </property> </widget> </item> <item row="0" column="0" colspan="2" > <widget class="QCheckBox" name="chkShowOnStartup" > <property name="geometry" > <rect> <x>1</x> <y>1</y> <width>256</width> <height>20</height> </rect> </property> <property name="text" > <string>Show this Dialog on Startup</string> </property> </widget> </item> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -