summaryrefslogtreecommitdiffstats
path: root/src/gui/ui/processesStartDialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ui/processesStartDialog.ui')
-rw-r--r--src/gui/ui/processesStartDialog.ui32
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>