1
0
mirror of https://github.com/JvanKatwijk/dab-cmdline synced 2025-10-06 08:02:52 +02:00
Files
2017-09-27 12:58:08 +02:00

69 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>widget</class>
<widget class="QDialog" name="widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>230</width>
<height>195</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="connectButton">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>131</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>connect</string>
</property>
</widget>
<widget class="QLineEdit" name="hostLineEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>131</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="state">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="terminateButton">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>quit</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>