QGCMAVLinkLogPlayer.ui 3.68 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 17 18
  <layout class="QHBoxLayout" name="horizontalLayout">
   <property name="margin">
    <number>4</number>
19
   </property>
20 21 22 23
   <item>
    <widget class="QSlider" name="positionSlider">
     <property name="maximum">
      <number>10000</number>
24
     </property>
25 26
     <property name="pageStep">
      <number>100</number>
27
     </property>
28 29
     <property name="tracking">
      <bool>false</bool>
30
     </property>
31 32
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
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>
60 61 62 63 64 65
    <widget class="QLabel" name="logStatsLabel">
     <property name="text">
      <string>No logfile selected..</string>
     </property>
    </widget>
   </item>
66
   <item>
67
    <widget class="QLabel" name="speedLabel">
68 69 70 71 72 73 74 75 76
     <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>
77 78 79 80 81
     <property name="text">
      <string>Speed</string>
     </property>
    </widget>
   </item>
82 83 84 85
   <item>
    <widget class="QSlider" name="speedSlider">
     <property name="toolTip">
      <string>Set the replay speed</string>
lm's avatar
lm committed
86
     </property>
87 88 89 90 91 92 93 94 95 96
     <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
97 98
      <number>100</number>
     </property>
99 100 101 102 103
     <property name="value">
      <number>50</number>
     </property>
     <property name="sliderPosition">
      <number>50</number>
lm's avatar
lm committed
104 105 106 107 108 109
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
110 111 112 113 114 115 116 117 118
   <item>
    <widget class="QLabel" name="logFileNameLabel">
     <property name="text">
      <string>Please choose logfile</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="selectFileButton">
119
     <property name="toolTip">
120
      <string>Select the logfile to replay</string>
121 122
     </property>
     <property name="statusTip">
123
      <string>Select the logfile to replay</string>
124 125
     </property>
     <property name="whatsThis">
126
      <string>Select the logfile to replay</string>
127
     </property>
128
     <property name="text">
129
      <string>Select File</string>
130 131 132 133 134 135
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
lm's avatar
lm committed
136
  <include location="../../qgroundcontrol.qrc"/>
137 138 139
 </resources>
 <connections/>
</ui>