<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ShutdownDeviceClass</class>
|
<widget class="QWidget" name="ShutdownDeviceClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>309</width>
|
<height>106</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>ShutdownDevice</string>
|
</property>
|
<widget class="QPushButton" name="pushButton_sure">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>50</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Sure</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>20</y>
|
<width>191</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Sure to shut down device ?</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_cancel">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>50</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Cancel</string>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|