#include <jobpropertywidget.h>
Public Slots | |
| void | setWalltime (const QString &walltime) |
| void | setNodes (const QString &nodes) |
| void | onDataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
Signals | |
| void | walltimeChanged (const QString &walltime) |
| void | nodesChanged (const QString &nodes) |
Public Member Functions | |
| JobPropertyWidget (QWidget *parent=0) | |
Definition at line 7 of file jobpropertywidget.h.
| JobPropertyWidget::JobPropertyWidget | ( | QWidget * | parent = 0 |
) |
| void JobPropertyWidget::setWalltime | ( | const QString & | walltime | ) | [slot] |
Definition at line 39 of file jobpropertywidget.cpp.
| void JobPropertyWidget::setNodes | ( | const QString & | nodes | ) | [slot] |
Definition at line 46 of file jobpropertywidget.cpp.
| void JobPropertyWidget::onDataChanged | ( | const QModelIndex & | topLeft, | |
| const QModelIndex & | bottomRight | |||
| ) | [slot] |
| void JobPropertyWidget::walltimeChanged | ( | const QString & | walltime | ) | [signal] |
| void JobPropertyWidget::nodesChanged | ( | const QString & | nodes | ) | [signal] |
1.5.4