Changeset 10856 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 24, 2008 4:05:53 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGLSettingsUpdate.cpp
r10611 r10856 94 94 mLbOncePer->setEnabled (aOn); 95 95 mCbOncePer->setEnabled (aOn); 96 mLbDate->setEnabled (aOn); 97 mTxDate->setEnabled (aOn); 96 98 97 99 /* Update 'check for new version' time */ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxUpdateDlg.cpp
r10810 r10856 143 143 { 144 144 return mIndex == NeverCheck ? VBoxUpdateDlg::tr ("Never") : 145 mDate.toString ( "yyyy.MM.dd");145 mDate.toString (Qt::LocaleDate); 146 146 } 147 147 -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsUpdate.ui
r10810 r10856 23 23 <x>0</x> 24 24 <y>0</y> 25 <width>3 10</width>26 <height>1 83</height>25 <width>300</width> 26 <height>131</height> 27 27 </rect> 28 28 </property> … … 40 40 <number>0</number> 41 41 </property> 42 <item row="0" column="1" >42 <item row="0" column="1" colspan="4" > 43 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> 44 47 <property name="text" > 45 48 <string>&Check for a New Version</string> … … 48 51 <bool>true</bool> 49 52 </property> 50 <property name="whatsThis" >51 <string>When checked, the application will periodically connect to the VirtualBox web-site and check whether a new VirtualBox verison is available.</string>52 </property>53 53 </widget> 54 54 </item> 55 <item row ="1" column="0" >55 <item rowspan="3" row="0" column="0" > 56 56 <spacer> 57 57 <property name="orientation" > … … 64 64 <size> 65 65 <width>40</width> 66 <height> 10</height>66 <height>0</height> 67 67 </size> 68 68 </property> … … 70 70 </item> 71 71 <item row="1" column="1" > 72 < layout class="QHBoxLayout">73 <property name=" spacing" >74 < number>0</number>72 <spacer> 73 <property name="orientation" > 74 <enum>Qt::Horizontal</enum> 75 75 </property> 76 <item> 77 <spacer> 78 <property name="orientation" > 79 <enum>Qt::Horizontal</enum> 80 </property> 81 <property name="sizeType" > 82 <enum>QSizePolicy::Fixed</enum> 83 </property> 84 <property name="sizeHint" > 85 <size> 86 <width>20</width> 87 <height>10</height> 88 </size> 89 </property> 90 </spacer> 91 </item> 92 <item> 93 <widget class="QLabel" name="mLbOncePer" > 94 <property name="text" > 95 <string>&Once per:</string> 96 </property> 97 <property name="buddy" > 98 <cstring>mCbOncePer</cstring> 99 </property> 100 </widget> 101 </item> 102 <item> 103 <spacer> 104 <property name="orientation" > 105 <enum>Qt::Horizontal</enum> 106 </property> 107 <property name="sizeType" > 108 <enum>QSizePolicy::Fixed</enum> 109 </property> 110 <property name="sizeHint" > 111 <size> 112 <width>16</width> 113 <height>10</height> 114 </size> 115 </property> 116 </spacer> 117 </item> 118 <item> 119 <widget class="QComboBox" name="mCbOncePer"> 120 <property name="whatsThis" > 121 <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> 122 </property> 123 </widget> 124 </item> 125 <item> 126 <spacer> 127 <property name="orientation" > 128 <enum>Qt::Horizontal</enum> 129 </property> 130 <property name="sizeHint" > 131 <size> 132 <width>0</width> 133 <height>10</height> 134 </size> 135 </property> 136 </spacer> 137 </item> 138 </layout> 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>&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> 139 119 </item> 140 120 <item row="2" column="1" > 141 < layout class="QHBoxLayout">142 <property name=" spacing" >143 < number>10</number>121 <spacer> 122 <property name="orientation" > 123 <enum>Qt::Horizontal</enum> 144 124 </property> 145 <item> 146 <widget class="QLabel" name="mLbDate" > 147 <property name="sizePolicy" > 148 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 149 <horstretch>0</horstretch> 150 <verstretch>0</verstretch> 151 </sizepolicy> 152 </property> 153 <property name="text" > 154 <string>Next Check:</string> 155 </property> 156 </widget> 157 </item> 158 <item> 159 <widget class="QLabel" name="mTxDate" > 160 <property name="sizePolicy" > 161 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > 162 <horstretch>0</horstretch> 163 <verstretch>0</verstretch> 164 </sizepolicy> 165 </property> 166 </widget> 167 </item> 168 </layout> 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> 169 135 </item> 170 <item row="3" column="1" > 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" > 171 163 <spacer> 172 164 <property name="orientation" > … … 175 167 <property name="sizeHint" > 176 168 <size> 177 <width> 10</width>169 <width>0</width> 178 170 <height>0</height> 179 171 </size>
Note:
See TracChangeset
for help on using the changeset viewer.