Files
gcs-nf/App/ToolsUI/DlinkMonitor/SerialPortDialog/disconnectdialog.ui
T
2021-06-03 23:01:25 +08:00

75 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>disconnectdialog</class>
<widget class="QDialog" name="disconnectdialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>174</width>
<height>72</height>
</rect>
</property>
<property name="windowTitle">
<string>DisconnectDialog</string>
</property>
<property name="windowIcon">
<iconset resource="../img.qrc">
<normaloff>:/img/icons/link.ico</normaloff>:/img/icons/link.ico</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Disconnect</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../img.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>disconnectdialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>44</x>
<y>35</y>
</hint>
<hint type="destinationlabel">
<x>55</x>
<y>61</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton_2</sender>
<signal>clicked()</signal>
<receiver>disconnectdialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>130</x>
<y>35</y>
</hint>
<hint type="destinationlabel">
<x>133</x>
<y>54</y>
</hint>
</hints>
</connection>
</connections>
</ui>