Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote
[vlc-remote] / aboutdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AboutDialog</class>
4  <widget class="QDialog" name="AboutDialog">
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">
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;OMed &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;Application by Sacha schutz &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;istdasklar@gmail.com&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;&lt;a href=&quot;http://omedsoft.blogspot.com/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://omedsoft.blogspot.com/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
31      </property>
32     </widget>
33    </item>
34    <item>
35     <widget class="QDialogButtonBox" name="buttonBox">
36      <property name="orientation">
37       <enum>Qt::Horizontal</enum>
38      </property>
39      <property name="standardButtons">
40       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
41      </property>
42     </widget>
43    </item>
44   </layout>
45  </widget>
46  <resources/>
47  <connections>
48   <connection>
49    <sender>buttonBox</sender>
50    <signal>accepted()</signal>
51    <receiver>AboutDialog</receiver>
52    <slot>accept()</slot>
53    <hints>
54     <hint type="sourcelabel">
55      <x>248</x>
56      <y>254</y>
57     </hint>
58     <hint type="destinationlabel">
59      <x>157</x>
60      <y>274</y>
61     </hint>
62    </hints>
63   </connection>
64   <connection>
65    <sender>buttonBox</sender>
66    <signal>rejected()</signal>
67    <receiver>AboutDialog</receiver>
68    <slot>reject()</slot>
69    <hints>
70     <hint type="sourcelabel">
71      <x>316</x>
72      <y>260</y>
73     </hint>
74     <hint type="destinationlabel">
75      <x>286</x>
76      <y>274</y>
77     </hint>
78    </hints>
79   </connection>
80  </connections>
81 </ui>