Files
clever-show/Server/server_gui.ui
artem30801@gmail.com 71ea0231a7 Added proper objects names
2019-03-11 18:12:00 +03:00

196 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>850</width>
<height>479</height>
</rect>
</property>
<property name="windowTitle">
<string>Clever Drone Animation Player</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="check_button">
<property name="geometry">
<rect>
<x>680</x>
<y>20</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Preflight check</string>
</property>
</widget>
<widget class="QPushButton" name="start_button">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>680</x>
<y>120</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Start animation</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QSpinBox" name="start_delay_spin">
<property name="geometry">
<rect>
<x>760</x>
<y>70</y>
<width>50</width>
<height>40</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pause_button">
<property name="geometry">
<rect>
<x>680</x>
<y>170</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
<widget class="QPushButton" name="stop_button">
<property name="geometry">
<rect>
<x>680</x>
<y>220</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
<widget class="QPushButton" name="takeoff_button">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>680</x>
<y>280</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Takeoff</string>
</property>
</widget>
<widget class="QPushButton" name="land_button">
<property name="geometry">
<rect>
<x>680</x>
<y>330</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Land</string>
</property>
</widget>
<widget class="QPushButton" name="disarm_button">
<property name="geometry">
<rect>
<x>680</x>
<y>380</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Disarm</string>
</property>
</widget>
<widget class="QLabel" name="start_text">
<property name="geometry">
<rect>
<x>680</x>
<y>70</y>
<width>71</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Start after</string>
</property>
</widget>
<widget class="QLabel" name="secs_text">
<property name="geometry">
<rect>
<x>820</x>
<y>70</y>
<width>10</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>s</string>
</property>
</widget>
<widget class="QTableView" name="tableView">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>640</width>
<height>400</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>850</width>
<height>39</height>
</rect>
</property>
<widget class="QMenu" name="menuOptions">
<property name="title">
<string>Actions</string>
</property>
<addaction name="action_send_animations"/>
<addaction name="action_send_configurations"/>
</widget>
<addaction name="menuOptions"/>
</widget>
<action name="action_send_animations">
<property name="text">
<string>Send Animations</string>
</property>
</action>
<action name="action_send_configurations">
<property name="text">
<string>Send Configurations</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>