show config at the launch of application.
[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>Accounts</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       <layout class="QHBoxLayout" name="horizontalLayout_2"/>
57      </item>
58      <item>
59       <spacer name="verticalSpacer">
60        <property name="orientation">
61         <enum>Qt::Vertical</enum>
62        </property>
63        <property name="sizeHint" stdset="0">
64         <size>
65          <width>20</width>
66          <height>40</height>
67         </size>
68        </property>
69       </spacer>
70      </item>
71      <item>
72       <widget class="QPushButton" name="useButton">
73        <property name="enabled">
74         <bool>false</bool>
75        </property>
76        <property name="text">
77         <string>Use</string>
78        </property>
79       </widget>
80      </item>
81     </layout>
82    </item>
83   </layout>
84  </widget>
85  <resources/>
86  <connections/>
87 </ui>