|
@@ -74,7 +74,7 @@
|
|
<item>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<property name="text">
|
|
- <string>Status:</string>
|
|
|
|
|
|
+ <string>Plugin Status:</string>
|
|
</property>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
@@ -92,6 +92,26 @@
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Process Status:</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QLabel" name="processStateLabel">
|
|
|
|
+ <property name="font">
|
|
|
|
+ <font>
|
|
|
|
+ <weight>75</weight>
|
|
|
|
+ <bold>true</bold>
|
|
|
|
+ </font>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Not running</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
<spacer name="horizontalSpacer">
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
<enum>Qt::Horizontal</enum>
|
|
@@ -120,6 +140,9 @@
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>Show Messages</string>
|
|
<string>Show Messages</string>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="checked">
|
|
|
|
+ <bool>false</bool>
|
|
|
|
+ </property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
@@ -145,6 +168,12 @@
|
|
<verstretch>0</verstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</sizepolicy>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="font">
|
|
|
|
+ <font>
|
|
|
|
+ <weight>75</weight>
|
|
|
|
+ <bold>true</bold>
|
|
|
|
+ </font>
|
|
|
|
+ </property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
@@ -161,6 +190,53 @@
|
|
<property name="frameShadow">
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</property>
|
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
+ <item>
|
|
|
|
+ <spacer name="horizontalSpacer_4">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>40</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QLabel" name="crashLabel">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string/>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="pixmap">
|
|
|
|
+ <pixmap>crash.jpg</pixmap>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="scaledContents">
|
|
|
|
+ <bool>false</bool>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <spacer name="horizontalSpacer_5">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>40</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
</layout>
|
|
</layout>
|