VirtualBox

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

Last change on this file since 10771 was 10611, checked in by vboxsync, 16 years ago

Fe/Qt4: '3003: Auto-update: New-version notifier':
Removing ability to check new version on startup.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.6 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>310</width>
26 <height>183</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" >
43 <widget class="QCheckBox" name="mCbCheck" >
44 <property name="text" >
45 <string>&amp;Check for a new version</string>
46 </property>
47 <property name="checked" >
48 <bool>true</bool>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="0" >
53 <spacer>
54 <property name="orientation" >
55 <enum>Qt::Horizontal</enum>
56 </property>
57 <property name="sizeType" >
58 <enum>QSizePolicy::Fixed</enum>
59 </property>
60 <property name="sizeHint" >
61 <size>
62 <width>40</width>
63 <height>10</height>
64 </size>
65 </property>
66 </spacer>
67 </item>
68 <item row="1" column="1" >
69 <layout class="QHBoxLayout" >
70 <property name="spacing" >
71 <number>0</number>
72 </property>
73 <item>
74 <spacer>
75 <property name="orientation" >
76 <enum>Qt::Horizontal</enum>
77 </property>
78 <property name="sizeType" >
79 <enum>QSizePolicy::Fixed</enum>
80 </property>
81 <property name="sizeHint" >
82 <size>
83 <width>20</width>
84 <height>10</height>
85 </size>
86 </property>
87 </spacer>
88 </item>
89 <item>
90 <widget class="QLabel" name="mLbOncePer" >
91 <property name="text" >
92 <string>&amp;Once per</string>
93 </property>
94 <property name="buddy" >
95 <cstring>mCbOncePer</cstring>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <spacer>
101 <property name="orientation" >
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="sizeType" >
105 <enum>QSizePolicy::Fixed</enum>
106 </property>
107 <property name="sizeHint" >
108 <size>
109 <width>16</width>
110 <height>10</height>
111 </size>
112 </property>
113 </spacer>
114 </item>
115 <item>
116 <widget class="QComboBox" name="mCbOncePer" />
117 </item>
118 <item>
119 <spacer>
120 <property name="orientation" >
121 <enum>Qt::Horizontal</enum>
122 </property>
123 <property name="sizeHint" >
124 <size>
125 <width>0</width>
126 <height>10</height>
127 </size>
128 </property>
129 </spacer>
130 </item>
131 </layout>
132 </item>
133 <item row="2" column="1" >
134 <layout class="QHBoxLayout" >
135 <property name="spacing" >
136 <number>10</number>
137 </property>
138 <item>
139 <widget class="QLabel" name="mLbDate" >
140 <property name="sizePolicy" >
141 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
142 <horstretch>0</horstretch>
143 <verstretch>0</verstretch>
144 </sizepolicy>
145 </property>
146 <property name="text" >
147 <string>Next check:</string>
148 </property>
149 </widget>
150 </item>
151 <item>
152 <widget class="QLabel" name="mTxDate" >
153 <property name="sizePolicy" >
154 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
155 <horstretch>0</horstretch>
156 <verstretch>0</verstretch>
157 </sizepolicy>
158 </property>
159 </widget>
160 </item>
161 </layout>
162 </item>
163 <item row="3" column="1" >
164 <spacer>
165 <property name="orientation" >
166 <enum>Qt::Vertical</enum>
167 </property>
168 <property name="sizeHint" >
169 <size>
170 <width>10</width>
171 <height>0</height>
172 </size>
173 </property>
174 </spacer>
175 </item>
176 </layout>
177 </widget>
178 <resources/>
179 <connections/>
180</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