QGCToolWidget.ui 990 Bytes
Newer Older
lm's avatar
lm committed
1
<?xml version="1.0" encoding="UTF-8"?>
2 3 4 5 6 7 8 9 10 11 12 13 14 15
<ui version="4.0">
 <class>QGCToolWidget</class>
 <widget class="QWidget" name="QGCToolWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
lm's avatar
lm committed
16
  <layout class="QVBoxLayout" name="toolLayout">
17
   <property name="spacing">
18 19 20
    <number>0</number>
   </property>
   <property name="leftMargin">
21 22
    <number>6</number>
   </property>
23 24 25 26 27 28 29 30 31
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>6</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
lm's avatar
lm committed
32 33 34 35 36 37 38 39
   <item>
    <widget class="QLabel" name="hintLabel">
     <property name="text">
      <string>Right-click into the widget to customize</string>
     </property>
    </widget>
   </item>
  </layout>
40
 </widget>
lm's avatar
lm committed
41
 <resources/>
42 43
 <connections/>
</ui>