Added D-Bus support
[someplayer] / src / ui / saveplaylistdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SavePlaylistDialog</class>
4  <widget class="QDialog" name="SavePlaylistDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Save playlist</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <property name="spacing">
18     <number>0</number>
19    </property>
20    <property name="margin">
21     <number>0</number>
22    </property>
23    <item>
24     <widget class="QLabel" name="label">
25      <property name="text">
26       <string>Existed playlists:</string>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QListWidget" name="listWidget"/>
32    </item>
33    <item>
34     <layout class="QHBoxLayout" name="horizontalLayout">
35      <item>
36       <widget class="QLabel" name="label_2">
37        <property name="text">
38         <string>New: </string>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QLineEdit" name="lineEdit"/>
44      </item>
45      <item>
46       <widget class="QDialogButtonBox" name="buttonBox">
47        <property name="sizePolicy">
48         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
49          <horstretch>0</horstretch>
50          <verstretch>0</verstretch>
51         </sizepolicy>
52        </property>
53        <property name="minimumSize">
54         <size>
55          <width>150</width>
56          <height>0</height>
57         </size>
58        </property>
59        <property name="orientation">
60         <enum>Qt::Horizontal</enum>
61        </property>
62        <property name="standardButtons">
63         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
64        </property>
65       </widget>
66      </item>
67     </layout>
68    </item>
69   </layout>
70  </widget>
71  <resources/>
72  <connections>
73   <connection>
74    <sender>buttonBox</sender>
75    <signal>accepted()</signal>
76    <receiver>SavePlaylistDialog</receiver>
77    <slot>accept()</slot>
78    <hints>
79     <hint type="sourcelabel">
80      <x>248</x>
81      <y>254</y>
82     </hint>
83     <hint type="destinationlabel">
84      <x>157</x>
85      <y>274</y>
86     </hint>
87    </hints>
88   </connection>
89   <connection>
90    <sender>buttonBox</sender>
91    <signal>rejected()</signal>
92    <receiver>SavePlaylistDialog</receiver>
93    <slot>reject()</slot>
94    <hints>
95     <hint type="sourcelabel">
96      <x>316</x>
97      <y>260</y>
98     </hint>
99     <hint type="destinationlabel">
100      <x>286</x>
101      <y>274</y>
102     </hint>
103    </hints>
104   </connection>
105  </connections>
106 </ui>