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

221 lines
5.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>qSettings</class>
<widget class="QWidget" name="qSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>491</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QFrame" name="minTrayFrame">
<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="QLabel" name="minTrayLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>191</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Minimize to tray</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>150</x>
<y>80</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="minTrayLayout"/>
</widget>
<widget class="QLabel" name="minTrayDescLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>191</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 7.5pt &quot;Rubik&quot;;
color: rgb(168, 168, 168);</string>
</property>
<property name="text">
<string>When enabled the application will be minimized to system tray instead of taskBar. Use tray's icon context menu to show or control application</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QFrame" name="driverFrame">
<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="QLabel" name="driverLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>191</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Driver</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="driverDescLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>191</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 7.5pt &quot;Rubik&quot;;
color: rgb(168, 168, 168);</string>
</property>
<property name="text">
<string>LibusbK driver is required to communicate with the Nintendo Switch (RCM).</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="installDriverButton">
<property name="geometry">
<rect>
<x>120</x>
<y>80</y>
<width>80</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Install driver</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="PkgmFrame">
<property name="geometry">
<rect>
<x>20</x>
<y>150</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="QLabel" name="PkgmLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>191</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Packages Manager</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="PkgmDescLbl">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>191</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 7.5pt &quot;Rubik&quot;;
color: rgb(168, 168, 168);</string>
</property>
<property name="text">
<string>Update &amp; manage your packages (Hekate, AMS, payloads, tools, ...)</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="packagesButton">
<property name="geometry">
<rect>
<x>120</x>
<y>80</y>
<width>80</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Packages</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>