aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/debugwindow.ui
diff options
context:
space:
mode:
authorHennadii Stepanov <[email protected]>2018-12-05 22:51:49 +0200
committerHennadii Stepanov <[email protected]>2019-01-25 14:50:30 +0200
commit593ba696fb32da558091ac02ad87c4893db4ce97 (patch)
treeefd32881ae4f2449f00e15e205196226d871c8bd /src/qt/forms/debugwindow.ui
parentMerge #14979: [Qt] Restore < Qt5.6 compatibility for addAction (diff)
downloaddiscoin-593ba696fb32da558091ac02ad87c4893db4ce97.tar.xz
discoin-593ba696fb32da558091ac02ad87c4893db4ce97.zip
Add warning messages to the debug window
Diffstat (limited to 'src/qt/forms/debugwindow.ui')
-rw-r--r--src/qt/forms/debugwindow.ui19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index dca16d6f7..671d14437 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -15,6 +15,25 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
+ <widget class="QLabel" name="label_alerts">
+ <property name="visible">
+ <bool>false</bool>
+ </property>
+ <property name="styleSheet">
+ <string notr="true">QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ <property name="margin">
+ <number>3</number>
+ </property>
+ <property name="textInteractionFlags">
+ <set>Qt::TextSelectableByMouse</set>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>