Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIG_EditHostDialog.cpp

00001 #include <qfiledialog.h>
00002 
00003 #include "SIGEL_MasterGUI/SIG_EditHostDialog.h"
00004 
00005 namespace SIGEL_MasterGUI
00006 {
00007 
00008 /* 
00009  *  Constructs a SIG_EditHostDialog which is a child of 'parent', with the 
00010  *  name 'name' and widget flags set to 'f' 
00011  *
00012  *  The dialog will by default be modeless, unless you set 'modal' to
00013  *  TRUE to construct a modal dialog.
00014  */
00015 SIG_EditHostDialog::SIG_EditHostDialog( QWidget* parent,  const char* name, bool modal, WFlags fl )
00016     : SIG_EditHostDialogBase( parent, name, modal, fl )
00017 {
00018 }
00019 
00020 /*  
00021  *  Destroys the object and frees any allocated resources
00022  */
00023 SIG_EditHostDialog::~SIG_EditHostDialog()
00024 {
00025     // no need to delete child widgets, Qt does it all for us
00026 }
00027 
00028 void SIG_EditHostDialog::slotToolbuttonSlaveDirectoryClicked()
00029 {
00030   lineeditSlaveDirectory->setText( QFileDialog::getExistingDirectory( "./", this, "getExistingDirDialogSlaveDirectory", "Select Directory...", true ) );
00031 };
00032 
00033 }

Generated at Mon Sep 3 01:32:20 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000