Changeset 10515 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Jul 11, 2008 10:50:38 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxUpdateDlg.ui
r10461 r10515 23 23 <x>0</x> 24 24 <y>0</y> 25 <width> 636</width>26 <height> 519</height>25 <width>578</width> 26 <height>417</height> 27 27 </rect> 28 28 </property> … … 64 64 </property> 65 65 <property name="text" > 66 <string> Welcome to the VirtualBox New Version Notifier!</string>66 <string>Check for a new version</string> 67 67 </property> 68 68 </widget> … … 113 113 </property> 114 114 <property name="text" > 115 <string><p>VirtualBox can now search for the latest version available for downloading. Will you let VirtualBox to do this?</p><p>You can make VirtualBox look for the newer version now by selecting "Check for the new version available" or ask VirtualBox remind you about this in some period of time by selecting "Remind me about it" and choosing the desired period from the corresponding combo-box.</p><p>You can also run VirtualBox New Version Notifier anytime from the application Help menu.</p></string>115 <string><p>VirtualBox can check the latest version available for downloading. Will you let VirtualBox to do this now?</p><p>You can make VirtualBox look for the newer version now by pressing <b>Check</b> button or postpone it for then next time by pressing <b>Cancel</b>.</p><p>You can run VirtualBox New Version Notifier anytime from the application Help menu by activating <b>'Check for a new version...'</b> action.</p></string> 116 116 </property> 117 117 <property name="wordWrap" > … … 136 136 </spacer> 137 137 </item> 138 <item>139 <widget class="QRadioButton" name="mRbCheck" >140 <property name="text" >141 <string>&Check for the new version available</string>142 </property>143 <property name="checked" >144 <bool>true</bool>145 </property>146 </widget>147 </item>148 <item>149 <widget class="QRadioButton" name="mRbRemind" >150 <property name="text" >151 <string>&Remind me about it</string>152 </property>153 </widget>154 </item>155 <item>156 <layout class="QHBoxLayout" >157 <property name="spacing" >158 <number>0</number>159 </property>160 <item>161 <spacer>162 <property name="orientation" >163 <enum>Qt::Horizontal</enum>164 </property>165 <property name="sizeType" >166 <enum>QSizePolicy::Fixed</enum>167 </property>168 <property name="sizeHint" >169 <size>170 <width>16</width>171 <height>10</height>172 </size>173 </property>174 </spacer>175 </item>176 <item>177 <widget class="QComboBox" name="mCbRemindTime" />178 </item>179 <item>180 <spacer>181 <property name="orientation" >182 <enum>Qt::Horizontal</enum>183 </property>184 <property name="sizeHint" >185 <size>186 <width>0</width>187 <height>10</height>188 </size>189 </property>190 </spacer>191 </item>192 </layout>193 </item>194 138 </layout> 195 139 </item> … … 241 185 </item> 242 186 <item> 243 <widget class="QPushButton" name="mBtnC onfirm" >187 <widget class="QPushButton" name="mBtnCheck" > 244 188 <property name="text" > 245 <string> &Ok</string>189 <string>Chec&k</string> 246 190 </property> 247 191 <property name="default" > 248 192 <bool>true</bool> 193 </property> 194 </widget> 195 </item> 196 <item> 197 <spacer> 198 <property name="orientation" > 199 <enum>Qt::Horizontal</enum> 200 </property> 201 <property name="sizeType" > 202 <enum>QSizePolicy::Fixed</enum> 203 </property> 204 <property name="sizeHint" > 205 <size> 206 <width>5</width> 207 <height>0</height> 208 </size> 209 </property> 210 </spacer> 211 </item> 212 <item> 213 <widget class="QPushButton" name="mBtnCancel" > 214 <property name="text" > 215 <string>&Cancel</string> 249 216 </property> 250 217 </widget> … … 267 234 </property> 268 235 <property name="text" > 269 <string> SearchResults</string>236 <string>Check Results</string> 270 237 </property> 271 238 </widget> … … 372 339 </widget> 373 340 </item> 374 <item>375 <widget class="QILabel" name="mTextFinishInfo" >376 <property name="sizePolicy" >377 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >378 <horstretch>0</horstretch>379 <verstretch>0</verstretch>380 </sizepolicy>381 </property>382 <property name="minimumSize" >383 <size>384 <width>300</width>385 <height>0</height>386 </size>387 </property>388 <property name="text" >389 <string><p>From now you can make VirtualBox automatically look for the new version every time application is being started by selecting "Check for the new version on startup" or ask VirtualBox to remind you about this in some period of time by selecting "Remind me about it" and choosing the desired period from the corresponding combo-box.</p><p>You can also run VirtualBox New Version Notifier anytime from the application Help menu.</p></string>390 </property>391 <property name="wordWrap" >392 <bool>true</bool>393 </property>394 </widget>395 </item>396 341 </layout> 397 342 </item> … … 412 357 </spacer> 413 358 </item> 414 <item>415 <widget class="QRadioButton" name="mRbAutoCheck" >416 <property name="text" >417 <string>&Check for the new version on startup</string>418 </property>419 <property name="checked" >420 <bool>true</bool>421 </property>422 </widget>423 </item>424 <item>425 <widget class="QRadioButton" name="mRbRecheck" >426 <property name="text" >427 <string>&Remind me about it</string>428 </property>429 </widget>430 </item>431 <item>432 <layout class="QHBoxLayout" >433 <property name="spacing" >434 <number>0</number>435 </property>436 <item>437 <spacer>438 <property name="orientation" >439 <enum>Qt::Horizontal</enum>440 </property>441 <property name="sizeType" >442 <enum>QSizePolicy::Fixed</enum>443 </property>444 <property name="sizeHint" >445 <size>446 <width>16</width>447 <height>10</height>448 </size>449 </property>450 </spacer>451 </item>452 <item>453 <widget class="QComboBox" name="mCbRecheckTime" />454 </item>455 <item>456 <spacer>457 <property name="orientation" >458 <enum>Qt::Horizontal</enum>459 </property>460 <property name="sizeHint" >461 <size>462 <width>0</width>463 <height>10</height>464 </size>465 </property>466 </spacer>467 </item>468 </layout>469 </item>470 359 </layout> 471 360 </item> … … 497 386 <widget class="QPushButton" name="mBtnFinish" > 498 387 <property name="text" > 499 <string>& Ok</string>388 <string>&Close</string> 500 389 </property> 501 390 <property name="default" > … … 520 409 </customwidgets> 521 410 <tabstops> 522 <tabstop>mBtnC onfirm</tabstop>411 <tabstop>mBtnCheck</tabstop> 523 412 </tabstops> 524 413 <resources>
Note:
See TracChangeset
for help on using the changeset viewer.