~ubuntu-branches/ubuntu/trusty/virtualbox/trusty-proposed

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWizardPageOptions.ui

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-03-07 16:38:36 UTC
  • mfrom: (1.1.13) (3.1.20 experimental)
  • Revision ID: package-import@ubuntu.com-20130307163836-p93jpbgx39tp3gb4
Tags: 4.2.8-dfsg-0ubuntu1
* New upstream release. (Closes: #691148)
  - Fixes compatibility with kernel 3.8. (Closes: #700823; LP: #1101867)
* Switch to my @debian.org email address.
* Move package to contrib as virtualbox 4.2 needs a non-free compiler to
  build the BIOS.
* Build-depend on libdevmapper-dev.
* Refresh patches.
  - Drop 36-fix-ftbfs-xserver-112.patch, cve-2012-3221.patch,
    CVE-2013-0420.patch 37-kcompat-3.6.patch and 38-kcompat-3.7.patch.
* Drop all virtualbox-ose transitional packages.
* Drop the virtualbox-fuse package as vdfuse fails to build with
  virtualbox 4.2.
* Update install files and VBox.sh.
* Bump required kbuild version to 0.1.9998svn2577.
* Fix path to VBoxCreateUSBNode.sh in virtualbox.postinst. (Closes: #700479)
* Add an init script to virtuabox-guest-x11 which loads the vboxvideo
  kernel module. The X Server 1.13 doesn't load it anymore. (Closes: #686994)
* Update man pages. (Closes: #680053)
* Add 36-python-multiarch.patch from Rico Tzschichholz to fix detection of
  python in multiarch paths using pkg-config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <comment>
4
 
 VBox frontends: Qt4 GUI ("VirtualBox"):
5
 
 
6
 
     Copyright (C) 2009-2011 Oracle Corporation
7
 
 
8
 
     This file is part of VirtualBox Open Source Edition (OSE), as
9
 
     available from http://www.virtualbox.org. This file is free software;
10
 
     you can redistribute it and/or modify it under the terms of the GNU
11
 
     General Public License (GPL) as published by the Free Software
12
 
     Foundation, in version 2 as it comes in the "COPYING" file of the
13
 
     VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14
 
     hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15
 
 </comment>
16
 
 <class>UINewHDWizardPageOptions</class>
17
 
 <widget class="QWidget" name="UINewHDWizardPageOptions">
18
 
  <property name="geometry">
19
 
   <rect>
20
 
    <x>0</x>
21
 
    <y>0</y>
22
 
    <width>600</width>
23
 
    <height>400</height>
24
 
   </rect>
25
 
  </property>
26
 
  <property name="sizePolicy">
27
 
   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
28
 
    <horstretch>0</horstretch>
29
 
    <verstretch>0</verstretch>
30
 
   </sizepolicy>
31
 
  </property>
32
 
  <layout class="QVBoxLayout" name="m_pMainLayout">
33
 
   <property name="bottomMargin" >
34
 
    <number>0</number>
35
 
   </property>
36
 
   <item>
37
 
    <widget class="QILabel" name="m_pLabel1">
38
 
     <property name="wordWrap">
39
 
      <bool>true</bool>
40
 
     </property>
41
 
    </widget>
42
 
   </item>
43
 
   <item>
44
 
    <widget class="QGroupBox" name="m_pLocationCnt">
45
 
     <property name="title">
46
 
      <string>&amp;Location</string>
47
 
     </property>
48
 
     <layout class="QHBoxLayout" name="m_pOptionsLayout">
49
 
      <item>
50
 
       <widget class="QLineEdit" name="m_pLocationEditor"/>
51
 
      </item>
52
 
      <item>
53
 
       <widget class="QIToolButton" name="m_pLocationSelector">
54
 
        <property name="autoRaise">
55
 
         <bool>true</bool>
56
 
        </property>
57
 
       </widget>
58
 
      </item>
59
 
     </layout>
60
 
    </widget>
61
 
   </item>
62
 
   <item>
63
 
    <widget class="QILabel" name="m_pLabel2">
64
 
     <property name="wordWrap">
65
 
      <bool>true</bool>
66
 
     </property>
67
 
    </widget>
68
 
   </item>
69
 
   <item>
70
 
    <widget class="QGroupBox" name="m_pSizeCnt">
71
 
     <property name="title">
72
 
      <string>&amp;Size</string>
73
 
     </property>
74
 
     <layout class="QGridLayout" name="m_pSizeLayout">
75
 
      <item row="0" column="0" colspan="3">
76
 
       <widget class="QSlider" name="m_pSizeSlider">
77
 
        <property name="sizePolicy">
78
 
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
79
 
          <horstretch>0</horstretch>
80
 
          <verstretch>0</verstretch>
81
 
         </sizepolicy>
82
 
        </property>
83
 
        <property name="orientation">
84
 
         <enum>Qt::Horizontal</enum>
85
 
        </property>
86
 
        <property name="tickPosition">
87
 
         <enum>QSlider::TicksBelow</enum>
88
 
        </property>
89
 
       </widget>
90
 
      </item>
91
 
      <item row="0" column="3">
92
 
       <widget class="QILineEdit" name="m_pSizeEditor">
93
 
        <property name="sizePolicy">
94
 
         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
95
 
          <horstretch>0</horstretch>
96
 
          <verstretch>0</verstretch>
97
 
         </sizepolicy>
98
 
        </property>
99
 
       </widget>
100
 
      </item>
101
 
      <item row="1" column="0">
102
 
       <widget class="QLabel" name="m_pSizeMin">
103
 
        <property name="sizePolicy">
104
 
         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
105
 
          <horstretch>0</horstretch>
106
 
          <verstretch>0</verstretch>
107
 
         </sizepolicy>
108
 
        </property>
109
 
       </widget>
110
 
      </item>
111
 
      <item row="1" column="1">
112
 
       <spacer name="m_pSizeSpacer">
113
 
        <property name="orientation">
114
 
         <enum>Qt::Horizontal</enum>
115
 
        </property>
116
 
        <property name="sizeHint" stdset="0">
117
 
         <size>
118
 
          <width>0</width>
119
 
          <height>0</height>
120
 
         </size>
121
 
        </property>
122
 
       </spacer>
123
 
      </item>
124
 
      <item row="1" column="2">
125
 
       <widget class="QLabel" name="m_pSizeMax">
126
 
        <property name="sizePolicy">
127
 
         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
128
 
          <horstretch>0</horstretch>
129
 
          <verstretch>0</verstretch>
130
 
         </sizepolicy>
131
 
        </property>
132
 
       </widget>
133
 
      </item>
134
 
     </layout>
135
 
    </widget>
136
 
   </item>
137
 
   <item>
138
 
    <spacer name="m_pSpacer">
139
 
     <property name="sizeHint" stdset="0">
140
 
      <size>
141
 
       <width>0</width>
142
 
       <height>0</height>
143
 
      </size>
144
 
     </property>
145
 
    </spacer>
146
 
   </item>
147
 
  </layout>
148
 
 </widget>
149
 
 <customwidgets>
150
 
  <customwidget>
151
 
   <class>QIToolButton</class>
152
 
   <extends>QToolButton</extends>
153
 
   <header>QIToolButton.h</header>
154
 
  </customwidget>
155
 
  <customwidget>
156
 
   <class>QILabel</class>
157
 
   <extends>QLabel</extends>
158
 
   <header>QILabel.h</header>
159
 
  </customwidget>
160
 
  <customwidget>
161
 
   <class>QILineEdit</class>
162
 
   <extends>QLineEdit</extends>
163
 
   <header>QILineEdit.h</header>
164
 
  </customwidget>
165
 
 </customwidgets>
166
 
 <resources/>
167
 
 <connections/>
168
 
</ui>