QeditDialog Class Reference

Implements the QEdit Dialog. More...

#include <qeditdialog.h>

List of all members.

Public Member Functions

 QeditDialog (QWidget *parent=0)
 QeditDialog (QString path)
 QeditDialog (QStringList args, QString path)

Private Slots

void accept ()
void errorControl (int, QProcess::ExitStatus)

Private Attributes

Ui::qeditDialog ui
 Contains the object designed by QtDesigner.
QProcess * m_proc
 Contains the object for execute commands.
QString m_path
 Contains the configuration file.


Detailed Description

Implements the QEdit Dialog.

Author:
Author
Nuria Fernández
Version:
Revision
1.0
Date:
2007/01/11 14:16:20
Implements the command condor_qedit as a dialog and accept the same params than the command
See also:
http://www.cs.wisc.edu/condor/manual/v6.8.0/condor_qedit.html


Constructor & Destructor Documentation

QeditDialog::QeditDialog ( QWidget *  parent = 0  ) 

Construct an empty dialog

QeditDialog::QeditDialog ( QString  path  ) 

Construct a dialog

Parameters:
path specify the path of the command

QeditDialog::QeditDialog ( QStringList  args,
QString  path 
)

Execute the command without showing the dialog.

Parameters:
args QStringList with all necessari arguments to execute the command
path specify the path of the command


Member Function Documentation

void QeditDialog::accept (  )  [private, slot]

Execute the command with the arguments specify in the dialog

void QeditDialog::errorControl ( int  exitCode,
QProcess::ExitStatus  exitStatus 
) [private, slot]

Report the output of the command.


The documentation for this class was generated from the following files:
Generated on Sun Jan 14 23:38:42 2007 for QCondor by  doxygen 1.4.7