VirtualBox

Changeset 21119 in vbox for trunk


Ignore:
Timestamp:
Jul 1, 2009 1:10:27 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Make the RAM slider snap on usual positions.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDisplay.ui

    r20275 r21119  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <comment>
    3  VBox frontends: Qt4 GUI ("VirtualBox"):
     4 VBox frontends: Qt4 GUI (&quot;VirtualBox&quot;):
    45
    56 Copyright (C) 2008-2009 Sun Microsystems, Inc.
     
    910 you can redistribute it and/or modify it under the terms of the GNU
    1011 General Public License (GPL) as published by the Free Software
    11  Foundation, in version 2 as it comes in the "COPYING" file of the
     12 Foundation, in version 2 as it comes in the &quot;COPYING&quot; file of the
    1213 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1314 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     
    1819 </comment>
    1920 <class>VBoxVMSettingsDisplay</class>
    20  <widget class="QWidget" name="VBoxVMSettingsDisplay" >
    21   <property name="geometry" >
     21 <widget class="QWidget" name="VBoxVMSettingsDisplay">
     22  <property name="geometry">
    2223   <rect>
    2324    <x>0</x>
     
    2728   </rect>
    2829  </property>
    29   <layout class="QVBoxLayout" name="mLtMain" >
     30  <layout class="QVBoxLayout" name="mLtMain">
    3031   <item>
    31     <widget class="QTabWidget" name="mTwDisplay" >
    32      <widget class="QWidget" name="mTabVideo" >
    33       <attribute name="title" >
     32    <widget class="QTabWidget" name="mTwDisplay">
     33     <widget class="QWidget" name="mTabVideo">
     34      <attribute name="title">
    3435       <string>&amp;Video</string>
    3536      </attribute>
    36       <layout class="QVBoxLayout" name="mLtVideoPage" >
    37        <property name="spacing" >
     37      <layout class="QVBoxLayout" name="mLtVideoPage">
     38       <property name="spacing">
    3839        <number>0</number>
    3940       </property>
    4041       <item>
    41         <widget class="QWidget" native="1" name="mWtVideo" >
    42          <property name="sizePolicy" >
    43           <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
     42        <widget class="QWidget" name="mWtVideo" native="true">
     43         <property name="sizePolicy">
     44          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    4445           <horstretch>0</horstretch>
    4546           <verstretch>0</verstretch>
    4647          </sizepolicy>
    4748         </property>
    48          <layout class="QGridLayout" name="mLtVideoItems" >
    49           <property name="margin" >
     49         <layout class="QGridLayout" name="mLtVideoItems">
     50          <property name="margin">
    5051           <number>0</number>
    5152          </property>
    52           <item row="0" column="0" >
    53            <widget class="QLabel" name="mLbMemory" >
    54             <property name="text" >
     53          <item row="0" column="0">
     54           <widget class="QLabel" name="mLbMemory">
     55            <property name="text">
    5556             <string>Video &amp;Memory:</string>
    5657            </property>
    57             <property name="alignment" >
     58            <property name="alignment">
    5859             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    5960            </property>
    60             <property name="buddy" >
     61            <property name="buddy">
    6162             <cstring>mLeMemory</cstring>
    6263            </property>
    6364           </widget>
    6465          </item>
    65           <item rowspan="2" row="0" column="1" >
    66            <layout class="QVBoxLayout" name="mLtMemorySlider" >
    67             <property name="spacing" >
     66          <item row="0" column="1" rowspan="2">
     67           <layout class="QVBoxLayout" name="mLtMemorySlider">
     68            <property name="spacing">
    6869             <number>0</number>
    6970            </property>
    7071            <item>
    71              <widget class="QSlider" name="mSlMemory" >
    72               <property name="whatsThis" >
     72             <widget class="QIAdvancedSlider" name="mSlMemory">
     73              <property name="whatsThis">
    7374               <string>Controls the amount of video memory provided to the virtual machine.</string>
    7475              </property>
    75               <property name="orientation" >
     76              <property name="orientation">
    7677               <enum>Qt::Horizontal</enum>
    7778              </property>
    78               <property name="tickPosition" >
     79              <property name="tickPosition">
    7980               <enum>QSlider::TicksBelow</enum>
    8081              </property>
     
    8283            </item>
    8384            <item>
    84              <layout class="QHBoxLayout" name="mLtMemoryLegend" >
     85             <layout class="QHBoxLayout" name="mLtMemoryLegend">
    8586              <item>
    86                <widget class="QLabel" name="mLbMemoryMin" >
    87                 <property name="sizePolicy" >
    88                  <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     87               <widget class="QLabel" name="mLbMemoryMin">
     88                <property name="sizePolicy">
     89                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    8990                  <horstretch>0</horstretch>
    9091                  <verstretch>0</verstretch>
     
    9495              </item>
    9596              <item>
    96                <spacer name="mSpHor1" >
    97                 <property name="orientation" >
     97               <spacer name="mSpHor1">
     98                <property name="orientation">
    9899                 <enum>Qt::Horizontal</enum>
    99100                </property>
    100                 <property name="sizeHint" stdset="0" >
     101                <property name="sizeHint" stdset="0">
    101102                 <size>
    102103                  <width>0</width>
     
    107108              </item>
    108109              <item>
    109                <widget class="QLabel" name="mLbMemoryMax" >
    110                 <property name="sizePolicy" >
    111                  <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     110               <widget class="QLabel" name="mLbMemoryMax">
     111                <property name="sizePolicy">
     112                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    112113                  <horstretch>0</horstretch>
    113114                  <verstretch>0</verstretch>
    114115                 </sizepolicy>
    115116                </property>
    116                 <property name="alignment" >
     117                <property name="alignment">
    117118                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    118119                </property>
     
    123124           </layout>
    124125          </item>
    125           <item row="0" column="2" >
    126            <layout class="QHBoxLayout" name="mLtMemorySize" >
    127             <property name="spacing" >
     126          <item row="0" column="2">
     127           <layout class="QHBoxLayout" name="mLtMemorySize">
     128            <property name="spacing">
    128129             <number>4</number>
    129130            </property>
    130131            <item>
    131              <widget class="QILineEdit" name="mLeMemory" >
    132               <property name="whatsThis" >
     132             <widget class="QILineEdit" name="mLeMemory">
     133              <property name="whatsThis">
    133134               <string>Controls the amount of video memory provided to the virtual machine.</string>
    134135              </property>
     
    136137            </item>
    137138            <item>
    138              <widget class="QLabel" name="mLbMemoryUnit" >
    139               <property name="sizePolicy" >
    140                <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     139             <widget class="QLabel" name="mLbMemoryUnit">
     140              <property name="sizePolicy">
     141               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    141142                <horstretch>0</horstretch>
    142143                <verstretch>0</verstretch>
    143144               </sizepolicy>
    144145              </property>
    145               <property name="text" >
     146              <property name="text">
    146147               <string>MB</string>
    147148              </property>
     
    150151           </layout>
    151152          </item>
    152           <item row="2" column="0" >
    153            <widget class="QLabel" name="mLbOptions" >
    154             <property name="text" >
     153          <item row="2" column="0">
     154           <widget class="QLabel" name="mLbOptions">
     155            <property name="text">
    155156             <string>Extended Features:</string>
    156157            </property>
    157             <property name="alignment" >
     158            <property name="alignment">
    158159             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    159160            </property>
    160161           </widget>
    161162          </item>
    162           <item row="2" column="1" colspan="2" >
    163            <widget class="QCheckBox" name="mCb3D" >
    164             <property name="sizePolicy" >
    165              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
     163          <item row="2" column="1" colspan="2">
     164           <widget class="QCheckBox" name="mCb3D">
     165            <property name="sizePolicy">
     166             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
    166167              <horstretch>0</horstretch>
    167168              <verstretch>0</verstretch>
    168169             </sizepolicy>
    169170            </property>
    170             <property name="whatsThis" >
     171            <property name="whatsThis">
    171172             <string>When checked, the virtual machine will get access to the 3D graphics capabilities available on the host.</string>
    172173            </property>
    173             <property name="text" >
     174            <property name="text">
    174175             <string>Enable &amp;3D Acceleration</string>
    175176            </property>
     
    180181       </item>
    181182       <item>
    182         <spacer name="mSpVer1" >
    183          <property name="orientation" >
     183        <spacer name="mSpVer1">
     184         <property name="orientation">
    184185          <enum>Qt::Vertical</enum>
    185186         </property>
    186          <property name="sizeHint" stdset="0" >
     187         <property name="sizeHint" stdset="0">
    187188          <size>
    188189           <width>20</width>
     
    194195      </layout>
    195196     </widget>
    196      <widget class="QWidget" name="mTabVRDP" >
    197       <attribute name="title" >
     197     <widget class="QWidget" name="mTabVRDP">
     198      <attribute name="title">
    198199       <string>&amp;Remote Display</string>
    199200      </attribute>
    200       <layout class="QVBoxLayout" name="mLtVRDPPage" >
    201        <property name="spacing" >
     201      <layout class="QVBoxLayout" name="mLtVRDPPage">
     202       <property name="spacing">
    202203        <number>0</number>
    203204       </property>
    204205       <item>
    205         <widget class="QWidget" native="1" name="mWtVRDP" >
    206          <property name="sizePolicy" >
    207           <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
     206        <widget class="QWidget" name="mWtVRDP" native="true">
     207         <property name="sizePolicy">
     208          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    208209           <horstretch>0</horstretch>
    209210           <verstretch>0</verstretch>
    210211          </sizepolicy>
    211212         </property>
    212          <layout class="QVBoxLayout" name="mLtVRDPItems" >
    213           <property name="margin" >
     213         <layout class="QVBoxLayout" name="mLtVRDPItems">
     214          <property name="margin">
    214215           <number>0</number>
    215216          </property>
    216217          <item>
    217            <widget class="QCheckBox" name="mCbVRDP" >
    218             <property name="whatsThis" >
     218           <widget class="QCheckBox" name="mCbVRDP">
     219            <property name="whatsThis">
    219220             <string>When checked, the VM will act as a Remote Desktop Protocol (RDP) server, allowing remote clients to connect and operate the VM (when it is running) using a standard RDP client.</string>
    220221            </property>
    221             <property name="text" >
     222            <property name="text">
    222223             <string>&amp;Enable Server</string>
    223224            </property>
    224             <property name="checked" >
     225            <property name="checked">
    225226             <bool>true</bool>
    226227            </property>
     
    228229          </item>
    229230          <item>
    230            <widget class="QWidget" native="1" name="mWtVRDPServer" >
    231             <property name="sizePolicy" >
    232              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
     231           <widget class="QWidget" name="mWtVRDPServer" native="true">
     232            <property name="sizePolicy">
     233             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    233234              <horstretch>0</horstretch>
    234235              <verstretch>0</verstretch>
    235236             </sizepolicy>
    236237            </property>
    237             <layout class="QGridLayout" name="mLtVRDPServerItems" >
    238              <property name="margin" >
     238            <layout class="QGridLayout" name="mLtVRDPServerItems">
     239             <property name="margin">
    239240              <number>0</number>
    240241             </property>
    241              <item rowspan="3" row="1" column="0" >
    242               <spacer name="mSpHor2" >
    243                <property name="orientation" >
     242             <item row="1" column="0" rowspan="3">
     243              <spacer name="mSpHor2">
     244               <property name="orientation">
    244245                <enum>Qt::Horizontal</enum>
    245246               </property>
    246                <property name="sizeType" >
     247               <property name="sizeType">
    247248                <enum>QSizePolicy::Fixed</enum>
    248249               </property>
    249                <property name="sizeHint" stdset="0" >
     250               <property name="sizeHint" stdset="0">
    250251                <size>
    251252                 <width>20</width>
     
    255256              </spacer>
    256257             </item>
    257              <item row="1" column="1" >
    258               <widget class="QLabel" name="mLbVRDPPort" >
    259                <property name="text" >
     258             <item row="1" column="1">
     259              <widget class="QLabel" name="mLbVRDPPort">
     260               <property name="text">
    260261                <string>Server &amp;Port:</string>
    261262               </property>
    262                <property name="alignment" >
     263               <property name="alignment">
    263264                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    264265               </property>
    265                <property name="buddy" >
     266               <property name="buddy">
    266267                <cstring>mLeVRDPPort</cstring>
    267268               </property>
    268269              </widget>
    269270             </item>
    270              <item row="1" column="2" >
    271               <widget class="QLineEdit" name="mLeVRDPPort" >
    272                <property name="whatsThis" >
    273                 <string>Displays the VRDP Server port number. You may specify &lt;tt>0&lt;/tt> (zero) to reset the port to the default value.</string>
    274                </property>
    275               </widget>
    276              </item>
    277              <item row="2" column="1" >
    278               <widget class="QLabel" name="mLbVRDPMethod" >
    279                <property name="text" >
     271             <item row="1" column="2">
     272              <widget class="QLineEdit" name="mLeVRDPPort">
     273               <property name="whatsThis">
     274                <string>Displays the VRDP Server port number. You may specify &lt;tt&gt;0&lt;/tt&gt; (zero) to reset the port to the default value.</string>
     275               </property>
     276              </widget>
     277             </item>
     278             <item row="2" column="1">
     279              <widget class="QLabel" name="mLbVRDPMethod">
     280               <property name="text">
    280281                <string>Authentication &amp;Method:</string>
    281282               </property>
    282                <property name="alignment" >
     283               <property name="alignment">
    283284                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    284285               </property>
    285                <property name="buddy" >
     286               <property name="buddy">
    286287                <cstring>mCbVRDPMethod</cstring>
    287288               </property>
    288289              </widget>
    289290             </item>
    290              <item row="2" column="2" >
    291               <widget class="QComboBox" name="mCbVRDPMethod" >
    292                <property name="sizePolicy" >
    293                 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
     291             <item row="2" column="2">
     292              <widget class="QComboBox" name="mCbVRDPMethod">
     293               <property name="sizePolicy">
     294                <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
    294295                 <horstretch>0</horstretch>
    295296                 <verstretch>0</verstretch>
    296297                </sizepolicy>
    297298               </property>
    298                <property name="whatsThis" >
     299               <property name="whatsThis">
    299300                <string>Defines the VRDP authentication method.</string>
    300301               </property>
    301302              </widget>
    302303             </item>
    303              <item row="3" column="1" >
    304               <widget class="QLabel" name="mLbVRDPTimeout" >
    305                <property name="text" >
     304             <item row="3" column="1">
     305              <widget class="QLabel" name="mLbVRDPTimeout">
     306               <property name="text">
    306307                <string>Authentication &amp;Timeout:</string>
    307308               </property>
    308                <property name="alignment" >
     309               <property name="alignment">
    309310                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    310311               </property>
    311                <property name="buddy" >
     312               <property name="buddy">
    312313                <cstring>mLeVRDPTimeout</cstring>
    313314               </property>
    314315              </widget>
    315316             </item>
    316              <item row="3" column="2" >
    317               <widget class="QLineEdit" name="mLeVRDPTimeout" >
    318                <property name="whatsThis" >
     317             <item row="3" column="2">
     318              <widget class="QLineEdit" name="mLeVRDPTimeout">
     319               <property name="whatsThis">
    319320                <string>Specifies the timeout for guest authentication, in milliseconds.</string>
    320321               </property>
     
    328329       </item>
    329330       <item>
    330         <spacer name="mSpVer2" >
    331          <property name="orientation" >
     331        <spacer name="mSpVer2">
     332         <property name="orientation">
    332333          <enum>Qt::Vertical</enum>
    333334         </property>
    334          <property name="sizeHint" stdset="0" >
     335         <property name="sizeHint" stdset="0">
    335336          <size>
    336337           <width>20</width>
     
    345346   </item>
    346347  </layout>
    347   <zorder>mTwDisplay</zorder>
    348348 </widget>
    349349 <customwidgets>
     
    352352   <extends>QLineEdit</extends>
    353353   <header>QILineEdit.h</header>
     354  </customwidget>
     355  <customwidget>
     356   <class>QIAdvancedSlider</class>
     357   <extends>QSlider</extends>
     358   <header>QIAdvancedSlider.h</header>
    354359  </customwidget>
    355360 </customwidgets>
     
    362367   <slot>setEnabled(bool)</slot>
    363368   <hints>
    364     <hint type="sourcelabel" >
     369    <hint type="sourcelabel">
    365370     <x>80</x>
    366371     <y>20</y>
    367372    </hint>
    368     <hint type="destinationlabel" >
     373    <hint type="destinationlabel">
    369374     <x>159</x>
    370375     <y>88</y>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui

    r19864 r21119  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <comment>
    3  VBox frontends: Qt4 GUI ("VirtualBox"):
     4 VBox frontends: Qt4 GUI (&quot;VirtualBox&quot;):
    45
    56 Copyright (C) 2008 Sun Microsystems, Inc.
     
    910 you can redistribute it and/or modify it under the terms of the GNU
    1011 General Public License (GPL) as published by the Free Software
    11  Foundation, in version 2 as it comes in the "COPYING" file of the
     12 Foundation, in version 2 as it comes in the &quot;COPYING&quot; file of the
    1213 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1314 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     
    1819 </comment>
    1920 <class>VBoxVMSettingsSystem</class>
    20  <widget class="QWidget" name="VBoxVMSettingsSystem" >
    21   <property name="geometry" >
     21 <widget class="QWidget" name="VBoxVMSettingsSystem">
     22  <property name="geometry">
    2223   <rect>
    2324    <x>0</x>
    2425    <y>0</y>
    25     <width>429</width>
    26     <height>360</height>
     26    <width>461</width>
     27    <height>378</height>
    2728   </rect>
    2829  </property>
    29   <layout class="QVBoxLayout" name="mLtMain" >
     30  <layout class="QVBoxLayout" name="mLtMain">
    3031   <item>
    31     <widget class="QTabWidget" name="mTwSystem" >
    32      <property name="currentIndex" >
     32    <widget class="QTabWidget" name="mTwSystem">
     33     <property name="currentIndex">
    3334      <number>0</number>
    3435     </property>
    35      <widget class="QWidget" name="mTabMotherboard" >
    36       <attribute name="title" >
     36     <widget class="QWidget" name="mTabMotherboard">
     37      <attribute name="title">
    3738       <string>&amp;Motherboard</string>
    3839      </attribute>
    39       <layout class="QGridLayout" name="mLtMotherboard" >
    40        <item row="0" column="0" >
    41         <widget class="QLabel" name="mLbMemory" >
    42          <property name="sizePolicy" >
    43           <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
    44            <horstretch>0</horstretch>
    45            <verstretch>0</verstretch>
    46           </sizepolicy>
    47          </property>
    48          <property name="text" >
     40      <layout class="QGridLayout" name="mLtMotherboard">
     41       <item row="0" column="0">
     42        <widget class="QLabel" name="mLbMemory">
     43         <property name="sizePolicy">
     44          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
     45           <horstretch>0</horstretch>
     46           <verstretch>0</verstretch>
     47          </sizepolicy>
     48         </property>
     49         <property name="text">
    4950          <string>Base &amp;Memory:</string>
    5051         </property>
    51          <property name="alignment" >
     52         <property name="alignment">
    5253          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    5354         </property>
    54          <property name="buddy" >
     55         <property name="buddy">
    5556          <cstring>mLeMemory</cstring>
    5657         </property>
    5758        </widget>
    5859       </item>
    59        <item rowspan="2" row="0" column="1" >
    60         <layout class="QVBoxLayout" name="mLtMemorySlider" >
    61          <property name="spacing" >
     60       <item row="0" column="1" rowspan="2">
     61        <layout class="QVBoxLayout" name="mLtMemorySlider">
     62         <property name="spacing">
    6263          <number>0</number>
    6364         </property>
    6465         <item>
    65           <widget class="QSlider" name="mSlMemory" >
    66            <property name="whatsThis" >
     66          <widget class="QIAdvancedSlider" name="mSlMemory">
     67           <property name="whatsThis">
    6768            <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
    6869           </property>
    69            <property name="maximum" >
     70           <property name="maximum">
    7071            <number>4096</number>
    7172           </property>
    72            <property name="singleStep" >
     73           <property name="singleStep">
    7374            <number>200</number>
    7475           </property>
    75            <property name="value" >
     76           <property name="value">
    7677            <number>512</number>
    7778           </property>
    78            <property name="orientation" >
     79           <property name="orientation">
    7980            <enum>Qt::Horizontal</enum>
    8081           </property>
    81            <property name="tickPosition" >
     82           <property name="tickPosition">
    8283            <enum>QSlider::TicksBelow</enum>
    8384           </property>
     
    8586         </item>
    8687         <item>
    87           <layout class="QHBoxLayout" name="mLtMemoryLegend" >
    88            <property name="spacing" >
     88          <layout class="QHBoxLayout" name="mLtMemoryLegend">
     89           <property name="spacing">
    8990            <number>0</number>
    9091           </property>
    9192           <item>
    92             <widget class="QLabel" name="mLbMemoryMin" >
    93              <property name="sizePolicy" >
    94               <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     93            <widget class="QLabel" name="mLbMemoryMin">
     94             <property name="sizePolicy">
     95              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    9596               <horstretch>0</horstretch>
    9697               <verstretch>0</verstretch>
     
    100101           </item>
    101102           <item>
    102             <spacer name="mSpHor1" >
    103              <property name="orientation" >
     103            <spacer name="mSpHor1">
     104             <property name="orientation">
    104105              <enum>Qt::Horizontal</enum>
    105106             </property>
    106              <property name="sizeHint" stdset="0" >
     107             <property name="sizeHint" stdset="0">
    107108              <size>
    108109               <width>0</width>
     
    113114           </item>
    114115           <item>
    115             <widget class="QLabel" name="mLbMemoryMax" >
    116              <property name="sizePolicy" >
    117               <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     116            <widget class="QLabel" name="mLbMemoryMax">
     117             <property name="sizePolicy">
     118              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    118119               <horstretch>0</horstretch>
    119120               <verstretch>0</verstretch>
    120121              </sizepolicy>
    121122             </property>
    122              <property name="alignment" >
     123             <property name="alignment">
    123124              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    124125             </property>
     
    129130        </layout>
    130131       </item>
    131        <item row="0" column="2" >
    132         <layout class="QHBoxLayout" name="mLtMemoryUnits" >
    133          <item>
    134           <widget class="QILineEdit" name="mLeMemory" >
    135            <property name="sizePolicy" >
    136             <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
     132       <item row="0" column="2">
     133        <layout class="QHBoxLayout" name="mLtMemoryUnits">
     134         <item>
     135          <widget class="QILineEdit" name="mLeMemory">
     136           <property name="sizePolicy">
     137            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
    137138             <horstretch>0</horstretch>
    138139             <verstretch>0</verstretch>
    139140            </sizepolicy>
    140141           </property>
    141            <property name="whatsThis" >
     142           <property name="whatsThis">
    142143            <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
    143144           </property>
     
    145146         </item>
    146147         <item>
    147           <widget class="QLabel" name="mLbMemoryUnit" >
    148            <property name="sizePolicy" >
    149             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     148          <widget class="QLabel" name="mLbMemoryUnit">
     149           <property name="sizePolicy">
     150            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    150151             <horstretch>0</horstretch>
    151152             <verstretch>0</verstretch>
    152153            </sizepolicy>
    153154           </property>
    154            <property name="text" >
     155           <property name="text">
    155156            <string>MB</string>
    156157           </property>
     
    159160        </layout>
    160161       </item>
    161        <item row="2" column="0" >
    162         <widget class="QLabel" name="mLbBootOrder" >
    163          <property name="sizePolicy" >
    164           <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
    165            <horstretch>0</horstretch>
    166            <verstretch>0</verstretch>
    167           </sizepolicy>
    168          </property>
    169          <property name="text" >
     162       <item row="2" column="0">
     163        <widget class="QLabel" name="mLbBootOrder">
     164         <property name="sizePolicy">
     165          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
     166           <horstretch>0</horstretch>
     167           <verstretch>0</verstretch>
     168          </sizepolicy>
     169         </property>
     170         <property name="text">
    170171          <string>&amp;Boot Order:</string>
    171172         </property>
    172          <property name="alignment" >
     173         <property name="alignment">
    173174          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    174175         </property>
    175          <property name="buddy" >
     176         <property name="buddy">
    176177          <cstring>mTwBootOrder</cstring>
    177178         </property>
    178179        </widget>
    179180       </item>
    180        <item rowspan="2" row="2" column="1" colspan="2" >
    181         <layout class="QHBoxLayout" name="mLtBootOrder" >
    182          <property name="spacing" >
     181       <item row="2" column="1" rowspan="2" colspan="2">
     182        <layout class="QHBoxLayout" name="mLtBootOrder">
     183         <property name="spacing">
    183184          <number>1</number>
    184185         </property>
    185186         <item>
    186           <widget class="BootItemsTable" name="mTwBootOrder" >
    187            <property name="sizePolicy" >
    188             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     187          <widget class="BootItemsTable" name="mTwBootOrder">
     188           <property name="sizePolicy">
     189            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    189190             <horstretch>0</horstretch>
    190191             <verstretch>0</verstretch>
    191192            </sizepolicy>
    192193           </property>
    193            <property name="whatsThis" >
     194           <property name="whatsThis">
    194195            <string>Defines the boot device order. Use checkboxes to the left to enable or disable individual boot devices. Move items up and down to change the device order.</string>
    195196           </property>
    196            <property name="verticalScrollBarPolicy" >
     197           <property name="verticalScrollBarPolicy">
    197198            <enum>Qt::ScrollBarAlwaysOff</enum>
    198199           </property>
    199            <property name="horizontalScrollBarPolicy" >
     200           <property name="horizontalScrollBarPolicy">
    200201            <enum>Qt::ScrollBarAlwaysOff</enum>
    201202           </property>
    202            <property name="alternatingRowColors" >
     203           <property name="alternatingRowColors">
    203204            <bool>true</bool>
    204205           </property>
    205            <property name="rootIsDecorated" >
     206           <property name="rootIsDecorated">
    206207            <bool>false</bool>
    207208           </property>
    208            <property name="uniformRowHeights" >
     209           <property name="uniformRowHeights">
    209210            <bool>true</bool>
    210211           </property>
    211212           <column>
    212             <property name="text" >
     213            <property name="text">
    213214             <string/>
    214215            </property>
     
    217218         </item>
    218219         <item>
    219           <layout class="QVBoxLayout" name="mLtBootOrderButtons" >
    220            <property name="spacing" >
     220          <layout class="QVBoxLayout" name="mLtBootOrderButtons">
     221           <property name="spacing">
    221222            <number>0</number>
    222223           </property>
    223224           <item>
    224             <widget class="QToolButton" name="mTbBootItemUp" >
    225              <property name="enabled" >
     225            <widget class="QToolButton" name="mTbBootItemUp">
     226             <property name="enabled">
    226227              <bool>false</bool>
    227228             </property>
    228              <property name="focusPolicy" >
     229             <property name="focusPolicy">
    229230              <enum>Qt::StrongFocus</enum>
    230231             </property>
    231              <property name="toolTip" >
     232             <property name="toolTip">
    232233              <string>Move Down (Ctrl-Down)</string>
    233234             </property>
    234              <property name="whatsThis" >
     235             <property name="whatsThis">
    235236              <string>Moves the selected boot device down.</string>
    236237             </property>
    237              <property name="text" >
     238             <property name="text">
    238239              <string/>
    239240             </property>
    240              <property name="icon" >
     241             <property name="icon">
    241242              <iconset>
    242243               <normaloff>../images/list_moveup_16px.png</normaloff>../images/list_moveup_16px.png</iconset>
    243244             </property>
    244              <property name="autoRaise" >
     245             <property name="autoRaise">
    245246              <bool>true</bool>
    246247             </property>
     
    248249           </item>
    249250           <item>
    250             <widget class="QToolButton" name="mTbBootItemDown" >
    251              <property name="enabled" >
     251            <widget class="QToolButton" name="mTbBootItemDown">
     252             <property name="enabled">
    252253              <bool>false</bool>
    253254             </property>
    254              <property name="focusPolicy" >
     255             <property name="focusPolicy">
    255256              <enum>Qt::StrongFocus</enum>
    256257             </property>
    257              <property name="toolTip" >
     258             <property name="toolTip">
    258259              <string>Move Up (Ctrl-Up)</string>
    259260             </property>
    260              <property name="whatsThis" >
     261             <property name="whatsThis">
    261262              <string>Moves the selected boot device up.</string>
    262263             </property>
    263              <property name="text" >
     264             <property name="text">
    264265              <string/>
    265266             </property>
    266              <property name="icon" >
     267             <property name="icon">
    267268              <iconset>
    268269               <normaloff>../images/list_movedown_16px.png</normaloff>../images/list_movedown_16px.png</iconset>
    269270             </property>
    270              <property name="autoRaise" >
     271             <property name="autoRaise">
    271272              <bool>true</bool>
    272273             </property>
     
    274275           </item>
    275276           <item>
    276             <spacer name="mSpVer2" >
    277              <property name="orientation" >
     277            <spacer name="mSpVer2">
     278             <property name="orientation">
    278279              <enum>Qt::Vertical</enum>
    279280             </property>
    280              <property name="sizeHint" stdset="0" >
     281             <property name="sizeHint" stdset="0">
    281282              <size>
    282283               <width>0</width>
     
    289290         </item>
    290291         <item>
    291           <spacer name="mSpHor2" >
    292            <property name="orientation" >
     292          <spacer name="mSpHor2">
     293           <property name="orientation">
    293294            <enum>Qt::Horizontal</enum>
    294295           </property>
    295            <property name="sizeHint" stdset="0" >
     296           <property name="sizeHint" stdset="0">
    296297            <size>
    297298             <width>0</width>
     
    303304        </layout>
    304305       </item>
    305        <item row="4" column="0" >
    306         <widget class="QLabel" name="mLbMotherboardExtended" >
    307          <property name="sizePolicy" >
    308           <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
    309            <horstretch>0</horstretch>
    310            <verstretch>0</verstretch>
    311           </sizepolicy>
    312          </property>
    313          <property name="text" >
     306       <item row="4" column="0">
     307        <widget class="QLabel" name="mLbMotherboardExtended">
     308         <property name="sizePolicy">
     309          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
     310           <horstretch>0</horstretch>
     311           <verstretch>0</verstretch>
     312          </sizepolicy>
     313         </property>
     314         <property name="text">
    314315          <string>Extended Features:</string>
    315316         </property>
    316          <property name="alignment" >
     317         <property name="alignment">
    317318          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    318319         </property>
    319320        </widget>
    320321       </item>
    321        <item row="4" column="1" colspan="2" >
    322         <widget class="QCheckBox" name="mCbAcpi" >
    323          <property name="sizePolicy" >
    324           <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
    325            <horstretch>0</horstretch>
    326            <verstretch>0</verstretch>
    327           </sizepolicy>
    328          </property>
    329          <property name="whatsThis" >
    330           <string>When checked, the virtual machine will support the Advanced Configuration and Power Management Interface (ACPI). &lt;b>Note:&lt;/b> don't disable this feature after having installed a Windows guest operating system!</string>
    331          </property>
    332          <property name="text" >
     322       <item row="4" column="1" colspan="2">
     323        <widget class="QCheckBox" name="mCbAcpi">
     324         <property name="sizePolicy">
     325          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     326           <horstretch>0</horstretch>
     327           <verstretch>0</verstretch>
     328          </sizepolicy>
     329         </property>
     330         <property name="whatsThis">
     331          <string>When checked, the virtual machine will support the Advanced Configuration and Power Management Interface (ACPI). &lt;b&gt;Note:&lt;/b&gt; don't disable this feature after having installed a Windows guest operating system!</string>
     332         </property>
     333         <property name="text">
    333334          <string>Enable &amp;ACPI</string>
    334335         </property>
    335336        </widget>
    336337       </item>
    337        <item row="5" column="1" colspan="2" >
    338         <widget class="QCheckBox" name="mCbApic" >
    339          <property name="sizePolicy" >
    340           <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
    341            <horstretch>0</horstretch>
    342            <verstretch>0</verstretch>
    343           </sizepolicy>
    344          </property>
    345          <property name="whatsThis" >
    346           <string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease the VM performance. &lt;b>Note:&lt;/b> don't disable this feature after having installed a Windows guest operating system!</string>
    347          </property>
    348          <property name="text" >
     338       <item row="5" column="1" colspan="2">
     339        <widget class="QCheckBox" name="mCbApic">
     340         <property name="sizePolicy">
     341          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     342           <horstretch>0</horstretch>
     343           <verstretch>0</verstretch>
     344          </sizepolicy>
     345         </property>
     346         <property name="whatsThis">
     347          <string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease the VM performance. &lt;b&gt;Note:&lt;/b&gt; don't disable this feature after having installed a Windows guest operating system!</string>
     348         </property>
     349         <property name="text">
    349350          <string>Enable &amp;IO APIC</string>
    350351         </property>
    351352        </widget>
    352353       </item>
    353        <item row="6" column="0" colspan="3" >
    354         <spacer name="mSpVer1" >
    355          <property name="orientation" >
     354       <item row="6" column="0" colspan="3">
     355        <spacer name="mSpVer1">
     356         <property name="orientation">
    356357          <enum>Qt::Vertical</enum>
    357358         </property>
    358          <property name="sizeHint" stdset="0" >
     359         <property name="sizeHint" stdset="0">
    359360          <size>
    360361           <width>0</width>
     
    366367      </layout>
    367368     </widget>
    368      <widget class="QWidget" name="mTabProcessor" >
    369       <attribute name="title" >
     369     <widget class="QWidget" name="mTabProcessor">
     370      <attribute name="title">
    370371       <string>&amp;Processor</string>
    371372      </attribute>
    372       <layout class="QGridLayout" name="mLtProcessor" >
    373        <item row="0" column="0" >
    374         <widget class="QLabel" name="mLbCPU" >
    375          <property name="sizePolicy" >
    376           <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
    377            <horstretch>0</horstretch>
    378            <verstretch>0</verstretch>
    379           </sizepolicy>
    380          </property>
    381          <property name="text" >
     373      <layout class="QGridLayout" name="mLtProcessor">
     374       <item row="0" column="0">
     375        <widget class="QLabel" name="mLbCPU">
     376         <property name="sizePolicy">
     377          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
     378           <horstretch>0</horstretch>
     379           <verstretch>0</verstretch>
     380          </sizepolicy>
     381         </property>
     382         <property name="text">
    382383          <string>&amp;Processor(s):</string>
    383384         </property>
    384          <property name="alignment" >
     385         <property name="alignment">
    385386          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    386387         </property>
    387          <property name="buddy" >
     388         <property name="buddy">
    388389          <cstring>mLeCPU</cstring>
    389390         </property>
    390391        </widget>
    391392       </item>
    392        <item rowspan="2" row="0" column="1" >
    393         <layout class="QVBoxLayout" name="mLtCPUSlider" >
    394          <property name="spacing" >
     393       <item row="0" column="1" rowspan="2">
     394        <layout class="QVBoxLayout" name="mLtCPUSlider">
     395         <property name="spacing">
    395396          <number>0</number>
    396397         </property>
    397398         <item>
    398           <widget class="QSlider" name="mSlCPU" >
    399            <property name="whatsThis" >
     399          <widget class="QSlider" name="mSlCPU">
     400           <property name="whatsThis">
    400401            <string>Controls the number of virtual CPUs in the virtual machine.</string>
    401402           </property>
    402            <property name="maximum" >
     403           <property name="maximum">
    403404            <number>4096</number>
    404405           </property>
    405            <property name="singleStep" >
     406           <property name="singleStep">
    406407            <number>200</number>
    407408           </property>
    408            <property name="value" >
     409           <property name="value">
    409410            <number>512</number>
    410411           </property>
    411            <property name="orientation" >
     412           <property name="orientation">
    412413            <enum>Qt::Horizontal</enum>
    413414           </property>
    414            <property name="tickPosition" >
     415           <property name="tickPosition">
    415416            <enum>QSlider::TicksBelow</enum>
    416417           </property>
     
    418419         </item>
    419420         <item>
    420           <layout class="QHBoxLayout" name="mLtCPULegend" >
    421            <property name="spacing" >
     421          <layout class="QHBoxLayout" name="mLtCPULegend">
     422           <property name="spacing">
    422423            <number>0</number>
    423424           </property>
    424425           <item>
    425             <widget class="QLabel" name="mLbCPUMin" >
    426              <property name="sizePolicy" >
    427               <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     426            <widget class="QLabel" name="mLbCPUMin">
     427             <property name="sizePolicy">
     428              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    428429               <horstretch>0</horstretch>
    429430               <verstretch>0</verstretch>
     
    433434           </item>
    434435           <item>
    435             <spacer name="mSpHor4" >
    436              <property name="orientation" >
     436            <spacer name="mSpHor4">
     437             <property name="orientation">
    437438              <enum>Qt::Horizontal</enum>
    438439             </property>
    439              <property name="sizeHint" stdset="0" >
     440             <property name="sizeHint" stdset="0">
    440441              <size>
    441442               <width>0</width>
     
    446447           </item>
    447448           <item>
    448             <widget class="QLabel" name="mLbCPUMax" >
    449              <property name="sizePolicy" >
    450               <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     449            <widget class="QLabel" name="mLbCPUMax">
     450             <property name="sizePolicy">
     451              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    451452               <horstretch>0</horstretch>
    452453               <verstretch>0</verstretch>
    453454              </sizepolicy>
    454455             </property>
    455              <property name="alignment" >
     456             <property name="alignment">
    456457              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    457458             </property>
     
    462463        </layout>
    463464       </item>
    464        <item row="0" column="2" >
    465         <widget class="QILineEdit" name="mLeCPU" >
    466          <property name="sizePolicy" >
    467           <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
    468            <horstretch>0</horstretch>
    469            <verstretch>0</verstretch>
    470           </sizepolicy>
    471          </property>
    472          <property name="whatsThis" >
     465       <item row="0" column="2">
     466        <widget class="QILineEdit" name="mLeCPU">
     467         <property name="sizePolicy">
     468          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
     469           <horstretch>0</horstretch>
     470           <verstretch>0</verstretch>
     471          </sizepolicy>
     472         </property>
     473         <property name="whatsThis">
    473474          <string>Controls the number of virtual CPUs in the virtual machine.</string>
    474475         </property>
    475476        </widget>
    476477       </item>
    477        <item row="2" column="0" >
    478         <widget class="QLabel" name="mLbProcessorExtended" >
    479          <property name="text" >
     478       <item row="2" column="0">
     479        <widget class="QLabel" name="mLbProcessorExtended">
     480         <property name="text">
    480481          <string>Extended Features:</string>
    481482         </property>
    482          <property name="alignment" >
     483         <property name="alignment">
    483484          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    484485         </property>
    485486        </widget>
    486487       </item>
    487        <item row="2" column="1" colspan="2" >
    488         <widget class="QCheckBox" name="mCbPae" >
    489          <property name="sizePolicy" >
    490           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
    491            <horstretch>0</horstretch>
    492            <verstretch>0</verstretch>
    493           </sizepolicy>
    494          </property>
    495          <property name="whatsThis" >
     488       <item row="2" column="1" colspan="2">
     489        <widget class="QCheckBox" name="mCbPae">
     490         <property name="sizePolicy">
     491          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
     492           <horstretch>0</horstretch>
     493           <verstretch>0</verstretch>
     494          </sizepolicy>
     495         </property>
     496         <property name="whatsThis">
    496497          <string>When checked, the Physical Address Extension (PAE) feature of the host CPU will be exposed to the virtual machine.</string>
    497498         </property>
    498          <property name="text" >
     499         <property name="text">
    499500          <string>Enable PA&amp;E/NX</string>
    500501         </property>
    501502        </widget>
    502503       </item>
    503        <item row="3" column="0" colspan="3" >
    504         <spacer name="mSpVer3" >
    505          <property name="orientation" >
     504       <item row="3" column="0" colspan="3">
     505        <spacer name="mSpVer3">
     506         <property name="orientation">
    506507          <enum>Qt::Vertical</enum>
    507508         </property>
    508          <property name="sizeHint" stdset="0" >
     509         <property name="sizeHint" stdset="0">
    509510          <size>
    510511           <width>0</width>
     
    516517      </layout>
    517518     </widget>
    518      <widget class="QWidget" name="mTabAcceleration" >
    519       <attribute name="title" >
     519     <widget class="QWidget" name="mTabAcceleration">
     520      <attribute name="title">
    520521       <string>Acce&amp;leration</string>
    521522      </attribute>
    522       <layout class="QGridLayout" name="mLtAcceleration" >
    523        <item row="0" column="0" >
    524         <widget class="QLabel" name="mLbVirt" >
    525          <property name="text" >
     523      <layout class="QGridLayout" name="mLtAcceleration">
     524       <item row="0" column="0">
     525        <widget class="QLabel" name="mLbVirt">
     526         <property name="text">
    526527          <string>Hardware Virtualization:</string>
    527528         </property>
    528529        </widget>
    529530       </item>
    530        <item row="0" column="1" >
    531         <widget class="QCheckBox" name="mCbVirt" >
    532          <property name="sizePolicy" >
    533           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
    534            <horstretch>0</horstretch>
    535            <verstretch>0</verstretch>
    536           </sizepolicy>
    537          </property>
    538          <property name="whatsThis" >
     531       <item row="0" column="1">
     532        <widget class="QCheckBox" name="mCbVirt">
     533         <property name="sizePolicy">
     534          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
     535           <horstretch>0</horstretch>
     536           <verstretch>0</verstretch>
     537          </sizepolicy>
     538         </property>
     539         <property name="whatsThis">
    539540          <string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V.</string>
    540541         </property>
    541          <property name="text" >
     542         <property name="text">
    542543          <string>Enable &amp;VT-x/AMD-V</string>
    543544         </property>
    544          <property name="checked" >
     545         <property name="checked">
    545546          <bool>true</bool>
    546547         </property>
    547548        </widget>
    548549       </item>
    549        <item row="1" column="1" >
    550         <widget class="QCheckBox" name="mCbNestedPaging" >
    551          <property name="sizePolicy" >
    552           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
    553            <horstretch>0</horstretch>
    554            <verstretch>0</verstretch>
    555           </sizepolicy>
    556          </property>
    557          <property name="whatsThis" >
     550       <item row="1" column="1">
     551        <widget class="QCheckBox" name="mCbNestedPaging">
     552         <property name="sizePolicy">
     553          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
     554           <horstretch>0</horstretch>
     555           <verstretch>0</verstretch>
     556          </sizepolicy>
     557         </property>
     558         <property name="whatsThis">
    558559          <string>When checked, the virtual machine will try to make use of the nested paging extension of Intel VT-x and AMD-V.</string>
    559560         </property>
    560          <property name="text" >
     561         <property name="text">
    561562          <string>Enable Nested Pa&amp;ging</string>
    562563         </property>
    563          <property name="checked" >
     564         <property name="checked">
    564565          <bool>true</bool>
    565566         </property>
    566567        </widget>
    567568       </item>
    568        <item row="2" column="0" colspan="2" >
    569         <spacer name="verticalSpacer" >
    570          <property name="orientation" >
     569       <item row="2" column="0" colspan="2">
     570        <spacer name="verticalSpacer">
     571         <property name="orientation">
    571572          <enum>Qt::Vertical</enum>
    572573         </property>
    573          <property name="sizeHint" stdset="0" >
     574         <property name="sizeHint" stdset="0">
    574575          <size>
    575576           <width>20</width>
     
    596597   <header>QILineEdit.h</header>
    597598  </customwidget>
     599  <customwidget>
     600   <class>QIAdvancedSlider</class>
     601   <extends>QSlider</extends>
     602   <header>QIAdvancedSlider.h</header>
     603  </customwidget>
    598604 </customwidgets>
    599605 <resources/>
     
    605611   <slot>setEnabled(bool)</slot>
    606612   <hints>
    607     <hint type="sourcelabel" >
     613    <hint type="sourcelabel">
    608614     <x>195</x>
    609615     <y>50</y>
    610616    </hint>
    611     <hint type="destinationlabel" >
     617    <hint type="destinationlabel">
    612618     <x>196</x>
    613619     <y>72</y>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette