2007-07-27 22:46:49 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>InstallBootloaderFrm</class>
|
|
|
|
<widget class="QDialog" name="InstallBootloaderFrm" >
|
|
|
|
<property name="windowModality" >
|
|
|
|
<enum>Qt::WindowModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-08-01 22:55:22 +00:00
|
|
|
<width>600</width>
|
|
|
|
<height>450</height>
|
2007-07-27 22:46:49 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Install Bootloader</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2007-08-01 22:55:22 +00:00
|
|
|
<item rowspan="6" row="0" column="0" >
|
2007-07-27 22:46:49 +00:00
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap" >
|
|
|
|
<pixmap resource="rbutilqt.qrc" >:/icons/icons/wizard.xpm</pixmap>
|
|
|
|
</property>
|
2007-08-01 22:55:22 +00:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
2007-07-27 22:46:49 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="3" >
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Select your device in the filesystem</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2" >
|
|
|
|
<widget class="QLineEdit" name="lineMountPoint" />
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3" >
|
2007-08-01 22:55:22 +00:00
|
|
|
<widget class="QPushButton" name="buttonBrowse" >
|
2007-07-27 22:46:49 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string>&Browse</string>
|
|
|
|
</property>
|
2007-08-01 22:55:22 +00:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
|
2007-07-27 22:46:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-01 22:55:22 +00:00
|
|
|
<item row="2" column="1" colspan="3" >
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Download and select an original Firmware</string>
|
2007-07-27 22:46:49 +00:00
|
|
|
</property>
|
2007-08-01 22:55:22 +00:00
|
|
|
</widget>
|
2007-07-27 22:46:49 +00:00
|
|
|
</item>
|
2007-08-01 22:55:22 +00:00
|
|
|
<item row="3" column="1" colspan="2" >
|
2007-07-28 14:38:25 +00:00
|
|
|
<widget class="QLineEdit" name="lineOriginalFirmware" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>select the original Firmware</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription" >
|
|
|
|
<string>select the original Firmware</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-01 22:55:22 +00:00
|
|
|
<item row="3" column="3" >
|
|
|
|
<widget class="QPushButton" name="buttonBrowseOF" >
|
2007-07-28 14:38:25 +00:00
|
|
|
<property name="text" >
|
2007-08-01 22:55:22 +00:00
|
|
|
<string>&Browse</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
|
2007-07-28 14:38:25 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-08-01 22:55:22 +00:00
|
|
|
<item row="4" column="2" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
2007-07-28 14:38:25 +00:00
|
|
|
</property>
|
2007-08-01 22:55:22 +00:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="2" colspan="2" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonOk_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Ok</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonCancel_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Cancel</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2007-07-28 14:38:25 +00:00
|
|
|
</item>
|
2007-07-27 22:46:49 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="rbutilqt.qrc" />
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2007-08-01 22:55:22 +00:00
|
|
|
<sender>buttonOk_2</sender>
|
|
|
|
<signal>clicked()</signal>
|
2007-07-27 22:46:49 +00:00
|
|
|
<receiver>InstallBootloaderFrm</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
2007-08-01 22:55:22 +00:00
|
|
|
<x>476</x>
|
|
|
|
<y>425</y>
|
2007-07-27 22:46:49 +00:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
2007-08-01 22:55:22 +00:00
|
|
|
<x>531</x>
|
|
|
|
<y>317</y>
|
2007-07-27 22:46:49 +00:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2007-08-01 22:55:22 +00:00
|
|
|
<sender>buttonCancel_2</sender>
|
|
|
|
<signal>clicked()</signal>
|
2007-07-27 22:46:49 +00:00
|
|
|
<receiver>InstallBootloaderFrm</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
2007-08-01 22:55:22 +00:00
|
|
|
<x>556</x>
|
|
|
|
<y>428</y>
|
2007-07-27 22:46:49 +00:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
2007-08-01 22:55:22 +00:00
|
|
|
<x>599</x>
|
|
|
|
<y>325</y>
|
2007-07-27 22:46:49 +00:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|