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

📄 config.ui

📁 Qt4.5 提供的qvfb,最新版本
💻 UI
📖 第 1 页 / 共 5 页
字号:
<ui version="4.0" > <comment>************************************************************************* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).** Contact: Qt Software Information (qt-info@nokia.com)**** This file is part of the tools applications of the Qt Toolkit.**** $QT_BEGIN_LICENSE:LGPL$** Commercial Usage** Licensees holding valid Qt Commercial licenses may use this file in** accordance with the Qt Commercial License Agreement provided with the** Software or, alternatively, in accordance with the terms contained in** a written agreement between you and Nokia.**** GNU Lesser General Public License Usage** Alternatively, this file may be used under the terms of the GNU Lesser** General Public License version 2.1 as published by the Free Software** Foundation and appearing in the file LICENSE.LGPL included in the** packaging of this file.  Please review the following information to** ensure the GNU Lesser General Public License version 2.1 requirements** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.**** In addition, as a special exception, Nokia gives you certain** additional rights. These rights are described in the Nokia Qt LGPL** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this** package.**** GNU General Public License Usage** Alternatively, this file may be used under the terms of the GNU** General Public License version 3.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 the GNU General Public License version 3.0 requirements will be** met: http://www.gnu.org/copyleft/gpl.html.**** If you are unsure which license is appropriate for your use, please** contact the sales department at qt-sales@nokia.com.** $QT_END_LICENSE$***********************************************************************</comment> <class>Config</class> <widget class="QDialog" name="Config" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>600</width>    <height>650</height>   </rect>  </property>  <property name="windowTitle" >   <string>Configure</string>  </property>  <property name="sizeGripEnabled" >   <bool>true</bool>  </property>  <layout class="QVBoxLayout" >   <property name="spacing" >    <number>6</number>   </property>   <property name="leftMargin" >    <number>8</number>   </property>   <property name="topMargin" >    <number>8</number>   </property>   <property name="rightMargin" >    <number>8</number>   </property>   <property name="bottomMargin" >    <number>8</number>   </property>   <item>    <layout class="QHBoxLayout" >     <property name="spacing" >      <number>6</number>     </property>     <property name="leftMargin" >      <number>0</number>     </property>     <property name="topMargin" >      <number>0</number>     </property>     <property name="rightMargin" >      <number>0</number>     </property>     <property name="bottomMargin" >      <number>0</number>     </property>     <item>      <widget class="QGroupBox" name="ButtonGroup1" >       <property name="sizePolicy" >        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >         <horstretch>0</horstretch>         <verstretch>0</verstretch>        </sizepolicy>       </property>       <property name="title" >        <string>Size</string>       </property>       <layout class="QVBoxLayout" >        <property name="spacing" >         <number>6</number>        </property>        <property name="leftMargin" >         <number>11</number>        </property>        <property name="topMargin" >         <number>11</number>        </property>        <property name="rightMargin" >         <number>11</number>        </property>        <property name="bottomMargin" >         <number>11</number>        </property>        <item>         <widget class="QRadioButton" name="size_176_220" >          <property name="text" >           <string>176x220 "SmartPhone"</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="size_240_320" >          <property name="text" >           <string>240x320 "PDA"</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="size_320_240" >          <property name="text" >           <string>320x240 "TV" / "QVGA"</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="size_640_480" >          <property name="text" >           <string>640x480 "VGA"</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="size_800_600" >          <property name="text" >           <string>800x600</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="size_1024_768" >          <property name="text" >           <string>1024x768</string>          </property>         </widget>        </item>        <item>         <layout class="QHBoxLayout" >          <property name="spacing" >           <number>6</number>          </property>          <property name="leftMargin" >           <number>0</number>          </property>          <property name="topMargin" >           <number>0</number>          </property>          <property name="rightMargin" >           <number>0</number>          </property>          <property name="bottomMargin" >           <number>0</number>          </property>          <item>           <widget class="QRadioButton" name="size_custom" >            <property name="sizePolicy" >             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >              <horstretch>0</horstretch>              <verstretch>0</verstretch>             </sizepolicy>            </property>            <property name="text" >             <string>Custom</string>            </property>           </widget>          </item>          <item>           <widget class="QSpinBox" name="size_width" >            <property name="minimum" >             <number>1</number>            </property>            <property name="maximum" >             <number>1280</number>            </property>            <property name="singleStep" >             <number>16</number>            </property>            <property name="value" >             <number>400</number>            </property>           </widget>          </item>          <item>           <widget class="QSpinBox" name="size_height" >            <property name="minimum" >             <number>1</number>            </property>            <property name="maximum" >             <number>1024</number>            </property>            <property name="singleStep" >             <number>16</number>            </property>            <property name="value" >             <number>300</number>            </property>           </widget>          </item>         </layout>        </item>       </layout>      </widget>     </item>     <item>      <widget class="QGroupBox" name="ButtonGroup2" >       <property name="title" >        <string>Depth</string>       </property>       <layout class="QVBoxLayout" >        <property name="spacing" >         <number>6</number>        </property>        <property name="leftMargin" >         <number>11</number>        </property>        <property name="topMargin" >         <number>11</number>        </property>        <property name="rightMargin" >         <number>11</number>        </property>        <property name="bottomMargin" >         <number>11</number>        </property>        <item>         <widget class="QRadioButton" name="depth_1" >          <property name="text" >           <string>1 bit monochrome</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_4gray" >          <property name="text" >           <string>4 bit grayscale</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_8" >          <property name="text" >           <string>8 bit</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_12" >          <property name="text" >           <string>12 (16) bit</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_15" >          <property name="text" >           <string>15 bit</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_16" >          <property name="text" >           <string>16 bit</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_18" >          <property name="text" >           <string>18 bit</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_24" >          <property name="text" >           <string>24 bit</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_32" >          <property name="text" >           <string>32 bit</string>          </property>         </widget>        </item>        <item>         <widget class="QRadioButton" name="depth_32_argb" >          <property name="text" >           <string>32 bit ARGB</string>          </property>         </widget>        </item>       </layout>      </widget>     </item>    </layout>   </item>   <item>    <layout class="QHBoxLayout" >     <property name="spacing" >      <number>6</number>     </property>     <property name="leftMargin" >      <number>0</number>     </property>     <property name="topMargin" >      <number>0</number>     </property>     <property name="rightMargin" >      <number>0</number>     </property>     <property name="bottomMargin" >      <number>0</number>     </property>     <item>      <widget class="QLabel" name="TextLabel1_3" >       <property name="text" >        <string>Skin</string>       </property>      </widget>     </item>     <item>      <widget class="QComboBox" name="skin" >       <property name="sizePolicy" >        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >         <horstretch>0</horstretch>         <verstretch>0</verstretch>        </sizepolicy>       </property>       <item>        <property name="text" >         <string>None</string>        </property>       </item>      </widget>     </item>    </layout>   </item>   <item>    <widget class="QCheckBox" name="touchScreen" >     <property name="text" >      <string>Emulate touch screen (no mouse move)</string>     </property>    </widget>   </item>   <item>    <widget class="QCheckBox" name="lcdScreen" >     <property name="text" >      <string>Emulate LCD screen (Only with fixed zoom of 3.0 times magnification)</string>     </property>    </widget>   </item>   <item>    <spacer>     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>     <property name="sizeHint" >      <size>       <width>20</width>       <height>10</height>      </size>     </property>    </spacer>   </item>   <item>    <widget class="QLabel" name="TextLabel1" >     <property name="sizePolicy" >      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >       <horstretch>0</horstretch>       <verstretch>0</verstretch>      </sizepolicy>     </property>     <property name="text" >      <string>&lt;p>Note that any applications using the virtual framebuffer will be terminated if you change the Size or Depth &lt;i>above&lt;/i>. You may freely modify the Gamma &lt;i>below&lt;/i>.</string>     </property>     <property name="wordWrap" >      <bool>true</bool>     </property>    </widget>   </item>   <item>    <widget class="QGroupBox" name="GroupBox1" >     <property name="title" >      <string>Gamma</string>     </property>     <layout class="QGridLayout" >      <property name="leftMargin" >       <number>11</number>      </property>      <property name="topMargin" >       <number>11</number>      </property>      <property name="rightMargin" >       <number>11</number>      </property>      <property name="bottomMargin" >       <number>11</number>      </property>      <property name="horizontalSpacing" >       <number>6</number>      </property>      <property name="verticalSpacing" >       <number>6</number>      </property>

⌨️ 快捷键说明

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