diff options
| author | Fabian Schillinger | 2010-11-09 02:25:21 +0100 |
|---|---|---|
| committer | Fabian Schillinger | 2010-11-09 02:25:21 +0100 |
| commit | a1be80d76695511f7996f366f2e983db2e96b972 (patch) | |
| tree | 9f4f40be99cbbad323438a57e485eeb0c604e80c /src/gui/processesStartDialog.h | |
| parent | fixed typo (diff) | |
| download | pvs-a1be80d76695511f7996f366f2e983db2e96b972.tar.gz pvs-a1be80d76695511f7996f366f2e983db2e96b972.tar.xz pvs-a1be80d76695511f7996f366f2e983db2e96b972.zip | |
added a list to processesStartDialog:
we can chose some commands from this list to start them or we can add new entries for a later usage
modified documentation
Diffstat (limited to 'src/gui/processesStartDialog.h')
| -rw-r--r-- | src/gui/processesStartDialog.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/gui/processesStartDialog.h b/src/gui/processesStartDialog.h index 856279b..358a356 100644 --- a/src/gui/processesStartDialog.h +++ b/src/gui/processesStartDialog.h @@ -19,17 +19,14 @@ public: private: Ui::ProcessesStartDialog *procStartUi; - - /*QGridLayout *layout; - QLabel *textLabel; - QLineEdit *messageEdit; - QPushButton *sendButton; - QPushButton *cancelButton;*/ + QSettings settings; private slots: void send(); void notSend(); void listProcesses(); + void save(); + void itemClicked(int row, int column); }; #endif // PROCESSESSTARTDIALOG_H |
