mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2025-01-10 03:37:22 -03:00
44c4a7fb0d
settings tab autoRCM tool
199 lines
4.8 KiB
XML
199 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>qTools</class>
|
|
<widget class="QWidget" name="qTools">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>496</width>
|
|
<height>404</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QFrame" name="autoRcmFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>211</width>
|
|
<height>121</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>80</y>
|
|
<width>51</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="autoRcmLayout"/>
|
|
</widget>
|
|
<widget class="QLabel" name="autoRcmTitleLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>191</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Toggle autoRCM</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="autoRcmDescLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>201</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: italic 9pt "Calibri";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>autoRCM is a controlled brick of BOOT0
|
|
partition. Enabling autoRCM will force
|
|
your Switch to boot straight to RCM</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignJustify|Qt::AlignTop</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="autoRcm_warningFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>79</y>
|
|
<width>191</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="autoRcm_warningLbl">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>191</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="genricToolFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>20</y>
|
|
<width>211</width>
|
|
<height>121</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QWidget" name="verticalLayoutWidget_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>80</y>
|
|
<width>51</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="genricToolLayout"/>
|
|
</widget>
|
|
<widget class="QLabel" name="genricToolTitleLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>241</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 11pt "Calibri";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Another Tool:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="genricToolDescLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>201</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: italic 9pt "Calibri";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>blabababla</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="genricToolStateLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>6</x>
|
|
<y>79</y>
|
|
<width>141</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tool state:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|