refs #883, Kill button for overlay error messages

Example: swift pilot client started for core, but core not running. There is no way to stop the application as there are permanent errors.
This commit is contained in:
Klaus Basan
2017-02-14 04:33:25 +01:00
committed by Mathew Sutcliffe
parent 83dbd3fcb6
commit 368b955c66
3 changed files with 56 additions and 12 deletions

View File

@@ -63,7 +63,7 @@
</property>
<layout class="QHBoxLayout" name="hl_Header">
<property name="spacing">
<number>0</number>
<number>10</number>
</property>
<property name="leftMargin">
<number>0</number>
@@ -97,6 +97,19 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pb_Kill">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>kill application</string>
</property>
<property name="text">
<string>Kill</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="tb_Close">
<property name="text">
@@ -114,7 +127,7 @@
<item>
<widget class="QStackedWidget" name="sw_StatusMessagesComponent">
<property name="currentIndex">
<number>4</number>
<number>3</number>
</property>
<widget class="QWidget" name="pg_StatusMessages">
<layout class="QVBoxLayout" name="vl_PgStatusMessages">