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/ui/processesStartDialog.ui | |
| 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/ui/processesStartDialog.ui')
| -rw-r--r-- | src/gui/ui/processesStartDialog.ui | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/src/gui/ui/processesStartDialog.ui b/src/gui/ui/processesStartDialog.ui index 5d8c7ee..0f6c60a 100644 --- a/src/gui/ui/processesStartDialog.ui +++ b/src/gui/ui/processesStartDialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>393</width> - <height>109</height> + <width>418</width> + <height>120</height> </rect> </property> <property name="windowTitle"> @@ -16,14 +16,21 @@ <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> - <x>20</x> - <y>20</y> - <width>351</width> - <height>71</height> + <x>10</x> + <y>10</y> + <width>401</width> + <height>101</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Process to start:</string> + </property> + </widget> + </item> + <item> <widget class="QLineEdit" name="message"/> </item> <item> @@ -32,6 +39,13 @@ <number>5</number> </property> <item> + <widget class="QPushButton" name="listOfProcessesButton"> + <property name="text"> + <string>List of Processes</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -45,16 +59,16 @@ </spacer> </item> <item> - <widget class="QPushButton" name="cancel"> + <widget class="QPushButton" name="cancelButton"> <property name="text"> <string>Cancel</string> </property> </widget> </item> <item> - <widget class="QPushButton" name="send"> + <widget class="QPushButton" name="sendButton"> <property name="text"> - <string>Send</string> + <string>Start</string> </property> </widget> </item> |
