VBoxSnapshotDetailsDlg :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. VBoxSnapshotDetailsDlg 0 0 510 454 VBoxSnapshotDetailsDlg true unnamed 10 Minimum groupBox2 5 4 0 1 Snapshot Details unnamed layout4 unnamed txName &Name leName leName LineEditPanel Sunken layout6 unnamed txDescription &Description txeDescription txeDescription 5 7 0 0 PlainText true groupBox1 5 7 0 2 &Machine Details unnamed txeSummary 3 3 0 0 NoFrame true layout23 unnamed buttonHelp Help F1 true spacer21 Horizontal Expanding 61 20 buttonOk &OK Alt+O true true buttonCancel &Cancel Alt+C true buttonOk clicked() VBoxSnapshotDetailsDlg accept() buttonCancel clicked() VBoxSnapshotDetailsDlg reject() leName textChanged(const QString&) VBoxSnapshotDetailsDlg leName_textChanged(const QString&) leName txeDescription txeSummary COMDefs.h VBoxUtils.h VBoxGlobal.h leName_textChanged( const QString & aText ) CSnapshot csnapshot; init() getFromSnapshot( const CSnapshot & s ) putBackToSnapshot()