Add mce-dev into control build templates for dbus support
[vlc-remote] / src / 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_2">
19      <property name="text">
20       <string/>
21      </property>
22      <property name="pixmap">
23       <pixmap resource="ressources.qrc">:/icons/vlc-remote-logo</pixmap>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <widget class="QLabel" name="label">
29      <property name="text">
30       <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;
31 &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;
32 p, li { white-space: pre-wrap; }
33 &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;
34 &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;
35 &lt;tr&gt;
36 &lt;td style=&quot;border: none;&quot;&gt;
37 &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;span style=&quot; font-weight:600;&quot;&gt;OMed soft - VLC remote &lt;/span&gt;&lt;/p&gt;
38 &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;span style=&quot; font-weight:600;&quot;&gt;Qt 4.6&lt;/span&gt;&lt;/p&gt;
39 &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;Schutz Sacha &amp;lt;istdasklar@gmail.com&amp;gt;&lt;/p&gt;
40 &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;Dru Moore &amp;lt;usr@dru-id.co.uk&amp;gt;&lt;/p&gt;
41 &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;Yann Nave &amp;lt;yannux@onbebop.net&amp;gt;&lt;/p&gt;
42 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
43 &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://vlc-remote.garage.maemo.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;http://vlc-remote.garage.maemo.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
44 &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;
45 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;&quot;&gt;&lt;/p&gt;
46 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;&quot;&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
47      </property>
48     </widget>
49    </item>
50    <item>
51     <widget class="QDialogButtonBox" name="buttonBox">
52      <property name="orientation">
53       <enum>Qt::Horizontal</enum>
54      </property>
55      <property name="standardButtons">
56       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
57      </property>
58     </widget>
59    </item>
60   </layout>
61  </widget>
62  <resources>
63   <include location="ressources.qrc"/>
64  </resources>
65  <connections>
66   <connection>
67    <sender>buttonBox</sender>
68    <signal>accepted()</signal>
69    <receiver>AboutDialog</receiver>
70    <slot>accept()</slot>
71    <hints>
72     <hint type="sourcelabel">
73      <x>248</x>
74      <y>254</y>
75     </hint>
76     <hint type="destinationlabel">
77      <x>157</x>
78      <y>274</y>
79     </hint>
80    </hints>
81   </connection>
82   <connection>
83    <sender>buttonBox</sender>
84    <signal>rejected()</signal>
85    <receiver>AboutDialog</receiver>
86    <slot>reject()</slot>
87    <hints>
88     <hint type="sourcelabel">
89      <x>316</x>
90      <y>260</y>
91     </hint>
92     <hint type="destinationlabel">
93      <x>286</x>
94      <y>274</y>
95     </hint>
96    </hints>
97   </connection>
98  </connections>
99 </ui>