forked from xtdrone/XTDrone
161 lines
4.0 KiB
XML
161 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FormRviz</class>
|
|
<widget class="QWidget" name="FormRviz">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>330</width>
|
|
<height>353</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Rviz</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>60</y>
|
|
<width>271</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(238, 238, 236);</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLineEdit" name="edit_addtopic">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>160</y>
|
|
<width>221</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>add topic here</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>11</y>
|
|
<width>110</width>
|
|
<height>136</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="button_image_camera">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 57 15pt "Ubuntu";
|
|
color: rgb(32, 74, 135);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>image</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="button_image_tf">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 57 15pt "Ubuntu";
|
|
color: rgb(32, 74, 135);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>tf</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="button_image_laser">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 57 15pt "Ubuntu";
|
|
color: rgb(32, 74, 135);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>laser</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="button_image_addtopic">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 57 15pt "Ubuntu";
|
|
color: rgb(32, 74, 135);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>add topic</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="button_image_ok">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>198</x>
|
|
<y>300</y>
|
|
<width>91</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 57 12pt "Ubuntu";
|
|
color: rgb(32, 74, 135);
|
|
border-bottom-color: rgb(186, 189, 182);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>10</y>
|
|
<width>191</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(32, 74, 135);
|
|
font: 57 23pt "Ubuntu";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Display types</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="button_image_cancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>300</y>
|
|
<width>91</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 57 12pt "Ubuntu";
|
|
color: rgb(32, 74, 135);
|
|
border-bottom-color: rgb(186, 189, 182);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|