mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-08 13:04:31 +00:00
Added proper objects names
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>850</width>
|
||||
<height>460</height>
|
||||
<height>479</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Clever Drone Animation Player</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<widget class="QPushButton" name="pushButton">
|
||||
<widget class="QPushButton" name="check_button">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -27,7 +27,10 @@
|
||||
<string>Preflight check</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushButton_2">
|
||||
<widget class="QPushButton" name="start_button">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -39,8 +42,11 @@
|
||||
<property name="text">
|
||||
<string>Start animation</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QSpinBox" name="spinBox">
|
||||
<widget class="QSpinBox" name="start_delay_spin">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>760</x>
|
||||
@@ -50,7 +56,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushButton_3">
|
||||
<widget class="QPushButton" name="pause_button">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -63,7 +69,7 @@
|
||||
<string>Pause</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushButton_4">
|
||||
<widget class="QPushButton" name="stop_button">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -76,7 +82,10 @@
|
||||
<string>Stop</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushButton_5">
|
||||
<widget class="QPushButton" name="takeoff_button">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -89,7 +98,7 @@
|
||||
<string>Takeoff</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushButton_6">
|
||||
<widget class="QPushButton" name="land_button">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -102,7 +111,7 @@
|
||||
<string>Land</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushButton_7">
|
||||
<widget class="QPushButton" name="disarm_button">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -115,7 +124,7 @@
|
||||
<string>Disarm</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label">
|
||||
<widget class="QLabel" name="start_text">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>680</x>
|
||||
@@ -128,7 +137,7 @@
|
||||
<string>Start after</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<widget class="QLabel" name="secs_text">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>820</x>
|
||||
@@ -158,24 +167,24 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>850</width>
|
||||
<height>25</height>
|
||||
<height>39</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuOptions">
|
||||
<property name="title">
|
||||
<string>Actions</string>
|
||||
</property>
|
||||
<addaction name="actionSend_Animations"/>
|
||||
<addaction name="actionSend_Configurations"/>
|
||||
<addaction name="action_send_animations"/>
|
||||
<addaction name="action_send_configurations"/>
|
||||
</widget>
|
||||
<addaction name="menuOptions"/>
|
||||
</widget>
|
||||
<action name="actionSend_Animations">
|
||||
<action name="action_send_animations">
|
||||
<property name="text">
|
||||
<string>Send Animations</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSend_Configurations">
|
||||
<action name="action_send_configurations">
|
||||
<property name="text">
|
||||
<string>Send Configurations</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user