2010-11-01 19:15:48 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>deviceWidget</class>
|
|
|
|
<widget class="QWidget" name="deviceWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>516</width>
|
2010-11-06 15:17:21 +01:00
|
|
|
<height>253</height>
|
2010-11-01 19:15:48 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2010-11-01 21:50:59 +01:00
|
|
|
<item row="2" column="0" colspan="3">
|
2010-11-01 19:15:48 +01:00
|
|
|
<widget class="QLineEdit" name="description"/>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="4" column="0">
|
2010-11-01 19:15:48 +01:00
|
|
|
<widget class="QLabel" name="deviceID">
|
|
|
|
<property name="text">
|
|
|
|
<string>DeviceID</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="8" column="0" colspan="2">
|
2010-11-01 19:15:48 +01:00
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="value">
|
2010-11-03 19:46:17 +01:00
|
|
|
<number>0</number>
|
2010-11-01 19:15:48 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="4" column="1">
|
2010-11-01 19:15:48 +01:00
|
|
|
<widget class="QLabel" name="deviceACL">
|
|
|
|
<property name="text">
|
|
|
|
<string>ReadWrite</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="3" column="2" rowspan="3">
|
2010-11-01 19:15:48 +01:00
|
|
|
<widget class="QGraphicsView" name="devicePicture">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<height>160</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-04-30 20:34:15 +02:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background: transparent</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
2010-11-01 19:15:48 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="6" column="2">
|
2010-11-01 21:50:59 +01:00
|
|
|
<widget class="QPushButton" name="verifyButton">
|
2010-11-06 15:17:21 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-11-01 19:15:48 +01:00
|
|
|
<property name="text">
|
2010-11-01 21:50:59 +01:00
|
|
|
<string>Verify...</string>
|
2010-11-01 19:15:48 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="7" column="2">
|
2010-11-01 21:50:59 +01:00
|
|
|
<widget class="QPushButton" name="updateButton">
|
2010-11-06 15:17:21 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Update the firmware on this board.</string>
|
|
|
|
</property>
|
2010-11-01 19:15:48 +01:00
|
|
|
<property name="text">
|
2010-11-01 21:50:59 +01:00
|
|
|
<string>Update...</string>
|
2010-11-01 19:15:48 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="8" column="2">
|
2010-11-01 21:50:59 +01:00
|
|
|
<widget class="QPushButton" name="retrieveButton">
|
2010-11-06 15:17:21 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Download the current board firmware to your computer</string>
|
|
|
|
</property>
|
2010-11-01 19:15:48 +01:00
|
|
|
<property name="text">
|
2010-11-01 21:50:59 +01:00
|
|
|
<string>Retrieve...</string>
|
2010-11-01 19:15:48 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="5" column="1">
|
2010-11-03 19:46:17 +01:00
|
|
|
<widget class="QLabel" name="BLVersion">
|
|
|
|
<property name="text">
|
|
|
|
<string>BootLoaderVersion</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="5" column="0">
|
2010-11-03 19:46:17 +01:00
|
|
|
<widget class="QLabel" name="fwCRC">
|
|
|
|
<property name="text">
|
|
|
|
<string>fwCRC</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="6" column="1">
|
2010-12-28 22:27:21 +01:00
|
|
|
<widget class="QLabel" name="maxCodeSize">
|
|
|
|
<property name="text">
|
|
|
|
<string>MaxCodeSize</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="7" column="0" colspan="2">
|
2010-12-28 22:27:21 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="statusIcon">
|
|
|
|
<property name="text">
|
|
|
|
<string>ic</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="statusLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Status</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-05-08 00:57:59 +02:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="buildDate">
|
|
|
|
<property name="text">
|
|
|
|
<string>Compile Date</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="commitTag">
|
|
|
|
<property name="text">
|
|
|
|
<string>Commit tag:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-01 19:15:48 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|