QGCDataPlot2D.ui 7.87 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCDataPlot2D</class>
 <widget class="QWidget" name="QGCDataPlot2D">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>1073</width>
10 11 12 13 14 15
    <height>308</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16 17
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
18 19 20 21 22 23
    <widget class="QLabel" name="label_2">
     <property name="text">
      <string>X</string>
     </property>
    </widget>
   </item>
24
   <item row="0" column="1" colspan="2">
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
    <widget class="QComboBox" name="xAxis"/>
   </item>
   <item row="0" column="3">
    <widget class="QLabel" name="label_3">
     <property name="text">
      <string>Y</string>
     </property>
    </widget>
   </item>
   <item row="0" column="4">
    <widget class="QLineEdit" name="yAxis"/>
   </item>
   <item row="0" column="5" colspan="2">
    <widget class="QComboBox" name="style">
     <item>
      <property name="text">
       <string>Style..</string>
      </property>
     </item>
     <item>
      <property name="text">
46
       <string>Only crosses</string>
47 48 49 50
      </property>
     </item>
     <item>
      <property name="text">
51 52 53 54 55
       <string>Only circles</string>
      </property>
     </item>
     <item>
      <property name="text">
56 57 58 59 60 61
       <string>Only rectangles</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>Only symbols</string>
62 63 64 65 66 67 68 69 70 71 72 73 74 75
      </property>
     </item>
     <item>
      <property name="text">
       <string>Lines and crosses</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>Lines and circles</string>
      </property>
     </item>
     <item>
      <property name="text">
76 77 78 79 80 81
       <string>Lines and rects</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>Lines and symbols</string>
82 83 84 85 86 87 88 89 90 91 92 93 94 95
      </property>
     </item>
     <item>
      <property name="text">
       <string>Dotted lines and crosses</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>Dotted lines and circles</string>
      </property>
     </item>
     <item>
      <property name="text">
96
       <string>Dotted lines and rects</string>
97 98 99 100 101 102 103 104 105 106 107 108 109 110
      </property>
     </item>
     <item>
      <property name="text">
       <string>Dashed lines and crosses</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>Dashed lines and circles</string>
      </property>
     </item>
     <item>
      <property name="text">
111
       <string>Dashed lines and rects</string>
112 113 114 115
      </property>
     </item>
    </widget>
   </item>
116
   <item row="0" column="7" colspan="2">
117 118
    <widget class="QPushButton" name="reloadButton">
     <property name="text">
119
      <string>Replot</string>
120 121 122
     </property>
    </widget>
   </item>
123 124
   <item row="0" column="11">
    <widget class="Line" name="line">
125
     <property name="orientation">
126
      <enum>Qt::Vertical</enum>
127
     </property>
128
    </widget>
129
   </item>
130
   <item row="0" column="12" colspan="2">
131 132
    <widget class="QPushButton" name="savePlotButton">
     <property name="text">
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
      <string>Save Image</string>
     </property>
    </widget>
   </item>
   <item row="0" column="19">
    <widget class="QPushButton" name="printButton">
     <property name="text">
      <string>Print</string>
     </property>
    </widget>
   </item>
   <item row="1" column="0" colspan="2">
    <widget class="QLabel" name="label_4">
     <property name="text">
      <string>Title</string>
     </property>
    </widget>
   </item>
   <item row="1" column="2" colspan="3">
    <widget class="QLineEdit" name="plotTitle"/>
   </item>
   <item row="1" column="5">
    <widget class="QLabel" name="label_5">
     <property name="text">
      <string>X label</string>
     </property>
    </widget>
   </item>
   <item row="1" column="6" colspan="2">
    <widget class="QLineEdit" name="plotXAxisLabel"/>
   </item>
   <item row="1" column="8">
    <widget class="QLabel" name="label_6">
     <property name="text">
      <string>Y label</string>
     </property>
    </widget>
   </item>
   <item row="1" column="9" colspan="3">
    <widget class="QLineEdit" name="plotYAxisLabel"/>
   </item>
   <item row="1" column="12" colspan="2">
    <widget class="QCheckBox" name="symmetricCheckBox">
     <property name="text">
      <string>Symmetric</string>
     </property>
    </widget>
   </item>
   <item row="1" column="14" colspan="2">
    <widget class="QCheckBox" name="legendCheckBox">
     <property name="text">
      <string>Legend</string>
     </property>
    </widget>
   </item>
   <item row="1" column="16">
    <widget class="QCheckBox" name="gridCheckBox">
     <property name="text">
      <string>Grid</string>
192 193 194
     </property>
    </widget>
   </item>
195
   <item row="2" column="0" colspan="20">
196 197 198 199 200 201 202 203 204
    <widget class="QFrame" name="plotFrame">
     <property name="frameShape">
      <enum>QFrame::StyledPanel</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Raised</enum>
     </property>
    </widget>
   </item>
205
   <item row="3" column="0">
206 207 208 209 210 211
    <widget class="QLabel" name="label">
     <property name="text">
      <string>File</string>
     </property>
    </widget>
   </item>
212
   <item row="3" column="1" colspan="2">
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
    <widget class="QComboBox" name="inputFileType">
     <item>
      <property name="text">
       <string>CSV</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>pxIMU</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>RAW</string>
      </property>
     </item>
    </widget>
   </item>
231
   <item row="3" column="3" colspan="4">
232 233 234 235 236 237
    <widget class="QLabel" name="filenameLabel">
     <property name="text">
      <string>Please select input file..</string>
     </property>
    </widget>
   </item>
238 239 240 241 242 243 244 245
   <item row="3" column="8" colspan="2">
    <widget class="QPushButton" name="selectFileButton">
     <property name="text">
      <string>Select file</string>
     </property>
    </widget>
   </item>
   <item row="3" column="10" colspan="2">
246 247 248 249 250 251 252 253 254 255 256 257
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
258 259 260 261
   <item row="3" column="12">
    <widget class="Line" name="line_2">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
262 263 264
     </property>
    </widget>
   </item>
265 266
   <item row="3" column="13">
    <widget class="QLabel" name="label_7">
267
     <property name="text">
268
      <string>Regression</string>
269 270 271
     </property>
    </widget>
   </item>
272 273 274 275 276 277 278 279
   <item row="3" column="14" colspan="2">
    <widget class="QComboBox" name="xRegressionComboBox"/>
   </item>
   <item row="3" column="16" colspan="2">
    <widget class="QComboBox" name="yRegressionComboBox"/>
   </item>
   <item row="3" column="19">
    <widget class="QPushButton" name="regressionButton">
280
     <property name="text">
281
      <string>Calculate</string>
282 283 284
     </property>
    </widget>
   </item>
285 286 287 288
   <item row="3" column="18">
    <widget class="QLineEdit" name="regressionOutput">
     <property name="readOnly">
      <bool>true</bool>
289 290 291
     </property>
    </widget>
   </item>
292 293
   <item row="0" column="14">
    <widget class="QPushButton" name="saveCsvButton">
294
     <property name="text">
295
      <string>Save Data</string>
296 297 298
     </property>
    </widget>
   </item>
299 300 301 302 303 304 305 306 307 308 309 310 311
   <item row="0" column="9" colspan="2">
    <spacer name="horizontalSpacer_2">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
312 313 314 315 316
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>