Skip to content
Snippets Groups Projects
UASInfo.ui 11.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • pixhawk's avatar
    pixhawk committed
    <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>uasInfo</class>
     <widget class="QWidget" name="uasInfo">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
    
        <width>230</width>
        <height>161</height>
    
    pixhawk's avatar
    pixhawk committed
       </rect>
      </property>
      <property name="windowTitle">
       <string>Form</string>
      </property>
      <property name="styleSheet">
       <string notr="true"/>
      </property>
    
      <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0,100" columnstretch="0,0,0,0,0,0,0">
    
       <property name="margin">
    
        <number>3</number>
       </property>
       <property name="spacing">
        <number>5</number>
    
       </property>
    
    pixhawk's avatar
    pixhawk committed
       <item row="0" column="0">
        <widget class="QLabel" name="label">
         <property name="text">
          <string>Battery</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <spacer name="horizontalSpacer_2">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeType">
          <enum>QSizePolicy::Maximum</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>15</height>
          </size>
         </property>
        </spacer>
       </item>
       <item row="0" column="2">
        <widget class="QLabel" name="voltageLabel">
         <property name="text">
          <string>12</string>
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
       <item row="0" column="3">
        <widget class="QLabel" name="label_7">
         <property name="text">
          <string>V</string>
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
    
       <item row="0" column="4" colspan="2">
    
    pixhawk's avatar
    pixhawk committed
        <widget class="QProgressBar" name="batteryBar">
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
           <horstretch>10</horstretch>
           <verstretch>18</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
           <width>100</width>
           <height>0</height>
          </size>
         </property>
         <property name="maximumSize">
          <size>
           <width>16777215</width>
           <height>20</height>
          </size>
         </property>
         <property name="baseSize">
          <size>
           <width>0</width>
           <height>18</height>
          </size>
         </property>
         <property name="minimum">
          <number>0</number>
         </property>
         <property name="maximum">
          <number>100</number>
         </property>
         <property name="value">
    
    pixhawk's avatar
    pixhawk committed
         </property>
         <property name="textVisible">
          <bool>true</bool>
         </property>
         <property name="format">
          <string>%p%</string>
         </property>
        </widget>
       </item>
       <item row="1" column="0">
        <widget class="QLabel" name="label_2">
         <property name="text">
    
    Lorenz Meier's avatar
    Lorenz Meier committed
          <string>MAV RX Loss</string>
    
    pixhawk's avatar
    pixhawk committed
         </property>
        </widget>
       </item>
       <item row="1" column="1">
        <spacer name="horizontalSpacer_3">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeType">
          <enum>QSizePolicy::Maximum</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>15</height>
          </size>
         </property>
        </spacer>
       </item>
       <item row="1" column="2">
    
    lm's avatar
    lm committed
        <widget class="QLabel" name="receiveLossLabel">
    
    pixhawk's avatar
    pixhawk committed
         <property name="text">
          <string>0</string>
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
       <item row="1" column="3">
        <widget class="QLabel" name="label_8">
         <property name="text">
          <string>%</string>
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
    
       <item row="1" column="4" colspan="2">
    
    lm's avatar
    lm committed
        <widget class="QProgressBar" name="receiveLossBar">
    
    pixhawk's avatar
    pixhawk committed
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
           <horstretch>10</horstretch>
           <verstretch>18</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
           <width>100</width>
           <height>0</height>
          </size>
         </property>
         <property name="maximumSize">
          <size>
           <width>16777215</width>
           <height>20</height>
          </size>
         </property>
         <property name="baseSize">
          <size>
           <width>0</width>
           <height>18</height>
          </size>
         </property>
         <property name="value">
          <number>0</number>
         </property>
         <property name="textVisible">
          <bool>true</bool>
         </property>
         <property name="format">
          <string>%p%</string>
         </property>
        </widget>
       </item>
       <item row="2" column="0">
    
    lm's avatar
    lm committed
        <widget class="QLabel" name="label_6">
    
    pixhawk's avatar
    pixhawk committed
         <property name="text">
    
    Lorenz Meier's avatar
    Lorenz Meier committed
          <string>MAV TX Loss</string>
    
    pixhawk's avatar
    pixhawk committed
         </property>
        </widget>
       </item>
       <item row="2" column="1">
    
    lm's avatar
    lm committed
        <spacer name="horizontalSpacer_9">
    
    pixhawk's avatar
    pixhawk committed
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeType">
          <enum>QSizePolicy::Maximum</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>15</height>
          </size>
         </property>
        </spacer>
       </item>
       <item row="2" column="2">
    
    lm's avatar
    lm committed
        <widget class="QLabel" name="sendLossLabel">
    
    pixhawk's avatar
    pixhawk committed
         <property name="text">
          <string>0</string>
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
       <item row="2" column="3">
    
    lm's avatar
    lm committed
        <widget class="QLabel" name="label_11">
    
    pixhawk's avatar
    pixhawk committed
         <property name="text">
          <string>%</string>
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
    
       <item row="2" column="4" colspan="2">
    
    lm's avatar
    lm committed
        <widget class="QProgressBar" name="sendLossBar">
    
    pixhawk's avatar
    pixhawk committed
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
           <horstretch>10</horstretch>
           <verstretch>18</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
           <width>100</width>
           <height>0</height>
          </size>
         </property>
         <property name="maximumSize">
          <size>
           <width>16777215</width>
           <height>20</height>
          </size>
         </property>
         <property name="baseSize">
          <size>
           <width>0</width>
           <height>18</height>
          </size>
         </property>
         <property name="value">
          <number>0</number>
         </property>
         <property name="textVisible">
          <bool>true</bool>
         </property>
         <property name="format">
          <string>%p%</string>
         </property>
        </widget>
       </item>
    
    lm's avatar
    lm committed
       <item row="3" column="0">
        <widget class="QLabel" name="label_3">
    
    pixhawk's avatar
    pixhawk committed
         <property name="text">
    
    lm's avatar
    lm committed
          <string>MCU Load</string>
    
    pixhawk's avatar
    pixhawk committed
         </property>
        </widget>
       </item>
    
    lm's avatar
    lm committed
       <item row="3" column="1">
        <spacer name="horizontalSpacer_4">
    
    pixhawk's avatar
    pixhawk committed
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeType">
          <enum>QSizePolicy::Maximum</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>15</height>
          </size>
         </property>
        </spacer>
       </item>
    
    lm's avatar
    lm committed
       <item row="3" column="2">
        <widget class="QLabel" name="loadLabel">
    
    pixhawk's avatar
    pixhawk committed
         <property name="text">
          <string>0</string>
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
    
    lm's avatar
    lm committed
       <item row="3" column="3">
        <widget class="QLabel" name="label_9">
    
    pixhawk's avatar
    pixhawk committed
         <property name="text">
    
    lm's avatar
    lm committed
          <string>%</string>
    
    pixhawk's avatar
    pixhawk committed
         </property>
         <property name="textFormat">
          <enum>Qt::AutoText</enum>
         </property>
         <property name="alignment">
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
    
       <item row="3" column="4" colspan="2">
    
    lm's avatar
    lm committed
        <widget class="QProgressBar" name="loadBar">
    
    pixhawk's avatar
    pixhawk committed
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
           <horstretch>10</horstretch>
           <verstretch>18</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
           <width>100</width>
           <height>0</height>
          </size>
         </property>
         <property name="maximumSize">
          <size>
           <width>16777215</width>
           <height>20</height>
          </size>
         </property>
         <property name="baseSize">
          <size>
           <width>0</width>
           <height>18</height>
          </size>
         </property>
         <property name="value">
    
    pixhawk's avatar
    pixhawk committed
         </property>
         <property name="textVisible">
          <bool>true</bool>
         </property>
         <property name="format">
          <string>%p%</string>
         </property>
        </widget>
       </item>
    
    lm's avatar
    lm committed
       <item row="5" column="0" colspan="6">
    
    lm's avatar
    lm committed
        <widget class="Line" name="line">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
        </widget>
       </item>
    
    lm's avatar
    lm committed
       <item row="7" column="0" colspan="7">
    
    lm's avatar
    lm committed
        <spacer name="verticalSpacer">
    
    pixhawk's avatar
    pixhawk committed
         <property name="orientation">
    
    lm's avatar
    lm committed
          <enum>Qt::Vertical</enum>
    
    pixhawk's avatar
    pixhawk committed
         </property>
         <property name="sizeType">
    
    lm's avatar
    lm committed
          <enum>QSizePolicy::Expanding</enum>
    
    pixhawk's avatar
    pixhawk committed
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>0</width>
    
           <height>0</height>
    
    pixhawk's avatar
    pixhawk committed
          </size>
         </property>
    
    lm's avatar
    lm committed
        </spacer>
    
    pixhawk's avatar
    pixhawk committed
       </item>
    
    lm's avatar
    lm committed
       <item row="6" column="0" colspan="6">
    
        <widget class="QLabel" name="errorLabel">
         <property name="text">
          <string>No error status received yet</string>
         </property>
        </widget>
       </item>
    
    lm's avatar
    lm committed
       <item row="4" column="0">
        <widget class="QLabel" name="label_4">
         <property name="text">
          <string>CPU Load</string>
         </property>
        </widget>
       </item>
       <item row="4" column="2">
        <widget class="QLabel" name="label_5">
         <property name="text">
          <string>0</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
       <item row="4" column="3">
        <widget class="QLabel" name="label_10">
         <property name="text">
          <string>%</string>
         </property>
        </widget>
       </item>
       <item row="4" column="4" colspan="2">
        <widget class="QProgressBar" name="progressBar">
         <property name="maximumSize">
          <size>
           <width>16777215</width>
           <height>20</height>
          </size>
         </property>
         <property name="baseSize">
          <size>
           <width>0</width>
           <height>18</height>
          </size>
         </property>
         <property name="value">
    
    lm's avatar
    lm committed
         </property>
        </widget>
       </item>
       <item row="4" column="1">
        <spacer name="horizontalSpacer">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>15</height>
          </size>
         </property>
        </spacer>
       </item>
    
    pixhawk's avatar
    pixhawk committed
      </layout>
     </widget>
     <resources/>
     <connections/>
    </ui>