VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGLSettingsUpdate.ui@ 23580

Last change on this file since 23580 was 21770, checked in by vboxsync, 15 years ago

FE/Qt4: 4132: Option for bleeding edge updates: Initial version implemented.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.3 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008 Sun Microsystems, Inc.
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
15 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16 Clara, CA 95054 USA or visit http://www.sun.com if you need
17 additional information or have any questions.
18 </comment>
19 <class>VBoxGLSettingsUpdate</class>
20 <widget class="QWidget" name="VBoxGLSettingsUpdate" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>300</width>
26 <height>131</height>
27 </rect>
28 </property>
29 <layout class="QGridLayout" >
30 <property name="leftMargin" >
31 <number>0</number>
32 </property>
33 <property name="topMargin" >
34 <number>0</number>
35 </property>
36 <property name="rightMargin" >
37 <number>0</number>
38 </property>
39 <property name="bottomMargin" >
40 <number>0</number>
41 </property>
42 <item row="0" column="1" colspan="4" >
43 <widget class="QCheckBox" name="mCbCheck" >
44 <property name="whatsThis" >
45 <string>When checked, the application will periodically connect to the VirtualBox website and check whether a new VirtualBox version is available.</string>
46 </property>
47 <property name="text" >
48 <string>&amp;Check for updates</string>
49 </property>
50 <property name="checked" >
51 <bool>true</bool>
52 </property>
53 </widget>
54 </item>
55 <item row="0" column="0" >
56 <spacer>
57 <property name="orientation" >
58 <enum>Qt::Horizontal</enum>
59 </property>
60 <property name="sizeType" >
61 <enum>QSizePolicy::Fixed</enum>
62 </property>
63 <property name="sizeHint" >
64 <size>
65 <width>40</width>
66 <height>0</height>
67 </size>
68 </property>
69 </spacer>
70 </item>
71 <item row="1" column="1" rowspan="2" >
72 <spacer>
73 <property name="orientation" >
74 <enum>Qt::Horizontal</enum>
75 </property>
76 <property name="sizeType" >
77 <enum>QSizePolicy::Fixed</enum>
78 </property>
79 <property name="sizeHint" >
80 <size>
81 <width>16</width>
82 <height>0</height>
83 </size>
84 </property>
85 </spacer>
86 </item>
87 <item row="1" column="2" >
88 <widget class="QLabel" name="mLbOncePer" >
89 <property name="text" >
90 <string>&amp;Once per:</string>
91 </property>
92 <property name="alignment" >
93 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
94 </property>
95 <property name="buddy" >
96 <cstring>mCbOncePer</cstring>
97 </property>
98 </widget>
99 </item>
100 <item row="1" column="3" >
101 <widget class="QComboBox" name="mCbOncePer" >
102 <property name="whatsThis" >
103 <string>Specifies how often the new version check should be performed. Note that if you want to completely disable this check, just clear the above check box.</string>
104 </property>
105 </widget>
106 </item>
107 <item row="1" column="4" >
108 <spacer>
109 <property name="orientation" >
110 <enum>Qt::Horizontal</enum>
111 </property>
112 <property name="sizeHint" >
113 <size>
114 <width>0</width>
115 <height>0</height>
116 </size>
117 </property>
118 </spacer>
119 </item>
120 <item row="2" column="2" >
121 <widget class="QLabel" name="mLbDate" >
122 <property name="sizePolicy" >
123 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
124 <horstretch>0</horstretch>
125 <verstretch>0</verstretch>
126 </sizepolicy>
127 </property>
128 <property name="text" >
129 <string>Next Check:</string>
130 </property>
131 <property name="alignment" >
132 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
133 </property>
134 </widget>
135 </item>
136 <item row="2" column="3" colspan="2" >
137 <widget class="QLabel" name="mTxDate" >
138 <property name="sizePolicy" >
139 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
140 <horstretch>0</horstretch>
141 <verstretch>0</verstretch>
142 </sizepolicy>
143 </property>
144 </widget>
145 </item>
146 <item row="3" column="2" >
147 <widget class="QLabel" name="mLbFilter" >
148 <property name="sizePolicy" >
149 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
150 <horstretch>0</horstretch>
151 <verstretch>0</verstretch>
152 </sizepolicy>
153 </property>
154 <property name="text" >
155 <string>Check for:</string>
156 </property>
157 <property name="alignment" >
158 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
159 </property>
160 </widget>
161 </item>
162 <item row="3" column="3" colspan="2" >
163 <widget class="QRadioButton" name="mRbStable" >
164 <property name="whatsThis" >
165 <string>&lt;p>Choose this if you only wish to be notified about stable updates to VirtualBox.&lt;/p></string>
166 </property>
167 <property name="text" >
168 <string>&amp;Stable release versions</string>
169 </property>
170 </widget>
171 </item>
172 <item row="4" column="3" colspan="2" >
173 <widget class="QRadioButton" name="mRbAllRelease" >
174 <property name="whatsThis" >
175 <string>&lt;p>Choose this if you wish to be notified about all new VirtualBox releases.&lt;/p></string>
176 </property>
177 <property name="text" >
178 <string>&amp;All new releases</string>
179 </property>
180 </widget>
181 </item>
182 <item row="5" column="3" colspan="2" >
183 <widget class="QRadioButton" name="mRbWithBetas" >
184 <property name="whatsThis" >
185 <string>&lt;p>Choose this to be notified about all new VirtualBox releases and pre-release versions of VirtualBox.&lt;/p></string>
186 </property>
187 <property name="text" >
188 <string>All new releases and &amp;pre-releases</string>
189 </property>
190 </widget>
191 </item>
192 <item row="6" column="1" colspan="4" >
193 <spacer>
194 <property name="orientation" >
195 <enum>Qt::Vertical</enum>
196 </property>
197 <property name="sizeHint" >
198 <size>
199 <width>0</width>
200 <height>0</height>
201 </size>
202 </property>
203 </spacer>
204 </item>
205 </layout>
206 </widget>
207 <resources/>
208 <connections/>
209</ui>
Note: See TracBrowser for help on using the repository browser.

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