Skip to content
QGCToolWidget.ui 990 B
Newer Older
lm's avatar
lm committed
<?xml version="1.0" encoding="UTF-8"?>
<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
  <layout class="QVBoxLayout" name="toolLayout">
   <property name="spacing">
    <number>0</number>
   </property>
   <property name="leftMargin">
    <number>6</number>
   </property>
   <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
   <item>
    <widget class="QLabel" name="hintLabel">
     <property name="text">
      <string>Right-click into the widget to customize</string>
     </property>
    </widget>
   </item>
  </layout>
lm's avatar
lm committed
 <resources/>