diff options
| author | Fabian Schillinger | 2010-11-05 02:03:45 +0100 |
|---|---|---|
| committer | Fabian Schillinger | 2010-11-05 02:03:45 +0100 |
| commit | 98d31dde1d8c220bd3602d4751c24508a54e3fab (patch) | |
| tree | 3921ed97778912a00263728dab105f35f6d1f8e6 /src/gui/processWidget.h | |
| parent | [PVSMGRTOUCH] resetall bug fixed (diff) | |
| download | pvs-98d31dde1d8c220bd3602d4751c24508a54e3fab.tar.gz pvs-98d31dde1d8c220bd3602d4751c24508a54e3fab.tar.xz pvs-98d31dde1d8c220bd3602d4751c24508a54e3fab.zip | |
Process start/stop/view functionality
Cleanup
write to logfiles if start/stop/view of processes failed
added some prompts
stop more then one process at the same time
Diffstat (limited to 'src/gui/processWidget.h')
| -rw-r--r-- | src/gui/processWidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/processWidget.h b/src/gui/processWidget.h index 7e7eb72..788c9e6 100644 --- a/src/gui/processWidget.h +++ b/src/gui/processWidget.h @@ -17,7 +17,7 @@ class ProcessWidget: public QWidget public: ProcessWidget(QWidget *parent, PVSClient *client); ~ ProcessWidget(); - QAbstractItemModel *model; + public slots: void refrProcessList(); @@ -29,6 +29,7 @@ private: private slots: void startProcess(); void stopProcess(); + void resendProcessList(); void sendCommand(QString ident, QString message); }; |
