6ae1aee587f156860463367bcefc6e39d1c97bed
[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>Enqueue</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="menuMenu">
59     <property name="title">
60      <string>menu</string>
61     </property>
62    </widget>
63    <addaction name="actionGoUserHome"/>
64    <addaction name="actionGoHome"/>
65    <addaction name="actionSetHome"/>
66    <addaction name="actionViewFavourites"/>
67    <addaction name="actionSetFavourite"/>
68   </widget>
69   <action name="actionGoUserHome">
70    <property name="text">
71     <string>User Folder</string>
72    </property>
73   </action>
74   <action name="actionGoHome">
75    <property name="text">
76     <string>Home</string>
77    </property>
78   </action>
79   <action name="actionSetHome">
80    <property name="text">
81     <string>Set as Home</string>
82    </property>
83   </action>
84   <action name="actionViewFavourites">
85    <property name="text">
86     <string>Favourites</string>
87    </property>
88   </action>
89   <action name="actionSetFavourite">
90    <property name="text">
91     <string>Add to Favourite</string>
92    </property>
93   </action>
94  </widget>
95  <resources/>
96  <connections/>
97 </ui>