test
[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>442</width>
10     <height>304</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 border=&quot;0&quot; 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;
29 &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;Be sure  you have properly configured Vlc&lt;/p&gt;
30 &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; and allows connection by adding this IP in /vlc/http/.hosts&lt;/p&gt;
31 &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;More information on my blog : &lt;a href=&quot;http://omedsoft.blogspot.com/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;omed.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
32      </property>
33     </widget>
34    </item>
35    <item>
36     <widget class="QLineEdit" name="lineEdit"/>
37    </item>
38    <item>
39     <widget class="QDialogButtonBox" name="buttonBox">
40      <property name="orientation">
41       <enum>Qt::Horizontal</enum>
42      </property>
43      <property name="standardButtons">
44       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
45      </property>
46     </widget>
47    </item>
48   </layout>
49  </widget>
50  <resources/>
51  <connections>
52   <connection>
53    <sender>buttonBox</sender>
54    <signal>rejected()</signal>
55    <receiver>ConfigDialog</receiver>
56    <slot>reject()</slot>
57    <hints>
58     <hint type="sourcelabel">
59      <x>295</x>
60      <y>284</y>
61     </hint>
62     <hint type="destinationlabel">
63      <x>286</x>
64      <y>274</y>
65     </hint>
66    </hints>
67   </connection>
68  </connections>
69 </ui>