|
|
|
@ -17,11 +17,48 @@
|
|
|
|
|
<string notr="true"/>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget_main">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="mainWidget">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>780</x>
|
|
|
|
|
<y>200</y>
|
|
|
|
|
<width>311</width>
|
|
|
|
|
<height>151</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Main Widget</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="UAVWidget">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>830</x>
|
|
|
|
|
<y>280</y>
|
|
|
|
|
<width>271</width>
|
|
|
|
|
<height>121</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>UAV Widget</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="UGVWidget">
|
|
|
|
|
<widget class="QWidget" name="layoutWidget_2">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1045</x>
|
|
|
|
|
<y>160</y>
|
|
|
|
|
<x>1000</x>
|
|
|
|
|
<y>80</y>
|
|
|
|
|
<width>387</width>
|
|
|
|
|
<height>566</height>
|
|
|
|
|
</rect>
|
|
|
|
@ -492,17 +529,228 @@ QPushButton:pressed{border-image: url(://images/down_2.png);}</string>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1440</width>
|
|
|
|
|
<height>22</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_menu">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_main">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>60</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QPushButton:hover{
|
|
|
|
|
background-color:rgb(186, 189, 182);
|
|
|
|
|
border-bottom:2px solid rgb(67, 154, 246);
|
|
|
|
|
}
|
|
|
|
|
QPushButton:checked{
|
|
|
|
|
background-color:cyan;
|
|
|
|
|
border-bottom:2px solid white
|
|
|
|
|
}
|
|
|
|
|
QPushButton:pressed{
|
|
|
|
|
background-color:rgb(67, 154, 246)
|
|
|
|
|
}
|
|
|
|
|
QPushButton{
|
|
|
|
|
background-color:rgb(238, 238, 236);
|
|
|
|
|
border:none;
|
|
|
|
|
padding:0px 0px 0px 0px;
|
|
|
|
|
margin:0px 0px 0px 0px;
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_uav">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>60</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QPushButton:hover{
|
|
|
|
|
background-color:rgb(186, 189, 182);
|
|
|
|
|
border-bottom:2px solid rgb(67, 154, 246);
|
|
|
|
|
}
|
|
|
|
|
QPushButton:checked{
|
|
|
|
|
background-color:cyan;
|
|
|
|
|
border-bottom:2px solid white
|
|
|
|
|
}
|
|
|
|
|
QPushButton:pressed{
|
|
|
|
|
background-color:rgb(67, 154, 246)
|
|
|
|
|
}
|
|
|
|
|
QPushButton{
|
|
|
|
|
background-color:rgb(238, 238, 236);
|
|
|
|
|
border:none;
|
|
|
|
|
padding:0px 0px 0px 0px;
|
|
|
|
|
margin:0px 0px 0px 0px;
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_ugv">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>60</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="cursor">
|
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QPushButton:hover{
|
|
|
|
|
background-color:rgb(186, 189, 182);
|
|
|
|
|
border-bottom:2px solid rgb(67, 154, 246);
|
|
|
|
|
}
|
|
|
|
|
QPushButton:checked{
|
|
|
|
|
background-color:cyan;
|
|
|
|
|
border-bottom:2px solid white
|
|
|
|
|
}
|
|
|
|
|
QPushButton:pressed{
|
|
|
|
|
background-color:rgb(67, 154, 246)
|
|
|
|
|
}
|
|
|
|
|
QPushButton{
|
|
|
|
|
background-color:rgb(238, 238, 236);
|
|
|
|
|
border:none;
|
|
|
|
|
padding:0px 0px 0px 0px;
|
|
|
|
|
margin:0px 0px 0px 0px;
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="://images/toolbar_dash.png">
|
|
|
|
|
<normaloff>../../../../../catkin_ws/src/Ros_Qt5_Gui_App/ui</normaloff>../../../../../catkin_ws/src/Ros_Qt5_Gui_App/ui</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_map">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>60</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="cursor">
|
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QPushButton:hover{
|
|
|
|
|
background-color:rgb(186, 189, 182);
|
|
|
|
|
border-bottom:2px solid rgb(67, 154, 246);
|
|
|
|
|
}
|
|
|
|
|
QPushButton:checked{
|
|
|
|
|
background-color:cyan;
|
|
|
|
|
border-bottom:2px solid white
|
|
|
|
|
}
|
|
|
|
|
QPushButton:pressed{
|
|
|
|
|
background-color:rgb(67, 154, 246)
|
|
|
|
|
}
|
|
|
|
|
QPushButton{
|
|
|
|
|
background-color:rgb(238, 238, 236);
|
|
|
|
|
border:none;
|
|
|
|
|
padding:0px 0px 0px 0px;
|
|
|
|
|
margin:0px 0px 0px 0px;
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="://images/toolbar_map.png">
|
|
|
|
|
<normaloff>../../../../../catkin_ws/src/Ros_Qt5_Gui_App/ui</normaloff>../../../../../catkin_ws/src/Ros_Qt5_Gui_App/ui</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_other">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>60</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="cursor">
|
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QPushButton:hover{
|
|
|
|
|
background-color:rgb(186, 189, 182);
|
|
|
|
|
border-bottom:2px solid rgb(67, 154, 246);
|
|
|
|
|
}
|
|
|
|
|
QPushButton:checked{
|
|
|
|
|
background-color:cyan;
|
|
|
|
|
border-bottom:2px solid white
|
|
|
|
|
}
|
|
|
|
|
QPushButton:pressed{
|
|
|
|
|
background-color:rgb(67, 154, 246)
|
|
|
|
|
}
|
|
|
|
|
QPushButton{
|
|
|
|
|
background-color:rgb(238, 238, 236);
|
|
|
|
|
border:none;
|
|
|
|
|
padding:0px 0px 0px 0px;
|
|
|
|
|
margin:0px 0px 0px 0px;
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="://images/toolbar_other.png">
|
|
|
|
|
<normaloff>../../../../../catkin_ws/src/Ros_Qt5_Gui_App/ui</normaloff>../../../../../catkin_ws/src/Ros_Qt5_Gui_App/ui</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|