Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote
[vlc-remote] / accountdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AccountDialog</class>
4  <widget class="QDialog" name="AccountDialog">
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="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <widget class="QListWidget" name="listWidget"/>
19    </item>
20    <item>
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <item>
23       <widget class="QPushButton" name="addButton">
24        <property name="text">
25         <string>Add</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QPushButton" name="editButton">
31        <property name="text">
32         <string>Edit</string>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <widget class="QPushButton" name="remButton">
38        <property name="text">
39         <string>Remove</string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <spacer name="verticalSpacer">
45        <property name="orientation">
46         <enum>Qt::Vertical</enum>
47        </property>
48        <property name="sizeHint" stdset="0">
49         <size>
50          <width>20</width>
51          <height>40</height>
52         </size>
53        </property>
54       </spacer>
55      </item>
56     </layout>
57    </item>
58   </layout>
59  </widget>
60  <resources/>
61  <connections/>
62 </ui>