Update async methods! Now valid ip is detected
[vlc-remote] / scanipdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ScanIPDialog</class>
4  <widget class="QDialog" name="ScanIPDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>422</width>
10     <height>360</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_2">
19      <item>
20       <layout class="QGridLayout" name="gridLayout">
21        <item row="0" column="0">
22         <widget class="QLabel" name="label">
23          <property name="text">
24           <string>name</string>
25          </property>
26         </widget>
27        </item>
28        <item row="0" column="1">
29         <widget class="QLineEdit" name="lineEdit"/>
30        </item>
31        <item row="1" column="0">
32         <widget class="QLabel" name="label_2">
33          <property name="text">
34           <string>IP</string>
35          </property>
36         </widget>
37        </item>
38        <item row="1" column="1">
39         <widget class="QLineEdit" name="lineEdit_2"/>
40        </item>
41       </layout>
42      </item>
43      <item>
44       <widget class="QListWidget" name="listWidget"/>
45      </item>
46     </layout>
47    </item>
48    <item>
49     <layout class="QHBoxLayout" name="horizontalLayout">
50      <item>
51       <widget class="QPushButton" name="pushButton_2">
52        <property name="text">
53         <string>Scan</string>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <spacer name="horizontalSpacer">
59        <property name="orientation">
60         <enum>Qt::Horizontal</enum>
61        </property>
62        <property name="sizeHint" stdset="0">
63         <size>
64          <width>40</width>
65          <height>20</height>
66         </size>
67        </property>
68       </spacer>
69      </item>
70      <item>
71       <widget class="QPushButton" name="pushButton">
72        <property name="text">
73         <string>Done</string>
74        </property>
75       </widget>
76      </item>
77     </layout>
78    </item>
79   </layout>
80  </widget>
81  <resources/>
82  <connections/>
83 </ui>