add missing ui file
[vlc-remote] / configdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigDialog</class>
4  <widget class="QDialog" name="ConfigDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="label_2">
19      <property name="text">
20       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
21 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
22 p, li { white-space: pre-wrap; }
23 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:14pt; font-weight:400; font-style:normal;&quot;&gt;
24 &lt;table style=&quot;-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;&quot;&gt;
25 &lt;tr&gt;
26 &lt;td style=&quot;border: none;&quot;&gt;
27 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Enter IP of VLC server.  &lt;/p&gt;
28 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Example : &lt;span style=&quot; font-weight:600;&quot;&gt;192.168.0.8:8080&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <widget class="QLineEdit" name="lineEdit"/>
34    </item>
35    <item>
36     <widget class="QDialogButtonBox" name="buttonBox">
37      <property name="orientation">
38       <enum>Qt::Horizontal</enum>
39      </property>
40      <property name="standardButtons">
41       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
42      </property>
43     </widget>
44    </item>
45   </layout>
46  </widget>
47  <resources/>
48  <connections>
49   <connection>
50    <sender>buttonBox</sender>
51    <signal>rejected()</signal>
52    <receiver>ConfigDialog</receiver>
53    <slot>reject()</slot>
54    <hints>
55     <hint type="sourcelabel">
56      <x>295</x>
57      <y>284</y>
58     </hint>
59     <hint type="destinationlabel">
60      <x>286</x>
61      <y>274</y>
62     </hint>
63    </hints>
64   </connection>
65  </connections>
66 </ui>