Version 1.3.5
[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     </widget>
33    </item>
34    <item>
35     <layout class="QHBoxLayout" name="horizontalLayout">
36      <item>
37       <widget class="QLabel" name="label_2">
38        <property name="text">
39         <string>New: </string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QLineEdit" name="lineEdit"/>
45      </item>
46      <item>
47       <widget class="QDialogButtonBox" name="buttonBox">
48        <property name="sizePolicy">
49         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
50          <horstretch>0</horstretch>
51          <verstretch>0</verstretch>
52         </sizepolicy>
53        </property>
54        <property name="minimumSize">
55         <size>
56          <width>150</width>
57          <height>0</height>
58         </size>
59        </property>
60        <property name="orientation">
61         <enum>Qt::Horizontal</enum>
62        </property>
63        <property name="standardButtons">
64         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65        </property>
66       </widget>
67      </item>
68     </layout>
69    </item>
70   </layout>
71  </widget>
72  <resources/>
73  <connections>
74   <connection>
75    <sender>buttonBox</sender>
76    <signal>accepted()</signal>
77    <receiver>SavePlaylistDialog</receiver>
78    <slot>accept()</slot>
79    <hints>
80     <hint type="sourcelabel">
81      <x>248</x>
82      <y>254</y>
83     </hint>
84     <hint type="destinationlabel">
85      <x>157</x>
86      <y>274</y>
87     </hint>
88    </hints>
89   </connection>
90   <connection>
91    <sender>buttonBox</sender>
92    <signal>rejected()</signal>
93    <receiver>SavePlaylistDialog</receiver>
94    <slot>reject()</slot>
95    <hints>
96     <hint type="sourcelabel">
97      <x>316</x>
98      <y>260</y>
99     </hint>
100     <hint type="destinationlabel">
101      <x>286</x>
102      <y>274</y>
103     </hint>
104    </hints>
105   </connection>
106  </connections>
107 </ui>