⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 previewwidget.ui

📁 qt-x11-opensource-src-4.1.4.tar.gz源码
💻 UI
字号:
<ui version="4.0" > <class>PreviewWidget</class>  <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> <widget class="QWidget" name="PreviewWidget" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>375</width>    <height>303</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy>    <hsizetype>1</hsizetype>    <vsizetype>1</vsizetype>    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowTitle" >   <string>Preview Window</string>  </property>  <layout class="QVBoxLayout" >   <property name="margin" >    <number>11</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <layout class="QHBoxLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item>      <layout class="QVBoxLayout" >       <property name="margin" >        <number>0</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item>        <widget class="QGroupBox" name="ButtonGroup1" >         <property name="geometry" >          <rect>           <x>0</x>           <y>0</y>           <width>123</width>           <height>111</height>          </rect>         </property>         <property name="title" >          <string>ButtonGroup</string>         </property>         <layout class="QVBoxLayout" >          <property name="margin" >           <number>11</number>          </property>          <property name="spacing" >           <number>6</number>          </property>          <item>           <widget class="QRadioButton" name="RadioButton1" >            <property name="geometry" >             <rect>              <x>13</x>              <y>23</y>              <width>97</width>              <height>21</height>             </rect>            </property>            <property name="text" >             <string>RadioButton1</string>            </property>            <property name="checked" >             <bool>true</bool>            </property>           </widget>          </item>          <item>           <widget class="QRadioButton" name="RadioButton2" >            <property name="geometry" >             <rect>              <x>13</x>              <y>50</y>              <width>97</width>              <height>21</height>             </rect>            </property>            <property name="text" >             <string>RadioButton2</string>            </property>           </widget>          </item>          <item>           <widget class="QRadioButton" name="RadioButton3" >            <property name="geometry" >             <rect>              <x>13</x>              <y>77</y>              <width>97</width>              <height>21</height>             </rect>            </property>            <property name="text" >             <string>RadioButton3</string>            </property>           </widget>          </item>         </layout>        </widget>       </item>       <item>        <widget class="QGroupBox" name="ButtonGroup2" >         <property name="geometry" >          <rect>           <x>0</x>           <y>117</y>           <width>123</width>           <height>84</height>          </rect>         </property>         <property name="title" >          <string>ButtonGroup2</string>         </property>         <layout class="QVBoxLayout" >          <property name="margin" >           <number>11</number>          </property>          <property name="spacing" >           <number>6</number>          </property>          <item>           <widget class="QCheckBox" name="CheckBox1" >            <property name="geometry" >             <rect>              <x>13</x>              <y>23</y>              <width>97</width>              <height>21</height>             </rect>            </property>            <property name="text" >             <string>CheckBox1</string>            </property>            <property name="checked" >             <bool>true</bool>            </property>           </widget>          </item>          <item>           <widget class="QCheckBox" name="CheckBox2" >            <property name="geometry" >             <rect>              <x>13</x>              <y>50</y>              <width>97</width>              <height>21</height>             </rect>            </property>            <property name="text" >             <string>CheckBox2</string>            </property>           </widget>          </item>         </layout>        </widget>       </item>       <item>        <widget class="QProgressBar" name="ProgressBar1" >         <property name="geometry" >          <rect>           <x>0</x>           <y>207</y>           <width>123</width>           <height>25</height>          </rect>         </property>        </widget>       </item>      </layout>     </item>     <item>      <layout class="QVBoxLayout" >       <property name="margin" >        <number>0</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item>        <widget class="QLineEdit" name="LineEdit1" >         <property name="geometry" >          <rect>           <x>0</x>           <y>6</y>           <width>224</width>           <height>23</height>          </rect>         </property>         <property name="text" >          <string>LineEdit</string>         </property>        </widget>       </item>       <item>        <widget class="QComboBox" name="ComboBox1" >         <property name="geometry" >          <rect>           <x>0</x>           <y>41</y>           <width>224</width>           <height>25</height>          </rect>         </property>         <item>          <property name="text" >           <string>ComboBox</string>          </property>         </item>        </widget>       </item>       <item>        <layout class="QHBoxLayout" >         <property name="margin" >          <number>0</number>         </property>         <property name="spacing" >          <number>6</number>         </property>         <item>          <widget class="QSpinBox" name="SpinBox1" >           <property name="geometry" >            <rect>             <x>0</x>             <y>0</y>             <width>109</width>             <height>25</height>            </rect>           </property>          </widget>         </item>         <item>          <widget class="QPushButton" name="PushButton1" >           <property name="geometry" >            <rect>             <x>115</x>             <y>0</y>             <width>109</width>             <height>26</height>            </rect>           </property>           <property name="text" >            <string>PushButton</string>           </property>          </widget>         </item>        </layout>       </item>       <item>        <widget class="QScrollBar" name="ScrollBar1" >         <property name="geometry" >          <rect>           <x>0</x>           <y>116</y>           <width>224</width>           <height>16</height>          </rect>         </property>         <property name="orientation" >          <enum>Qt::Horizontal</enum>         </property>        </widget>       </item>       <item>        <widget class="QSlider" name="Slider1" >         <property name="geometry" >          <rect>           <x>0</x>           <y>144</y>           <width>224</width>           <height>16</height>          </rect>         </property>         <property name="orientation" >          <enum>Qt::Horizontal</enum>         </property>        </widget>       </item>       <item>        <widget class="QListWidget" name="listWidget" >         <property name="geometry" >          <rect>           <x>0</x>           <y>172</y>           <width>224</width>           <height>50</height>          </rect>         </property>         <property name="maximumSize" >          <size>           <width>32767</width>           <height>50</height>          </size>         </property>        </widget>       </item>      </layout>     </item>    </layout>   </item>   <item>    <spacer>     <property name="geometry" >      <rect>       <x>11</x>       <y>249</y>       <width>353</width>       <height>43</height>      </rect>     </property>     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>     <property name="sizeType" >      <enum>QSizePolicy::Expanding</enum>     </property>     <property name="sizeHint" >      <size>       <width>20</width>       <height>20</height>      </size>     </property>    </spacer>   </item>  </layout> </widget></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -