]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/yesnocanceldialog.ui
Localized the stings inside the .ui and update the po files.
[vlc] / modules / gui / qt4 / ui / yesnocanceldialog.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>YesNoCancelDialog</class>
6  <widget class="QWidget" name="YesNoCancelDialog" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>400</width>
12     <height>122</height>
13    </rect>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <widget class="QLabel" name="description" >
24      <property name="text" >
25       <string/>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <layout class="QHBoxLayout" >
31      <property name="margin" >
32       <number>0</number>
33      </property>
34      <property name="spacing" >
35       <number>6</number>
36      </property>
37      <item>
38       <spacer>
39        <property name="orientation" >
40         <enum>Qt::Horizontal</enum>
41        </property>
42        <property name="sizeHint" >
43         <size>
44          <width>40</width>
45          <height>20</height>
46         </size>
47        </property>
48       </spacer>
49      </item>
50      <item>
51       <widget class="QPushButton" name="yesButton" >
52        <property name="text" >
53         <string>_("Yes")</string>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QPushButton" name="noButton" >
59        <property name="text" >
60         <string>_("No")</string>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <widget class="QPushButton" name="cancelButton" >
66        <property name="text" >
67         <string>_("Cancel")</string>
68        </property>
69       </widget>
70      </item>
71     </layout>
72    </item>
73   </layout>
74  </widget>
75  <pixmapfunction></pixmapfunction>
76  <resources/>
77  <connections/>
78 </ui>