VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.ui@ 48546

Last change on this file since 48546 was 48546, checked in by vboxsync, 11 years ago

FE/Qt: language string updates.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.5 KB
Line 
1<ui version="4.0">
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008-2013 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>UIGlobalSettingsUpdate</class>
16 <widget class="QWidget" name="UIGlobalSettingsUpdate">
17 <layout class="QGridLayout">
18 <property name="margin">
19 <number>0</number>
20 </property>
21 <item row="0" column="0" colspan="2">
22 <widget class="QCheckBox" name="m_pCheckBoxUpdate">
23 <property name="whatsThis">
24 <string>When checked, the application will periodically connect to the VirtualBox website and check whether a new VirtualBox version is available.</string>
25 </property>
26 <property name="text">
27 <string>&amp;Check for Updates</string>
28 </property>
29 </widget>
30 </item>
31 <item row="1" column="0">
32 <spacer>
33 <property name="orientation">
34 <enum>Qt::Horizontal</enum>
35 </property>
36 <property name="sizeType">
37 <enum>QSizePolicy::Fixed</enum>
38 </property>
39 <property name="sizeHint">
40 <size>
41 <width>20</width>
42 <height>0</height>
43 </size>
44 </property>
45 </spacer>
46 </item>
47 <item row="1" column="1">
48 <widget class="QWidget" name="m_pContainerUpdate">
49 <layout class="QGridLayout" name="m_pContainerLayoutUpdate">
50 <property name="margin">
51 <number>0</number>
52 </property>
53 <item row="0" column="0">
54 <widget class="QLabel" name="m_pUpdatePeriodLabel">
55 <property name="text">
56 <string>&amp;Once per:</string>
57 </property>
58 <property name="alignment">
59 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
60 </property>
61 <property name="buddy">
62 <cstring>m_pComboBoxUpdatePeriod</cstring>
63 </property>
64 </widget>
65 </item>
66 <item row="0" column="1">
67 <layout class="QHBoxLayout">
68 <item>
69 <widget class="QComboBox" name="m_pComboBoxUpdatePeriod">
70 <property name="whatsThis">
71 <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>
72 </property>
73 <property name="sizePolicy">
74 <sizepolicy vsizetype="Fixed" hsizetype="Minimum">
75 <horstretch>0</horstretch>
76 <verstretch>0</verstretch>
77 </sizepolicy>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <spacer>
83 <property name="orientation">
84 <enum>Qt::Horizontal</enum>
85 </property>
86 <property name="sizeHint">
87 <size>
88 <width>0</width>
89 <height>0</height>
90 </size>
91 </property>
92 </spacer>
93 </item>
94 </layout>
95 </item>
96 <item row="1" column="0">
97 <widget class="QLabel" name="m_pUpdateDateLabel">
98 <property name="text">
99 <string>Next Check:</string>
100 </property>
101 <property name="alignment">
102 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
103 </property>
104 </widget>
105 </item>
106 <item row="1" column="1">
107 <widget class="QLabel" name="m_pUpdateDateText"/>
108 </item>
109 <item row="2" column="0">
110 <widget class="QLabel" name="m_pUpdateFilterLabel">
111 <property name="text">
112 <string>Check for:</string>
113 </property>
114 <property name="alignment">
115 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
116 </property>
117 </widget>
118 </item>
119 <item row="2" column="1">
120 <widget class="QRadioButton" name="m_pRadioUpdateFilterStable">
121 <property name="whatsThis">
122 <string>&lt;p>Choose this if you only wish to be notified about stable updates to VirtualBox.&lt;/p></string>
123 </property>
124 <property name="text">
125 <string>&amp;Stable Release Versions</string>
126 </property>
127 </widget>
128 </item>
129 <item row="3" column="1">
130 <widget class="QRadioButton" name="m_pRadioUpdateFilterEvery">
131 <property name="whatsThis">
132 <string>&lt;p>Choose this if you wish to be notified about all new VirtualBox releases.&lt;/p></string>
133 </property>
134 <property name="text">
135 <string>&amp;All New Releases</string>
136 </property>
137 </widget>
138 </item>
139 <item row="4" column="1">
140 <widget class="QRadioButton" name="m_pRadioUpdateFilterBetas">
141 <property name="whatsThis">
142 <string>&lt;p>Choose this to be notified about all new VirtualBox releases and pre-release versions of VirtualBox.&lt;/p></string>
143 </property>
144 <property name="text">
145 <string>All New Releases and &amp;Pre-Releases</string>
146 </property>
147 </widget>
148 </item>
149 </layout>
150 </widget>
151 </item>
152 <item row="2" column="0" colspan="2">
153 <spacer>
154 <property name="orientation">
155 <enum>Qt::Vertical</enum>
156 </property>
157 <property name="sizeHint">
158 <size>
159 <width>0</width>
160 <height>0</height>
161 </size>
162 </property>
163 </spacer>
164 </item>
165 </layout>
166 </widget>
167 <resources/>
168 <connections/>
169</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