QGCMAVLinkLogPlayer.ui 2.88 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCMAVLinkLogPlayer</class>
 <widget class="QWidget" name="QGCMAVLinkLogPlayer">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
Don Gagne's avatar
Don Gagne committed
9
    <width>948</width>
10
    <height>38</height>
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16
  <layout class="QHBoxLayout" name="horizontalLayout">
Lorenz Meier's avatar
Lorenz Meier committed
17 18 19 20 21 22 23
   <property name="leftMargin">
    <number>12</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
24
    <number>4</number>
25
   </property>
Lorenz Meier's avatar
Lorenz Meier committed
26 27 28
   <property name="bottomMargin">
    <number>0</number>
   </property>
29
   <item>
Lorenz Meier's avatar
Lorenz Meier committed
30 31
    <widget class="QLabel" name="logStatsLabel">
     <property name="text">
32
      <string/>
33 34 35
     </property>
    </widget>
   </item>
36 37
   <item>
    <widget class="QToolButton" name="playButton">
38
     <property name="toolTip">
Don Gagne's avatar
Don Gagne committed
39
      <string>Start to replay Flight Data</string>
40 41
     </property>
     <property name="statusTip">
Don Gagne's avatar
Don Gagne committed
42
      <string>Start to replay Flight Data</string>
43 44
     </property>
     <property name="whatsThis">
Don Gagne's avatar
Don Gagne committed
45
      <string>Start to replay Flight Data</string>
46
     </property>
47 48
     <property name="text">
      <string>...</string>
49
     </property>
50
     <property name="icon">
51
      <iconset resource="../../qgcresources.qrc">
Don Gagne's avatar
Don Gagne committed
52
       <normaloff>:/res/Play</normaloff>:/res/Play</iconset>
53
     </property>
54 55
     <property name="checkable">
      <bool>true</bool>
56
     </property>
57 58 59 60 61 62 63 64 65 66
     <property name="checked">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QLabel" name="timeLabel">
     <property name="text">
      <string>Time</string>
     </property>
67 68
    </widget>
   </item>
69
   <item>
Lorenz Meier's avatar
Lorenz Meier committed
70 71 72 73 74 75 76 77 78 79 80 81
    <widget class="QSlider" name="positionSlider">
     <property name="maximum">
      <number>10000</number>
     </property>
     <property name="pageStep">
      <number>100</number>
     </property>
     <property name="tracking">
      <bool>false</bool>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
82 83 84
     </property>
    </widget>
   </item>
85 86 87
   <item>
    <widget class="QLabel" name="logFileNameLabel">
     <property name="text">
Don Gagne's avatar
Don Gagne committed
88
      <string>No Flight Data selected..</string>
89 90 91 92 93
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="selectFileButton">
94
     <property name="toolTip">
Don Gagne's avatar
Don Gagne committed
95
      <string>Select the Flight Data to replay</string>
96 97
     </property>
     <property name="statusTip">
Don Gagne's avatar
Don Gagne committed
98
      <string>Select the Flight Data to replay</string>
99 100
     </property>
     <property name="whatsThis">
Don Gagne's avatar
Don Gagne committed
101
      <string>Select the Flight Data to replay</string>
102
     </property>
103
     <property name="text">
Don Gagne's avatar
Don Gagne committed
104
      <string>Replay Flight Data</string>
105 106 107 108 109 110
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
111
  <include location="../../qgcresources.qrc"/>
112 113 114
 </resources>
 <connections/>
</ui>