143 lines
2.9 KiB
XML
143 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SWShutdownControl</class>
|
|
<widget class="QWidget" name="SWShutdownControl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>255</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<widget class="SWDialButton" name="_buttonExit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>90</y>
|
|
<width>161</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string>01</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton:hover
|
|
{
|
|
border-color: white;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="raDIYo.qrc">
|
|
<normaloff>:/images/radiyo.halt.png</normaloff>:/images/radiyo.halt.png</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>166</width>
|
|
<height>167</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
<widget class="SWDialButton" name="_buttonReboot">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>380</x>
|
|
<y>100</y>
|
|
<width>200</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Selznick Remix NF</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="toolTipDuration">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string>02</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
color:rgb(234,234,234);
|
|
border: 2px solid gray;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
QPushButton:hover
|
|
{
|
|
border-color: white;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>reboot '%0'</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="SWDialButton" name="_buttonShutdown">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>380</x>
|
|
<y>180</y>
|
|
<width>200</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Selznick Remix NF</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="toolTipDuration">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string>03</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
color:rgb(234,234,234);
|
|
border: 2px solid gray;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
QPushButton:hover
|
|
{
|
|
border-color: white;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>halt '%0'</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SWDialButton</class>
|
|
<extends>QPushButton</extends>
|
|
<header>swdialbutton.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="raDIYo.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|