1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>FlashEEpromDialog
</class>
4 <widget class=
"QDialog" name=
"FlashEEpromDialog">
5 <property name=
"geometry">
13 <property name=
"sizePolicy">
14 <sizepolicy hsizetype=
"MinimumExpanding" vsizetype=
"Minimum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name=
"minimumSize">
25 <property name=
"windowTitle">
26 <string>Write Models and Settings to Radio
</string>
28 <property name=
"windowIcon">
29 <iconset resource=
"companion.qrc">
30 <normaloff>:/themes/classic/
16/write_eeprom.png
</normaloff>:/themes/classic/
16/write_eeprom.png
</iconset>
32 <layout class=
"QVBoxLayout" name=
"verticalLayout">
34 <layout class=
"QHBoxLayout" name=
"filanameLayout">
36 <widget class=
"QLineEdit" name=
"eepromFilename">
37 <property name=
"enabled">
40 <property name=
"sizePolicy">
41 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Minimum">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
46 <property name=
"minimumSize">
52 <property name=
"readOnly">
58 <widget class=
"QPushButton" name=
"eepromLoad">
59 <property name=
"sizePolicy">
60 <sizepolicy hsizetype=
"Minimum" vsizetype=
"Minimum">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
65 <property name=
"text">
66 <string>Load...
</string>
73 <widget class=
"QLabel" name=
"profileLabel">
74 <property name=
"font">
80 <property name=
"text">
81 <string>Current Profile
</string>
83 <property name=
"alignment">
84 <set>Qt::AlignCenter
</set>
89 <widget class=
"QCheckBox" name=
"checkFirmwareCompatibility">
90 <property name=
"sizePolicy">
91 <sizepolicy hsizetype=
"Minimum" vsizetype=
"Minimum">
92 <horstretch>0</horstretch>
93 <verstretch>0</verstretch>
96 <property name=
"toolTip">
97 <string>Allows Companion to write to older version of the firmware
</string>
99 <property name=
"text">
100 <string>Check Firmware compatibility
</string>
105 <widget class=
"QCheckBox" name=
"backupBeforeWrite">
106 <property name=
"sizePolicy">
107 <sizepolicy hsizetype=
"Minimum" vsizetype=
"Minimum">
108 <horstretch>0</horstretch>
109 <verstretch>0</verstretch>
112 <property name=
"toolTip">
113 <string><html
><head/
><body
><p
>Saves a dated copy of your eeprom to the backup folder you specified in the Companion settings before writing the current model to the radio.
</p
></body
></html
></string>
115 <property name=
"text">
116 <string>Backup before Write
</string>
121 <widget class=
"QCheckBox" name=
"patchCalibration">
122 <property name=
"toolTip">
123 <string><html
><head/
><body
><p
>Modify calibration parameters using settings from current profile
</p
></body
></html
></string>
125 <property name=
"text">
126 <string>Patch calibration setting from profile
</string>
131 <widget class=
"QCheckBox" name=
"patchHardwareSettings">
132 <property name=
"toolTip">
133 <string><html
><head/
><body
><p
>Modify HW parameters using settings from current profile
</p
></body
></html
></string>
135 <property name=
"text">
136 <string>Patch HW settings from profile
</string>
141 <layout class=
"QHBoxLayout" name=
"buttonsLayout">
143 <spacer name=
"spacer">
144 <property name=
"orientation">
145 <enum>Qt::Horizontal
</enum>
147 <property name=
"sizeHint" stdset=
"0">
156 <widget class=
"QPushButton" name=
"cancelButton">
157 <property name=
"minimumSize">
163 <property name=
"text">
164 <string>Cancel
</string>
169 <widget class=
"QPushButton" name=
"burnButton">
170 <property name=
"enabled">
173 <property name=
"minimumSize">
179 <property name=
"text">
180 <string>Write to TX
</string>
189 <tabstop>burnButton
</tabstop>
190 <tabstop>eepromFilename
</tabstop>
191 <tabstop>eepromLoad
</tabstop>
192 <tabstop>cancelButton
</tabstop>
195 <include location=
"companion.qrc"/>