Changeset 9674 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Jun 13, 2008 8:48:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui
r9654 r9674 348 348 </item> 349 349 <item row="3" column="0" colspan="2" > 350 <layout class="QHBoxLayout" > 351 <item> 352 <widget class="QPushButton" name="mBtnHelp" > 353 <property name="whatsThis" > 354 <string>Displays the dialog help.</string> 355 </property> 356 <property name="text" > 357 <string>Help</string> 358 </property> 359 <property name="shortcut" > 360 <string>F1</string> 361 </property> 362 </widget> 363 </item> 364 <item> 365 <spacer> 366 <property name="orientation" > 367 <enum>Qt::Horizontal</enum> 368 </property> 369 <property name="sizeHint" > 370 <size> 371 <width>40</width> 372 <height>20</height> 373 </size> 374 </property> 375 </spacer> 376 </item> 377 <item> 378 <widget class="QLabel" name="mLbWarnIcon" > 379 <property name="maximumSize" > 380 <size> 381 <width>16</width> 382 <height>16</height> 383 </size> 384 </property> 385 </widget> 386 </item> 387 <item> 388 <widget class="QLabel" name="mLbWarnText" > 389 <property name="text" > 390 <string>Invalid settings detected</string> 391 </property> 392 </widget> 393 </item> 394 <item> 395 <spacer> 396 <property name="orientation" > 397 <enum>Qt::Horizontal</enum> 398 </property> 399 <property name="sizeHint" > 400 <size> 401 <width>40</width> 402 <height>20</height> 403 </size> 404 </property> 405 </spacer> 406 </item> 407 <item> 408 <widget class="QPushButton" name="mBtnOk" > 409 <property name="whatsThis" > 410 <string>Accepts (saves) changes and closes the dialog.</string> 411 </property> 412 <property name="text" > 413 <string>&Ok</string> 414 </property> 415 <property name="default" > 416 <bool>true</bool> 417 </property> 418 </widget> 419 </item> 420 <item> 421 <widget class="QPushButton" name="mBtnCancel" > 422 <property name="whatsThis" > 423 <string>Cancels changes and closes the dialog.</string> 424 </property> 425 <property name="text" > 426 <string>Cancel</string> 427 </property> 428 </widget> 429 </item> 430 </layout> 350 <widget class="QIDialogButtonBox" name="mButtonBox" > 351 <property name="standardButtons" > 352 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> 353 </property> 354 </widget> 431 355 </item> 432 356 </layout> 433 357 </widget> 358 <customwidgets> 359 <customwidget> 360 <class>QIDialogButtonBox</class> 361 <extends>QDialogButtonBox</extends> 362 <header>QIDialogButtonBox.h</header> 363 </customwidget> 364 </customwidgets> 434 365 <resources> 435 366 <include location="../VirtualBox.qrc" />
Note:
See TracChangeset
for help on using the changeset viewer.