summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-03-03 15:18:04 +0100
committerChristoph Schulthess2017-03-03 15:18:04 +0100
commitc94159d970c4f5a268d65635a367accafde9bdd8 (patch)
treea698de4014320785666212770c0f11346da2d19c
parent[client] Periodically bring vnc and lock window to top (diff)
downloadpvs2-c94159d970c4f5a268d65635a367accafde9bdd8.tar.gz
pvs2-c94159d970c4f5a268d65635a367accafde9bdd8.tar.xz
pvs2-c94159d970c4f5a268d65635a367accafde9bdd8.zip
initial commit pvs2 remote-debugging button
-rw-r--r--gui/client/toolbar.ui27
1 files changed, 26 insertions, 1 deletions
diff --git a/gui/client/toolbar.ui b/gui/client/toolbar.ui
index 062d0e8..3fe56a4 100644
--- a/gui/client/toolbar.ui
+++ b/gui/client/toolbar.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>440</width>
+ <width>577</width>
<height>30</height>
</rect>
</property>
@@ -72,6 +72,9 @@ QCheckBox::indicator:checked:pressed {
</property>
<item>
<widget class="QFrame" name="frame">
+ <property name="autoFillBackground">
+ <bool>false</bool>
+ </property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
@@ -269,6 +272,28 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
+ <item>
+ <widget class="QPushButton" name="remoteDebugging">
+ <property name="minimumSize">
+ <size>
+ <width>144</width>
+ <height>24</height>
+ </size>
+ </property>
+ <property name="baseSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Request Debugging</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>