2cf6ba01afaed882e4553fd552db497a0afb71e1
[vlc-remote] / AboutDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
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="QDialogButtonBox" name="buttonBox">
19      <property name="orientation">
20       <enum>Qt::Horizontal</enum>
21      </property>
22      <property name="standardButtons">
23       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
24      </property>
25     </widget>
26    </item>
27   </layout>
28  </widget>
29  <resources/>
30  <connections>
31   <connection>
32    <sender>buttonBox</sender>
33    <signal>accepted()</signal>
34    <receiver>Dialog</receiver>
35    <slot>accept()</slot>
36    <hints>
37     <hint type="sourcelabel">
38      <x>248</x>
39      <y>254</y>
40     </hint>
41     <hint type="destinationlabel">
42      <x>157</x>
43      <y>274</y>
44     </hint>
45    </hints>
46   </connection>
47   <connection>
48    <sender>buttonBox</sender>
49    <signal>rejected()</signal>
50    <receiver>Dialog</receiver>
51    <slot>reject()</slot>
52    <hints>
53     <hint type="sourcelabel">
54      <x>316</x>
55      <y>260</y>
56     </hint>
57     <hint type="destinationlabel">
58      <x>286</x>
59      <y>274</y>
60     </hint>
61    </hints>
62   </connection>
63  </connections>
64 </ui>