TegraRcmGUI/qhekate.ui
2020-12-11 12:46:53 +01:00

148 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>qHekate</class>
<widget class="QWidget" name="qHekate">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<height>380</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QFrame" name="umsFrame">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>461</width>
<height>101</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="umsTitleLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>311</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>USB Mass Storage quick launch</string>
</property>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>441</width>
<height>61</height>
</rect>
</property>
<layout class="QGridLayout" name="umsLayout"/>
</widget>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>461</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="headerLayout"/>
</widget>
<widget class="QFrame" name="configFrame">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>461</width>
<height>181</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="configTitleLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Hekate's configs:</string>
</property>
</widget>
<widget class="QWidget" name="gridLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>441</width>
<height>31</height>
</rect>
</property>
<layout class="QGridLayout" name="configLayout"/>
</widget>
<widget class="QComboBox" name="configComboBox">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>211</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QTableWidget" name="hconfigTableWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>441</width>
<height>91</height>
</rect>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>18</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>18</number>
</attribute>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>