Last french translation for v0.5 release
[vlc-remote] / favouritesmainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>FavouritesMainWindow</class>
4  <widget class="QMainWindow" name="FavouritesMainWindow">
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_2">
23       <item>
24        <widget class="QLabel" name="label">
25         <property name="text">
26          <string>Name</string>
27         </property>
28        </widget>
29       </item>
30       <item>
31        <widget class="QLineEdit" name="lineEdit"/>
32       </item>
33       <item>
34        <widget class="QPushButton" name="saveButton">
35         <property name="text">
36          <string>Save</string>
37         </property>
38        </widget>
39       </item>
40      </layout>
41     </item>
42     <item>
43      <layout class="QHBoxLayout" name="horizontalLayout">
44       <item>
45        <widget class="QPushButton" name="deleteButton">
46         <property name="text">
47          <string>Delete</string>
48         </property>
49        </widget>
50       </item>
51       <item>
52        <widget class="QPushButton" name="editButton">
53         <property name="text">
54          <string>Edit</string>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <widget class="QPushButton" name="browseButton">
60         <property name="text">
61          <string>Browse</string>
62         </property>
63        </widget>
64       </item>
65      </layout>
66     </item>
67    </layout>
68   </widget>
69   <widget class="QMenuBar" name="menubar">
70    <property name="geometry">
71     <rect>
72      <x>0</x>
73      <y>0</y>
74      <width>798</width>
75      <height>20</height>
76     </rect>
77    </property>
78    <addaction name="actionSetHome"/>
79   </widget>
80   <action name="actionSetHome">
81    <property name="text">
82     <string>Set as Home</string>
83    </property>
84   </action>
85  </widget>
86  <resources/>
87  <connections/>
88 </ui>