VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsUpdate.ui@ 10968

Last change on this file since 10968 was 10856, checked in by vboxsync, 16 years ago

Fe/Qt4: Global Settings / Update Page: Re-layouting & local date format.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.0 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 web-site and check whether a new VirtualBox verison is available.</string>
46 </property>
47 <property name="text" >
48 <string>&amp;Check for a New Version</string>
49 </property>
50 <property name="checked" >
51 <bool>true</bool>
52 </property>
53 </widget>
54 </item>
55 <item rowspan="3" 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" >
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="1" >
121 <spacer>
122 <property name="orientation" >
123 <enum>Qt::Horizontal</enum>
124 </property>
125 <property name="sizeType" >
126 <enum>QSizePolicy::Fixed</enum>
127 </property>
128 <property name="sizeHint" >
129 <size>
130 <width>16</width>
131 <height>0</height>
132 </size>
133 </property>
134 </spacer>
135 </item>
136 <item row="2" column="2" >
137 <widget class="QLabel" name="mLbDate" >
138 <property name="sizePolicy" >
139 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
140 <horstretch>0</horstretch>
141 <verstretch>0</verstretch>
142 </sizepolicy>
143 </property>
144 <property name="text" >
145 <string>Next Check:</string>
146 </property>
147 <property name="alignment" >
148 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
149 </property>
150 </widget>
151 </item>
152 <item row="2" column="3" colspan="2" >
153 <widget class="QLabel" name="mTxDate" >
154 <property name="sizePolicy" >
155 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
156 <horstretch>0</horstretch>
157 <verstretch>0</verstretch>
158 </sizepolicy>
159 </property>
160 </widget>
161 </item>
162 <item row="3" column="0" colspan="5" >
163 <spacer>
164 <property name="orientation" >
165 <enum>Qt::Vertical</enum>
166 </property>
167 <property name="sizeHint" >
168 <size>
169 <width>0</width>
170 <height>0</height>
171 </size>
172 </property>
173 </spacer>
174 </item>
175 </layout>
176 </widget>
177 <resources/>
178 <connections/>
179</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