QGCMAVLinkLogPlayer.ui 3.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>
9 10
    <width>789</width>
    <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 32
    <widget class="QLabel" name="logStatsLabel">
     <property name="text">
      <string>No logfile selected..</string>
33 34 35
     </property>
    </widget>
   </item>
36 37
   <item>
    <widget class="QToolButton" name="playButton">
38
     <property name="toolTip">
39
      <string>Start to replay the logfile</string>
40 41
     </property>
     <property name="statusTip">
42
      <string>Start to replay the logfile</string>
43 44
     </property>
     <property name="whatsThis">
45
      <string>Start to replay the logfile</string>
46
     </property>
47 48
     <property name="text">
      <string>...</string>
49
     </property>
50 51 52
     <property name="icon">
      <iconset resource="../../qgroundcontrol.qrc">
       <normaloff>:/files/images/actions/media-playback-start.svg</normaloff>:/files/images/actions/media-playback-start.svg</iconset>
53
     </property>
54 55
     <property name="checkable">
      <bool>true</bool>
56 57 58
     </property>
    </widget>
   </item>
59
   <item>
Lorenz Meier's avatar
Lorenz Meier committed
60 61 62 63 64 65 66 67 68 69 70 71
    <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>
72 73 74
     </property>
    </widget>
   </item>
75
   <item>
76
    <widget class="QLabel" name="speedLabel">
77 78 79 80 81 82 83 84 85
     <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>
86 87 88 89 90
     <property name="text">
      <string>Speed</string>
     </property>
    </widget>
   </item>
91 92 93 94
   <item>
    <widget class="QSlider" name="speedSlider">
     <property name="toolTip">
      <string>Set the replay speed</string>
lm's avatar
lm committed
95
     </property>
96 97 98 99 100 101 102 103 104 105
     <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
106 107
      <number>100</number>
     </property>
108 109 110 111 112
     <property name="value">
      <number>50</number>
     </property>
     <property name="sliderPosition">
      <number>50</number>
lm's avatar
lm committed
113 114 115 116 117 118
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
119 120 121
   <item>
    <widget class="QLabel" name="logFileNameLabel">
     <property name="text">
Lorenz Meier's avatar
Lorenz Meier committed
122
      <string>-</string>
123 124 125 126 127
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="selectFileButton">
128
     <property name="toolTip">
129
      <string>Select the logfile to replay</string>
130 131
     </property>
     <property name="statusTip">
132
      <string>Select the logfile to replay</string>
133 134
     </property>
     <property name="whatsThis">
135
      <string>Select the logfile to replay</string>
136
     </property>
137
     <property name="text">
138
      <string>Replay Logfile</string>
139 140 141 142 143 144
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
lm's avatar
lm committed
145
  <include location="../../qgroundcontrol.qrc"/>
146 147 148
 </resources>
 <connections/>
</ui>