show config at the launch of application.
[vlc-remote] / browsemainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BrowseMainWindow</class>
4  <widget class="QMainWindow" name="BrowseMainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QListWidget" name="listWidget">
20      </widget>
21     </item>
22     <item>
23      <layout class="QHBoxLayout" name="horizontalLayout">
24       <item>
25        <widget class="QPushButton" name="playButton">
26         <property name="text">
27          <string>Play</string>
28         </property>
29        </widget>
30       </item>
31       <item>
32        <widget class="QPushButton" name="addButton">
33         <property name="text">
34          <string>Add to PlayList</string>
35         </property>
36        </widget>
37       </item>
38       <item>
39        <widget class="QPushButton" name="browseButton">
40         <property name="text">
41          <string>Browse</string>
42         </property>
43        </widget>
44       </item>
45      </layout>
46     </item>
47    </layout>
48   </widget>
49   <widget class="QMenuBar" name="menubar">
50    <property name="geometry">
51     <rect>
52      <x>0</x>
53      <y>0</y>
54      <width>800</width>
55      <height>27</height>
56     </rect>
57    </property>
58    <widget class="QMenu" name="menuConfiguration">
59     <property name="title">
60      <string>menu</string>
61     </property>
62     <addaction name="actionConfiguration"/>
63     <addaction name="actionAbout"/>
64    </widget>
65    <addaction name="menuConfiguration"/>
66   </widget>
67   <action name="actionConfiguration">
68    <property name="text">
69     <string>configuration</string>
70    </property>
71   </action>
72   <action name="actionAbout">
73    <property name="text">
74     <string>About</string>
75    </property>
76   </action>
77  </widget>
78  <resources/>
79  <connections/>
80 </ui>