QGCMAVLinkLogPlayer.ui 3.02 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>
30
    <widget class="QLabel" name="logCurrentTime">
Lorenz Meier's avatar
Lorenz Meier committed
31
     <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
     </property>
    </widget>
   </item>
92 93 94 95 96 97 98
   <item>
    <widget class="QLabel" name="logLengthTime">
     <property name="text">
      <string/>
     </property>
    </widget>
   </item>
99 100
   <item>
    <widget class="QPushButton" name="selectFileButton">
101
     <property name="toolTip">
Don Gagne's avatar
Don Gagne committed
102
      <string>Select the Flight Data to replay</string>
103 104
     </property>
     <property name="statusTip">
Don Gagne's avatar
Don Gagne committed
105
      <string>Select the Flight Data to replay</string>
106 107
     </property>
     <property name="whatsThis">
Don Gagne's avatar
Don Gagne committed
108
      <string>Select the Flight Data to replay</string>
109
     </property>
110
     <property name="text">
Don Gagne's avatar
Don Gagne committed
111
      <string>Replay Flight Data</string>
112 113 114 115 116 117
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
118
  <include location="../../qgcresources.qrc"/>
119 120 121
 </resources>
 <connections/>
</ui>