diff options
| author | Fabian Schillinger | 2010-07-10 02:03:45 +0200 |
|---|---|---|
| committer | Fabian Schillinger | 2010-07-10 02:03:45 +0200 |
| commit | bc678fdc76862050537669ed440e5ac1179cc1ec (patch) | |
| tree | a2a0bee9ae6238cc5285cd9d3880132e972a205d /src/gui/ui | |
| parent | Revoke Fabians changes. (diff) | |
| download | pvs-bc678fdc76862050537669ed440e5ac1179cc1ec.tar.gz pvs-bc678fdc76862050537669ed440e5ac1179cc1ec.tar.xz pvs-bc678fdc76862050537669ed440e5ac1179cc1ec.zip | |
Inserted some Buttons in GUI and TouchGUI and modified handling of commands in pvs.cpp for later remote
Command/Process enhancement
Diffstat (limited to 'src/gui/ui')
| -rw-r--r-- | src/gui/ui/mainwindow.ui | 19 | ||||
| -rw-r--r-- | src/gui/ui/mainwindowtouch.ui | 17 |
2 files changed, 31 insertions, 5 deletions
diff --git a/src/gui/ui/mainwindow.ui b/src/gui/ui/mainwindow.ui index eb49d1b..374177a 100644 --- a/src/gui/ui/mainwindow.ui +++ b/src/gui/ui/mainwindow.ui @@ -28,8 +28,8 @@ <rect> <x>0</x> <y>0</y> - <width>776</width> - <height>534</height> + <width>778</width> + <height>542</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_2"> @@ -195,7 +195,7 @@ <x>0</x> <y>0</y> <width>838</width> - <height>28</height> + <height>23</height> </rect> </property> <widget class="QMenu" name="menu_File"> @@ -286,6 +286,7 @@ <addaction name="actionView"/> <addaction name="actionLock"/> <addaction name="actionChat"/> + <addaction name="actionShowProcesses"/> </widget> <action name="actionShow_Username"> <property name="checkable"> @@ -531,6 +532,18 @@ <string>-</string> </property> </action> + <action name="actionShowProcesses"> + <property name="icon"> + <iconset resource="../../../pvsmgr.qrc"> + <normaloff>:/icons/gears.png</normaloff>:/icons/gears.png</iconset> + </property> + <property name="text"> + <string>showProcesses</string> + </property> + <property name="toolTip"> + <string>Show Processes of the selected Client</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources> diff --git a/src/gui/ui/mainwindowtouch.ui b/src/gui/ui/mainwindowtouch.ui index 9030b17..8b76101 100644 --- a/src/gui/ui/mainwindowtouch.ui +++ b/src/gui/ui/mainwindowtouch.ui @@ -28,8 +28,8 @@ <rect> <x>0</x> <y>0</y> - <width>1327</width> - <height>658</height> + <width>1329</width> + <height>660</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_3"> @@ -365,6 +365,7 @@ <addaction name="actionresetall"/> <addaction name="separator"/> <addaction name="actionDozent"/> + <addaction name="actionShowProcesses"/> </widget> <action name="actionShow_Username"> <property name="checkable"> @@ -636,6 +637,18 @@ <string>Ctrl+D</string> </property> </action> + <action name="actionShowProcesses"> + <property name="icon"> + <iconset resource="../../../pvsmgr.qrc"> + <normaloff>:/icons/gears.png</normaloff>:/icons/gears.png</iconset> + </property> + <property name="text"> + <string>showProcesses</string> + </property> + <property name="toolTip"> + <string>Show Processes of the selected Client</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources> |
