1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-12 20:08:48 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/config/vernier.ui
edouard 7d2b5ae744 OP-146 Stabilization config interface: this is a work in progress, and a pure mock-up of the UI, I would like feedback.
The idea is to use a 'vernier' dial analogy, whereby you can either of course edit the values by hand in the config dialog, but you can also select the outer dial and adjust it with either mouse or keyboard (up/down and pgUp/pgDn).
Eventually, there will be a tab for the P factor, a tab for the I factor, and a tab for the rest of the adjustments (rate limits etc).




git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2847 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-02-22 22:03:32 +00:00

40 lines
793 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VernierWidget</class>
<widget class="QWidget" name="VernierWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>129</width>
<height>103</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QDial" name="outerDial">
<property name="geometry">
<rect>
<x>0</x>
<y>-10</y>
<width>111</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QDial" name="innerDial">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>51</width>
<height>51</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>