VBoxGlobalSettingsDlg :mode=html:tabSize=4:indentSize=4:noTabs=true: :folding=explicit:collapseFolds=1: # Copyright (C) 2006 InnoTek Systemberatung GmbH # # 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 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. # # If you received this file as part of a commercial VirtualBox # distribution, then only the terms of your commercial VirtualBox # license agreement apply instead of the previous paragraph. VBoxGlobalSettingsDlg 0 0 520 370 VBoxGlobalSettingsDlg true <i>Select a settings category from the list on the left side and move the mouse over a settings item to get more information<i>. unnamed 11 10 Minimum Category false true [id] false false [link] false false General 0 #general machine_16px.png Input 1 #input hostkey_16px.png listView 0 7 0 0 true 3 titleLabel 5 0 0 0 PaletteBase 11 1 Box Sunken 1 7 widgetStack 7 7 0 0 pageGeneral 0 unnamed 0 groupBox1 7 5 0 0 Default &Folders unnamed 5 leVDIFolder LineEditPanel Sunken Displays the path to the default VDI folder. This folder is used, if not explicitly specified otherwise, when adding existing or creating new virtual hard disks. textLabel2_2 Machines textLabel1_2 VDI files tbResetMachineFolder TabFocus delete_16px.png true Resets the virtual machine folder path to the default value. The actual default path will be displayed after accepting the changes and opening this dialog again. tbResetVDIFolder TabFocus delete_16px.png true Resets the VDI folder path to the default value. The actual default path will be displayed after accepting the changes and opening this dialog again. leMachineFolder Displays the path to the default virtual machine folder. This folder is used, if not explicitly specified otherwise, when creating new virtual machines. tbSelectVDIFolder TabFocus select_file_16px.png Select true Opens a dialog to select the default VDI folder. tbSelectMachineFolder TabFocus select_file_16px.png Select true Opens a dialog to select the default virtual machine folder. spacer4 Vertical Expanding 20 31 pageKeyboard 1 unnamed 0 10 layout47 unnamed layoutHostKey unnamed txHostKey Host &Key spacer22 Horizontal Expanding 40 20 chbAutoCapture &Auto capture keyboard Alt+A When checked, the keyboard is automatically captured every time the VM window is activated. spacer23 Vertical Expanding 20 120 layout57 unnamed buttonHelp 1 0 0 0 Help F1 true Displays the dialog help. warningSpacer Horizontal Expanding 16 20 warningPixmap 0 0 0 0 true warningLabel 7 5 0 0 Invalid settings detected AlignVCenter spacer49 Horizontal Expanding 16 20 buttonOk &OK Alt+O true true Accepts (saves) changes and closes the dialog. buttonCancel Cancel true Cancels changes and closes the dialog. whatsThisLabel 7 0 0 0 PaletteMidlight Box Sunken 7 false WordBreak|AlignJustify|AlignTop buttonOk clicked() VBoxGlobalSettingsDlg accept() buttonCancel clicked() VBoxGlobalSettingsDlg reject() listView currentChanged(QListViewItem*) VBoxGlobalSettingsDlg listView_currentChanged(QListViewItem*) tbResetVDIFolder clicked() VBoxGlobalSettingsDlg tbResetFolder_clicked() tbSelectVDIFolder clicked() VBoxGlobalSettingsDlg tbSelectFolder_clicked() tbResetMachineFolder clicked() VBoxGlobalSettingsDlg tbResetFolder_clicked() tbSelectMachineFolder clicked() VBoxGlobalSettingsDlg tbSelectFolder_clicked() listView chbAutoCapture leVDIFolder tbSelectVDIFolder tbResetVDIFolder leMachineFolder tbSelectMachineFolder tbResetMachineFolder buttonHelp buttonOk buttonCancel qvalidator.h qmessagebox.h qfont.h qobjectlist.h qfiledialog.h qfocusdata.h qtimer.h COMDefs.h QIWidgetValidator.h QIHotKeyEdit.h VMGlobalSettings.h VBoxUtils.h VBoxGlobal.h bool valid; QTimer *whatsThisTimer; QWidget *whatsThisCandidate; QIHotKeyEdit *hkeHostKey; QIWidgetValidator *wvalGeneral; QIWidgetValidator *wvalKeyboard; QString warningString; listView_currentChanged( QListViewItem * item ) enableOk( const QIWidgetValidator * wval ) revalidate( QIWidgetValidator * ) updateWhatsThis( bool gotFocus = false ) tbResetFolder_clicked() tbSelectFolder_clicked() init() getFrom( const CSystemProperties & props, const VMGlobalSettings & gs ) putBackTo( CSystemProperties & props, VMGlobalSettings & gs ) setWarning( const QString & ) eventFilter( QObject * watched, QEvent * e )