ostinato/server/drone.ui

181 lines
4.2 KiB
Plaintext
Raw Normal View History

2008-05-03 09:37:10 -05:00
<ui version="4.0" >
<class>Drone</class>
<widget class="QWidget" name="Drone" >
2008-05-03 09:37:10 -05:00
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>216</height>
2008-05-03 09:37:10 -05:00
</rect>
</property>
<property name="windowTitle" >
<string>Drone</string>
</property>
<property name="windowIcon" >
<iconset resource="drone.qrc" >:/icons/portgroup.png</iconset>
</property>
2008-05-03 09:37:10 -05:00
<layout class="QVBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">&#xd;
p, li { white-space: pre-wrap; }&#xd;
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">&#xd;
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:29pt; font-weight:600;">Ostinato&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
2008-05-03 09:37:10 -05:00
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>(Server)</string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>TODO: Info/Status here</string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>51</height>
</size>
</property>
</spacer>
</item>
2008-05-03 09:37:10 -05:00
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton" >
<property name="text" >
<string>Exit</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2008-05-03 09:37:10 -05:00
</layout>
</item>
</layout>
<action name="actionShow" >
<property name="text" >
<string>Show</string>
</property>
</action>
<action name="actionExit" >
<property name="text" >
<string>Exit</string>
</property>
</action>
2008-05-03 09:37:10 -05:00
</widget>
<resources>
<include location="drone.qrc" />
</resources>
2008-05-03 09:37:10 -05:00
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>actionExit</receiver>
<slot>trigger()</slot>
<hints>
<hint type="sourcelabel" >
<x>134</x>
<y>194</y>
</hint>
<hint type="destinationlabel" >
<x>-1</x>
<y>-1</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionShow</sender>
<signal>triggered()</signal>
2008-05-03 09:37:10 -05:00
<receiver>Drone</receiver>
<slot>showNormal()</slot>
2008-05-03 09:37:10 -05:00
<hints>
<hint type="sourcelabel" >
<x>-1</x>
<y>-1</y>
2008-05-03 09:37:10 -05:00
</hint>
<hint type="destinationlabel" >
<x>133</x>
<y>107</y>
2008-05-03 09:37:10 -05:00
</hint>
</hints>
</connection>
<connection>
<sender>actionExit</sender>
<signal>triggered()</signal>
<receiver>Drone</receiver>
<slot>close()</slot>
2008-05-03 09:37:10 -05:00
<hints>
<hint type="sourcelabel" >
<x>-1</x>
<y>-1</y>
2008-05-03 09:37:10 -05:00
</hint>
<hint type="destinationlabel" >
<x>133</x>
<y>107</y>
2008-05-03 09:37:10 -05:00
</hint>
</hints>
</connection>
</connections>
</ui>