QGCMAVLinkLogPlayer.ui 4.04 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 51
     <property name="icon">
      <iconset resource="../../qgroundcontrol.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
   <item>
86
    <widget class="QLabel" name="speedLabel">
87 88 89 90 91 92 93 94 95
     <property name="toolTip">
      <string>Current replay speed</string>
     </property>
     <property name="statusTip">
      <string>Current replay speed</string>
     </property>
     <property name="whatsThis">
      <string>Current replay speed</string>
     </property>
96 97 98 99 100
     <property name="text">
      <string>Speed</string>
     </property>
    </widget>
   </item>
101 102 103 104
   <item>
    <widget class="QSlider" name="speedSlider">
     <property name="toolTip">
      <string>Set the replay speed</string>
lm's avatar
lm committed
105
     </property>
106 107 108 109 110 111 112 113 114 115
     <property name="statusTip">
      <string>Set the replay speed</string>
     </property>
     <property name="whatsThis">
      <string>Set the replay speed</string>
     </property>
     <property name="minimum">
      <number>1</number>
     </property>
     <property name="maximum">
lm's avatar
lm committed
116 117
      <number>100</number>
     </property>
118 119 120 121 122
     <property name="value">
      <number>50</number>
     </property>
     <property name="sliderPosition">
      <number>50</number>
lm's avatar
lm committed
123 124 125 126 127 128
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
129 130 131
   <item>
    <widget class="QLabel" name="logFileNameLabel">
     <property name="text">
Don Gagne's avatar
Don Gagne committed
132
      <string>No Flight Data selected..</string>
133 134 135 136 137
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="selectFileButton">
138
     <property name="toolTip">
Don Gagne's avatar
Don Gagne committed
139
      <string>Select the Flight Data to replay</string>
140 141
     </property>
     <property name="statusTip">
Don Gagne's avatar
Don Gagne committed
142
      <string>Select the Flight Data to replay</string>
143 144
     </property>
     <property name="whatsThis">
Don Gagne's avatar
Don Gagne committed
145
      <string>Select the Flight Data to replay</string>
146
     </property>
147
     <property name="text">
Don Gagne's avatar
Don Gagne committed
148
      <string>Replay Flight Data</string>
149 150 151 152 153 154
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
lm's avatar
lm committed
155
  <include location="../../qgroundcontrol.qrc"/>
156 157 158
 </resources>
 <connections/>
</ui>