WatchdogControl.ui 750 Bytes
Newer Older
pixhawk's avatar
pixhawk 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>WatchdogControl</class>
 <widget class="QWidget" name="WatchdogControl">
  <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>
pixhawk's avatar
pixhawk committed
16 17 18 19 20 21 22 23 24 25 26 27
  <layout class="QVBoxLayout" name="verticalLayout" stretch="100,0">
   <item>
    <widget class="QWidget" name="mainWidget" native="true"/>
   </item>
   <item>
    <widget class="QLabel" name="processInfoLabel">
     <property name="text">
      <string>0 Processes  Core 1: 0%  Core 2: 0%</string>
     </property>
    </widget>
   </item>
  </layout>
28
 </widget>
pixhawk's avatar
pixhawk committed
29
 <resources/>
30 31
 <connections/>
</ui>