119 lines
2.6 KiB
XML
119 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogPowerButton</class>
|
|
<widget class="QDialog" name="DialogPowerButton">
|
|
<property name="windowModality">
|
|
<enum>Qt::ApplicationModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>500</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QDialog
|
|
{
|
|
background: transparent;
|
|
border: 2px white;
|
|
}</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame_background">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>500</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_background
|
|
{
|
|
background: none;
|
|
background-color: white;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton_shutdown">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>220</y>
|
|
<width>89</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Shutdown</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_cancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>160</y>
|
|
<width>89</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_restart">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>160</y>
|
|
<width>89</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Restart</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Info">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>40</y>
|
|
<width>501</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: black;
|
|
|
|
qproperty-alignment: 'AlignHCenter | AlignVCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Restart ?</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|