VBoxTakeSnapshotDlg.ui.h revision b9042bb7a5efd07d617a8a7d812b669d75682779
acc36ab93565d2880447d535da6ca6e5feac7a70nd/**
acc36ab93565d2880447d535da6ca6e5feac7a70nd *
acc36ab93565d2880447d535da6ca6e5feac7a70nd * VBox frontends: Qt GUI ("VirtualBox"):
455a5f75c9935108a7ac1d50996f404e0553ac17paul * "Take snapshot" dialog (Qt Designer)
acc36ab93565d2880447d535da6ca6e5feac7a70nd */
acc36ab93565d2880447d535da6ca6e5feac7a70nd
acc36ab93565d2880447d535da6ca6e5feac7a70nd/*
acc36ab93565d2880447d535da6ca6e5feac7a70nd * Copyright (C) 2006 InnoTek Systemberatung GmbH
acc36ab93565d2880447d535da6ca6e5feac7a70nd *
acc36ab93565d2880447d535da6ca6e5feac7a70nd * This file is part of VirtualBox Open Source Edition (OSE), as
acc36ab93565d2880447d535da6ca6e5feac7a70nd * available from http://www.virtualbox.org. This file is free software;
acc36ab93565d2880447d535da6ca6e5feac7a70nd * you can redistribute it and/or modify it under the terms of the GNU
acc36ab93565d2880447d535da6ca6e5feac7a70nd * General Public License as published by the Free Software Foundation,
acc36ab93565d2880447d535da6ca6e5feac7a70nd * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
acc36ab93565d2880447d535da6ca6e5feac7a70nd * distribution. VirtualBox OSE is distributed in the hope that it will
acc36ab93565d2880447d535da6ca6e5feac7a70nd * be useful, but WITHOUT ANY WARRANTY of any kind.
acc36ab93565d2880447d535da6ca6e5feac7a70nd *
acc36ab93565d2880447d535da6ca6e5feac7a70nd * If you received this file as part of a commercial VirtualBox
acc36ab93565d2880447d535da6ca6e5feac7a70nd * distribution, then only the terms of your commercial VirtualBox
acc36ab93565d2880447d535da6ca6e5feac7a70nd * license agreement apply instead of the previous paragraph.
acc36ab93565d2880447d535da6ca6e5feac7a70nd */
acc36ab93565d2880447d535da6ca6e5feac7a70nd
acc36ab93565d2880447d535da6ca6e5feac7a70nd/****************************************************************************
acc36ab93565d2880447d535da6ca6e5feac7a70nd** ui.h extension file, included from the uic-generated form implementation.
acc36ab93565d2880447d535da6ca6e5feac7a70nd**
acc36ab93565d2880447d535da6ca6e5feac7a70nd** If you want to add, delete, or rename functions or slots, use
acc36ab93565d2880447d535da6ca6e5feac7a70nd** Qt Designer to update this file, preserving your code.
acc36ab93565d2880447d535da6ca6e5feac7a70nd**
acc36ab93565d2880447d535da6ca6e5feac7a70nd** You should not define a constructor or destructor in this file.
acc36ab93565d2880447d535da6ca6e5feac7a70nd** Instead, write your code in functions called init() and destroy().
acc36ab93565d2880447d535da6ca6e5feac7a70nd** These will automatically be called by the form's constructor and
acc36ab93565d2880447d535da6ca6e5feac7a70nd** destructor.
acc36ab93565d2880447d535da6ca6e5feac7a70nd*****************************************************************************/
acc36ab93565d2880447d535da6ca6e5feac7a70nd
acc36ab93565d2880447d535da6ca6e5feac7a70nd
acc36ab93565d2880447d535da6ca6e5feac7a70ndvoid VBoxTakeSnapshotDlg::init()
acc36ab93565d2880447d535da6ca6e5feac7a70nd{
acc36ab93565d2880447d535da6ca6e5feac7a70nd QIAltKeyFilter *af = new QIAltKeyFilter (this);
acc36ab93565d2880447d535da6ca6e5feac7a70nd af->watchOn (leName);
acc36ab93565d2880447d535da6ca6e5feac7a70nd}
acc36ab93565d2880447d535da6ca6e5feac7a70nd
acc36ab93565d2880447d535da6ca6e5feac7a70ndvoid VBoxTakeSnapshotDlg::leName_textChanged (const QString &aText)
acc36ab93565d2880447d535da6ca6e5feac7a70nd{
acc36ab93565d2880447d535da6ca6e5feac7a70nd buttonOk->setEnabled (!aText.stripWhiteSpace().isEmpty());
acc36ab93565d2880447d535da6ca6e5feac7a70nd}
acc36ab93565d2880447d535da6ca6e5feac7a70nd
acc36ab93565d2880447d535da6ca6e5feac7a70nd