<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>RemoteUpdateClass</class>
|
<widget class="QDialog" name="RemoteUpdateClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>511</width>
|
<height>200</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>RemoteUpdate</string>
|
</property>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>30</y>
|
<width>54</width>
|
<height>13</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Network</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>20</y>
|
<width>131</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>LAN</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>WAN</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QPushButton" name="pushButton_setnetworktype">
|
<property name="geometry">
|
<rect>
|
<x>250</x>
|
<y>20</y>
|
<width>101</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Setup network</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>80</y>
|
<width>54</width>
|
<height>13</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Firmware</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>70</y>
|
<width>331</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_browse">
|
<property name="geometry">
|
<rect>
|
<x>430</x>
|
<y>70</y>
|
<width>61</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Browse</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_update">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>160</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Upgrade</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_cancel">
|
<property name="geometry">
|
<rect>
|
<x>300</x>
|
<y>160</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Cancel</string>
|
</property>
|
</widget>
|
<widget class="QScrollBar" name="horizontalScrollBar">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>120</y>
|
<width>471</width>
|
<height>16</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|