Add mce-dev into control build templates for dbus support
[vlc-remote] / src / 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>798</width>
10     <height>598</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     </item>
21     <item>
22      <layout class="QHBoxLayout" name="horizontalLayout">
23       <item>
24        <widget class="QPushButton" name="playButton">
25         <property name="text">
26          <string>Play</string>
27         </property>
28        </widget>
29       </item>
30       <item>
31        <widget class="QPushButton" name="addButton">
32         <property name="text">
33          <string>Enqueue</string>
34         </property>
35        </widget>
36       </item>
37       <item>
38        <widget class="QPushButton" name="browseButton">
39         <property name="text">
40          <string>Browse</string>
41         </property>
42        </widget>
43       </item>
44      </layout>
45     </item>
46    </layout>
47   </widget>
48   <widget class="QMenuBar" name="menubar">
49    <property name="geometry">
50     <rect>
51      <x>0</x>
52      <y>0</y>
53      <width>798</width>
54      <height>20</height>
55     </rect>
56    </property>
57    <addaction name="actionGoUserHome"/>
58    <addaction name="actionGoHome"/>
59    <addaction name="actionSetHome"/>
60    <addaction name="actionViewFavourites"/>
61    <addaction name="actionSetFavourite"/>
62   </widget>
63   <action name="actionGoUserHome">
64    <property name="text">
65     <string>User Folder</string>
66    </property>
67   </action>
68   <action name="actionGoHome">
69    <property name="text">
70     <string>Home</string>
71    </property>
72   </action>
73   <action name="actionSetHome">
74    <property name="text">
75     <string>Set as Home</string>
76    </property>
77   </action>
78   <action name="actionViewFavourites">
79    <property name="text">
80     <string>Favourites</string>
81    </property>
82   </action>
83   <action name="actionSetFavourite">
84    <property name="text">
85     <string>Add to Favourites</string>
86    </property>
87   </action>
88  </widget>
89  <resources/>
90  <connections/>
91 </ui>