1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-25 03:32:05 +00:00
TegraRcmGUI/qpayload.ui
eliboa 44c4a7fb0d driver install
settings tab
autoRCM tool
2020-06-27 17:51:01 +02:00

285 lines
7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QPayloadWidget</class>
<widget class="QWidget" name="QPayloadWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>496</width>
<height>380</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QTableView" name="payload_tableView">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>360</width>
<height>145</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DropOnly</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::MoveAction</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
<widget class="QFrame" name="payloadFrame">
<property name="geometry">
<rect>
<x>20</x>
<y>35</y>
<width>421</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="browsePayloadBtn">
<property name="geometry">
<rect>
<x>340</x>
<y>10</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Browse</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>50</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt &quot;Calibri&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Path:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>270</x>
<y>46</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt &quot;Calibri&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Auto inject:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>360</x>
<y>40</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout"/>
</widget>
<widget class="QPushButton" name="injectPayloadBtn">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>101</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>INJECT PAYLOAD</string>
</property>
</widget>
<widget class="QLineEdit" name="payload_path">
<property name="geometry">
<rect>
<x>55</x>
<y>10</y>
<width>281</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="payloadBtnStatusLbl">
<property name="geometry">
<rect>
<x>120</x>
<y>45</y>
<width>131</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt &quot;Calibri&quot;;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QLabel" name="payloadPathLbl">
<property name="geometry">
<rect>
<x>20</x>
<y>15</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 11pt &quot;Calibri&quot;;
</string>
</property>
<property name="text">
<string>Payload selection:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="addFavoriteBtn">
<property name="geometry">
<rect>
<x>390</x>
<y>150</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="qresources.qrc">
<normaloff>:/res/add.ico</normaloff>:/res/add.ico</iconset>
</property>
</widget>
<widget class="QPushButton" name="deleteFavoriteBtn">
<property name="geometry">
<rect>
<x>390</x>
<y>190</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="qresources.qrc">
<normaloff>:/res/delete.ico</normaloff>:/res/delete.ico</iconset>
</property>
</widget>
<widget class="QLabel" name="favoritesLbl">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>120</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 11pt &quot;Calibri&quot;;
</string>
</property>
<property name="text">
<string>Favorites:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<zorder>payload_tableView</zorder>
<zorder>payloadFrame</zorder>
<zorder>addFavoriteBtn</zorder>
<zorder>deleteFavoriteBtn</zorder>
<zorder>favoritesLbl</zorder>
<zorder>payloadPathLbl</zorder>
</widget>
<resources>
<include location="qresources.qrc"/>
</resources>
<connections/>
</ui>