diff options
| author | Fabian Schillinger | 2010-11-01 16:53:24 +0100 |
|---|---|---|
| committer | Fabian Schillinger | 2010-11-01 16:53:24 +0100 |
| commit | 0d97a7378ffe5f6be408201cd1f5595607ed5f87 (patch) | |
| tree | 78ccd691a67c2f63f8fa4d1032d4cabfae0e80fa /src/gui/ui/mainwindow.ui | |
| parent | [PVSGUI] parsing cmdargs fixed (diff) | |
| download | pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.gz pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.xz pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.zip | |
Process start/stop/view functionality
processWidget - shows a list of processes on one client, allows to start ans stop processes
processesDialog - shows every processWidget as a tab
processesStartDialog - starts process entered in messageEdit
added handling of new pvscommands
Diffstat (limited to 'src/gui/ui/mainwindow.ui')
| -rw-r--r-- | src/gui/ui/mainwindow.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/ui/mainwindow.ui b/src/gui/ui/mainwindow.ui index 374177a..285d0f2 100644 --- a/src/gui/ui/mainwindow.ui +++ b/src/gui/ui/mainwindow.ui @@ -287,6 +287,7 @@ <addaction name="actionLock"/> <addaction name="actionChat"/> <addaction name="actionShowProcesses"/> + <addaction name="actionStartProcess"/> </widget> <action name="actionShow_Username"> <property name="checkable"> @@ -544,6 +545,15 @@ <string>Show Processes of the selected Client</string> </property> </action> + <action name="actionStartProcess"> + <property name="icon"> + <iconset resource="../../../pvsmgr.qrc"> + <normaloff>:/icons/gearsgo.png</normaloff>:/icons/gearsgo.png</iconset> + </property> + <property name="text"> + <string>Start Process</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources> |
