3a7adddde47062763439e1e6e9f832a488350d3b
[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       <property name="text">
21        <string>test</string>
22       </property>
23      </item>
24     </widget>
25    </item>
26    <item>
27     <layout class="QVBoxLayout" name="verticalLayout">
28      <item>
29       <widget class="QPushButton" name="addButton">
30        <property name="text">
31         <string>Add</string>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <widget class="QPushButton" name="editButton">
37        <property name="enabled">
38         <bool>false</bool>
39        </property>
40        <property name="text">
41         <string>Edit</string>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QPushButton" name="remButton">
47        <property name="enabled">
48         <bool>false</bool>
49        </property>
50        <property name="text">
51         <string>Remove</string>
52        </property>
53       </widget>
54      </item>
55      <item>
56       <spacer name="verticalSpacer">
57        <property name="orientation">
58         <enum>Qt::Vertical</enum>
59        </property>
60        <property name="sizeHint" stdset="0">
61         <size>
62          <width>20</width>
63          <height>40</height>
64         </size>
65        </property>
66       </spacer>
67      </item>
68     </layout>
69    </item>
70   </layout>
71  </widget>
72  <resources/>
73  <connections/>
74 </ui>