summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-06-19 15:28:50 +0200
committerBjörn Hagemeister2014-06-19 15:28:50 +0200
commite5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b (patch)
tree8bfb349231269ead74ee7407f2a1a587113123f1 /gui
parentDelete connected clients and connectionFrames after sessionName has changed. (diff)
downloadpvs2-e5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b.tar.gz
pvs2-e5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b.tar.xz
pvs2-e5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b.zip
NEW feature: Possible to delete offline client by drag and drop to trash, which is positioned in the right bottom corner of manager.
Diffstat (limited to 'gui')
-rw-r--r--gui/server_normal/mainwindow.ui29
1 files changed, 25 insertions, 4 deletions
diff --git a/gui/server_normal/mainwindow.ui b/gui/server_normal/mainwindow.ui
index 6d29c97..8ab1c05 100644
--- a/gui/server_normal/mainwindow.ui
+++ b/gui/server_normal/mainwindow.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>838</width>
- <height>607</height>
+ <width>1246</width>
+ <height>858</height>
</rect>
</property>
<property name="windowTitle">
@@ -46,6 +46,28 @@
<property name="lineWidth">
<number>2</number>
</property>
+ <widget class="QLabel" name="trash">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>10</y>
+ <width>111</width>
+ <height>121</height>
+ </rect>
+ </property>
+ <property name="acceptDrops">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="pixmap">
+ <pixmap resource="../../pvsmgr.qrc">:/trash</pixmap>
+ </property>
+ <property name="scaledContents">
+ <bool>true</bool>
+ </property>
+ </widget>
</widget>
</item>
</layout>
@@ -181,7 +203,7 @@
</action>
<action name="action_StopProjection">
<property name="icon">
- <iconset resource="../../pvsclient.qrc">
+ <iconset resource="../../pvsmgr.qrc">
<normaloff>:/reset</normaloff>:/reset</iconset>
</property>
<property name="text">
@@ -218,7 +240,6 @@
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
- <include location="../../pvsclient.qrc"/>
<include location="../../pvsmgr.qrc"/>
</resources>
<connections/>