@@ -1062,11 +1062,120 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
<widgetclass="QPushButton"name="storeButton">
<propertyname="text">
<string>Store to EEPROM</string>
<layoutclass="QGridLayout"name="gridLayout">
<itemrow="1"column="1">
<widgetclass="QPushButton"name="writeButton">
<propertyname="enabled">
<bool>false</bool>
</property>
<propertyname="toolTip">
<string>Copy current parameters in non-permanent memory of the aircraft to permanent memory. Transmit your parameters first to write these.</string>
</property>
<propertyname="statusTip">
<string/>
</property>
<propertyname="text">
<string>Write (ROM)</string>
</property>
</widget>
</item>
<itemrow="1"column="0">
<widgetclass="QPushButton"name="setButton">
<propertyname="enabled">
<bool>false</bool>
</property>
<propertyname="toolTip">
<string>Set current parameters in non-permanent onboard memory.</string>
</property>
<propertyname="statusTip">
<string/>
</property>
<propertyname="text">
<string>Set (UAS)</string>
</property>
</widget>
</item>
<itemrow="0"column="1">
<widgetclass="QPushButton"name="readButton">
<propertyname="enabled">
<bool>false</bool>
</property>
<propertyname="toolTip">
<string>Copy parameters from permanent memory to non-permanent current memory of aircraft. DOES NOT update the parameters in this view, click refresh after copying them to get them.</string>
</property>
<propertyname="statusTip">
<string/>
</property>
<propertyname="whatsThis">
<string/>
</property>
<propertyname="text">
<string>Read (ROM)</string>
</property>
</widget>
</item>
<itemrow="0"column="0">
<widgetclass="QPushButton"name="refreshButton">
<propertyname="enabled">
<bool>false</bool>
</property>
<propertyname="toolTip">
<string>Load parameters currently in non-permanent memory of aircraft.</string>
</property>
<propertyname="statusTip">
<string/>
</property>
<propertyname="text">
<string>Get (UAS)</string>
</property>
</widget>
</item>
<itemrow="0"column="2">
<widgetclass="QPushButton"name="loadFileButton">
<propertyname="enabled">
<bool>false</bool>
</property>
<propertyname="toolTip">
<string>Load parameters from a file on this computer in the view. To write them to the aircraft, use transmit after loading them.</string>
</property>
<propertyname="statusTip">
<string/>
</property>
<propertyname="text">
<string>Load (File)</string>
</property>
</widget>
</item>
<itemrow="1"column="2">
<widgetclass="QPushButton"name="saveFileButton">
<propertyname="enabled">
<bool>false</bool>
</property>
<propertyname="toolTip">
<string>Save parameters in this view to a file on this computer.</string>