~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0">
 
2
 <comment>
 
3
 VBox frontends: Qt4 GUI ("VirtualBox"):
 
4
 
 
5
     Copyright (C) 2008-2010 Oracle Corporation
 
6
 
 
7
     This file is part of VirtualBox Open Source Edition (OSE), as
 
8
     available from http://www.virtualbox.org. This file is free software;
 
9
     you can redistribute it and/or modify it under the terms of the GNU
 
10
     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
     VirtualBox OSE distribution. VirtualBox OSE is distributed in the
 
13
     hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
 
14
 </comment>
 
15
 <class>UIGlobalSettingsGeneral</class>
 
16
 <widget class="QWidget" name="UIGlobalSettingsGeneral">
 
17
  <property name="geometry">
 
18
   <rect>
 
19
    <x>0</x>
 
20
    <y>0</y>
 
21
    <width>400</width>
 
22
    <height>200</height>
 
23
   </rect>
 
24
  </property>
 
25
  <layout class="QGridLayout">
 
26
   <property name="margin">
 
27
    <number>0</number>
 
28
   </property>
 
29
   <item row="0" column="0" colspan="2">
 
30
    <widget class="QLabel" name="m_pMachineFolderLabel">
 
31
     <property name="text">
 
32
      <string>Default &amp;Machine Folder:</string>
 
33
     </property>
 
34
     <property name="alignment">
 
35
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
36
     </property>
 
37
     <property name="buddy">
 
38
      <cstring>m_pMachineFolderSelector</cstring>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item row="0" column="2">
 
43
    <widget class="VBoxFilePathSelectorWidget" name="m_pMachineFolderSelector">
 
44
     <property name="sizePolicy">
 
45
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
46
       <horstretch>0</horstretch>
 
47
       <verstretch>0</verstretch>
 
48
      </sizepolicy>
 
49
     </property>
 
50
    </widget>
 
51
   </item>
 
52
   <item row="1" column="0" colspan="3">
 
53
    <widget class="Line" name="m_pLineSeparator1">
 
54
     <property name="orientation">
 
55
      <enum>Qt::Horizontal</enum>
 
56
     </property>
 
57
    </widget>
 
58
   </item>
 
59
   <item row="2" column="0" colspan="2">
 
60
    <widget class="QLabel" name="m_pVRDPLibLabel">
 
61
     <property name="text">
 
62
      <string>V&amp;RDP Authentication Library:</string>
 
63
     </property>
 
64
     <property name="alignment">
 
65
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
66
     </property>
 
67
     <property name="buddy">
 
68
      <cstring>m_pVRDPLibNameSelector</cstring>
 
69
     </property>
 
70
    </widget>
 
71
   </item>
 
72
   <item row="2" column="2">
 
73
    <widget class="VBoxFilePathSelectorWidget" name="m_pVRDPLibNameSelector">
 
74
     <property name="sizePolicy">
 
75
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
76
       <horstretch>0</horstretch>
 
77
       <verstretch>0</verstretch>
 
78
      </sizepolicy>
 
79
     </property>
 
80
    </widget>
 
81
   </item>
 
82
   <item row="3" column="0" colspan="3">
 
83
    <widget class="Line" name="m_pLineSeparator2">
 
84
     <property name="orientation">
 
85
      <enum>Qt::Horizontal</enum>
 
86
     </property>
 
87
    </widget>
 
88
   </item>
 
89
   <item row="4" column="0">
 
90
    <widget class="QWidget" name="m_pSpacerWidget1">
 
91
     <property name="sizePolicy">
 
92
      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
 
93
       <horstretch>0</horstretch>
 
94
       <verstretch>0</verstretch>
 
95
      </sizepolicy>
 
96
     </property>
 
97
     <property name="minimumWidth">
 
98
      <number>34</number>
 
99
     </property>
 
100
    </widget>
 
101
   </item>
 
102
   <item row="4" column="1" colspan="2">
 
103
    <widget class="QCheckBox" name="m_pEnableTrayIconCheckbox">
 
104
     <property name="whatsThis">
 
105
      <string>When checked, the application will provide an icon with the context menu in the system tray.</string>
 
106
     </property>
 
107
     <property name="text">
 
108
      <string>&amp;Show System Tray Icon</string>
 
109
     </property>
 
110
    </widget>
 
111
   </item>
 
112
   <item row="5" column="0">
 
113
    <widget class="QWidget" name="m_pSpacerWidget2">
 
114
     <property name="sizePolicy">
 
115
      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
 
116
       <horstretch>0</horstretch>
 
117
       <verstretch>0</verstretch>
 
118
      </sizepolicy>
 
119
     </property>
 
120
     <property name="minimumWidth">
 
121
      <number>34</number>
 
122
     </property>
 
123
    </widget>
 
124
   </item>
 
125
   <item row="5" column="1" colspan="2">
 
126
    <widget class="QCheckBox" name="m_pEnablePresentationModeCheckbox">
 
127
     <property name="text">
 
128
      <string>&amp;Auto show Dock and Menubar in fullscreen</string>
 
129
     </property>
 
130
    </widget>
 
131
   </item>
 
132
   <item row="6" column="0">
 
133
    <widget class="QWidget" name="m_pSpacerWidget3">
 
134
     <property name="sizePolicy">
 
135
      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
 
136
       <horstretch>0</horstretch>
 
137
       <verstretch>0</verstretch>
 
138
      </sizepolicy>
 
139
     </property>
 
140
     <property name="minimumWidth">
 
141
      <number>34</number>
 
142
     </property>
 
143
    </widget>
 
144
   </item>
 
145
   <item row="6" column="1" colspan="2">
 
146
    <widget class="QCheckBox" name="m_pDisableHostScreenSaverCheckbox">
 
147
     <property name="whatsThis">
 
148
      <string>When checked, the host screen saver will be disabled whenever a virtual machine is running.</string>
 
149
     </property>
 
150
     <property name="text">
 
151
      <string>Disable Host &amp;ScreenSaver</string>
 
152
     </property>
 
153
    </widget>
 
154
   </item>
 
155
   <item row="7" column="0" colspan="3">
 
156
    <spacer>
 
157
     <property name="orientation">
 
158
      <enum>Qt::Vertical</enum>
 
159
     </property>
 
160
     <property name="sizeHint" stdset="0">
 
161
      <size>
 
162
       <width>0</width>
 
163
       <height>0</height>
 
164
      </size>
 
165
     </property>
 
166
    </spacer>
 
167
   </item>
 
168
  </layout>
 
169
 </widget>
 
170
 <customwidgets>
 
171
  <customwidget>
 
172
   <class>VBoxFilePathSelectorWidget</class>
 
173
   <extends>QComboBox</extends>
 
174
   <header>VBoxFilePathSelectorWidget.h</header>
 
175
   <container>1</container>
 
176
  </customwidget>
 
177
 </customwidgets>
 
178
 <resources/>
 
179
 <connections/>
 
180
</ui>