src/job_editor_widget/jobpropertywidget.h

Go to the documentation of this file.
00001 #ifndef JOBPROPERTYWIDGET_H
00002 #define JOBPROPERTYWIDGET_H
00003 
00004 #include <QTreeWidget>
00005 
00006 
00007 class JobPropertyWidget : public QTreeWidget
00008 {
00009     Q_OBJECT
00010 
00011 public:
00012     JobPropertyWidget(QWidget *parent = 0);
00013 
00014 public slots:
00015     void setWalltime(const QString & walltime);
00016     void setNodes(const QString & nodes);
00017     void onDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
00018 
00019 signals:
00020     void walltimeChanged(const QString & walltime);
00021     void nodesChanged(const QString & nodes);
00022 
00023 };
00024 
00025 #endif // JOBPROPERTYWIDGET_H

Generated on Mon Mar 16 18:46:05 2009 for QCJM by  doxygen 1.5.4