2008-05-03 09:37:10 -05:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>Drone</class>
|
2009-11-29 10:32:31 -06:00
|
|
|
<widget class="QWidget" name="Drone" >
|
2008-05-03 09:37:10 -05:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-11-29 10:32:31 -06:00
|
|
|
<width>268</width>
|
|
|
|
<height>216</height>
|
2008-05-03 09:37:10 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Drone</string>
|
|
|
|
</property>
|
2009-11-29 10:32:31 -06:00
|
|
|
<property name="windowIcon" >
|
|
|
|
<iconset resource="drone.qrc" >:/icons/portgroup.png</iconset>
|
|
|
|
</property>
|
2008-05-03 09:37:10 -05:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
2009-11-29 10:32:31 -06:00
|
|
|
<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><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:29pt; font-weight:600;">Ostinato</span></p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
2008-05-03 09:37:10 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-11-29 10:32:31 -06:00
|
|
|
<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>
|
2009-11-29 10:32:31 -06:00
|
|
|
<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>
|
2009-11-29 10:32:31 -06:00
|
|
|
<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>
|
2009-11-29 10:32:31 -06:00
|
|
|
<resources>
|
|
|
|
<include location="drone.qrc" />
|
|
|
|
</resources>
|
2008-05-03 09:37:10 -05:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>pushButton</sender>
|
2009-11-29 10:32:31 -06:00
|
|
|
<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>
|
2009-11-29 10:32:31 -06:00
|
|
|
<slot>showNormal()</slot>
|
2008-05-03 09:37:10 -05:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
2009-11-29 10:32:31 -06:00
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
2008-05-03 09:37:10 -05:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
2009-11-29 10:32:31 -06:00
|
|
|
<x>133</x>
|
|
|
|
<y>107</y>
|
2008-05-03 09:37:10 -05:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2009-11-29 10:32:31 -06:00
|
|
|
<sender>actionExit</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>Drone</receiver>
|
|
|
|
<slot>close()</slot>
|
2008-05-03 09:37:10 -05:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
2009-11-29 10:32:31 -06:00
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
2008-05-03 09:37:10 -05:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
2009-11-29 10:32:31 -06:00
|
|
|
<x>133</x>
|
|
|
|
<y>107</y>
|
2008-05-03 09:37:10 -05:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|