Now 'Artist name' and 'ArTist Name' is the same for library
[someplayer] / src / playlistdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PlaylistDialog</class>
4  <widget class="QDialog" name="PlaylistDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>592</width>
10     <height>361</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</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="QListView" name="listView">
25      <property name="editTriggers">
26       <set>QAbstractItemView::NoEditTriggers</set>
27      </property>
28      <property name="selectionMode">
29       <enum>QAbstractItemView::MultiSelection</enum>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <widget class="QDialogButtonBox" name="buttonBox">
35      <property name="orientation">
36       <enum>Qt::Horizontal</enum>
37      </property>
38      <property name="standardButtons">
39       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
40      </property>
41     </widget>
42    </item>
43   </layout>
44  </widget>
45  <resources/>
46  <connections>
47   <connection>
48    <sender>buttonBox</sender>
49    <signal>accepted()</signal>
50    <receiver>PlaylistDialog</receiver>
51    <slot>accept()</slot>
52    <hints>
53     <hint type="sourcelabel">
54      <x>248</x>
55      <y>254</y>
56     </hint>
57     <hint type="destinationlabel">
58      <x>157</x>
59      <y>274</y>
60     </hint>
61    </hints>
62   </connection>
63   <connection>
64    <sender>buttonBox</sender>
65    <signal>rejected()</signal>
66    <receiver>PlaylistDialog</receiver>
67    <slot>reject()</slot>
68    <hints>
69     <hint type="sourcelabel">
70      <x>316</x>
71      <y>260</y>
72     </hint>
73     <hint type="destinationlabel">
74      <x>286</x>
75      <y>274</y>
76     </hint>
77    </hints>
78   </connection>
79  </connections>
80 </ui>