VBoxGLSettingsUpdate.ui revision e64031e20c39650a7bc902a3e1aba613b9415dee
<ui version="4.0" >
<comment>
VBox frontends: Qt4 GUI ("VirtualBox"):
Copyright (C) 2008 Oracle Corporation
This file is part of VirtualBox Open Source Edition (OSE), as
available from http://www.virtualbox.org. This file is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License (GPL) as published by the Free Software
Foundation, in version 2 as it comes in the "COPYING" file of the
VirtualBox OSE distribution. VirtualBox OSE is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
</comment>
<class>VBoxGLSettingsUpdate</class>
<widget class="QWidget" name="VBoxGLSettingsUpdate" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>131</height>
</rect>
</property>
<layout class="QGridLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item row="0" column="1" colspan="4" >
<widget class="QCheckBox" name="mCbCheck" >
<property name="whatsThis" >
<string>When checked, the application will periodically connect to the VirtualBox website and check whether a new VirtualBox version is available.</string>
</property>
<property name="text" >
<string>&Check for updates</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1" rowspan="2" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>16</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="2" >
<widget class="QLabel" name="mLbOncePer" >
<property name="text" >
<string>&Once per:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mCbOncePer</cstring>
</property>
</widget>
</item>
<item row="1" column="3" >
<widget class="QComboBox" name="mCbOncePer" >
<property name="whatsThis" >
<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>
</property>
</widget>
</item>
<item row="1" column="4" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="2" >
<widget class="QLabel" name="mLbDate" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Next Check:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="3" colspan="2" >
<widget class="QLabel" name="mTxDate" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="3" column="2" >
<widget class="QLabel" name="mLbFilter" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Check for:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="3" colspan="2" >
<widget class="QRadioButton" name="mRbStable" >
<property name="whatsThis" >
<string><p>Choose this if you only wish to be notified about stable updates to VirtualBox.</p></string>
</property>
<property name="text" >
<string>&Stable release versions</string>
</property>
</widget>
</item>
<item row="4" column="3" colspan="2" >
<widget class="QRadioButton" name="mRbAllRelease" >
<property name="whatsThis" >
<string><p>Choose this if you wish to be notified about all new VirtualBox releases.</p></string>
</property>
<property name="text" >
<string>&All new releases</string>
</property>
</widget>
</item>
<item row="5" column="3" colspan="2" >
<widget class="QRadioButton" name="mRbWithBetas" >
<property name="whatsThis" >
<string><p>Choose this to be notified about all new VirtualBox releases and pre-release versions of VirtualBox.</p></string>
</property>
<property name="text" >
<string>All new releases and &pre-releases</string>
</property>
</widget>
</item>
<item row="6" column="1" colspan="4" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>