]> git.sesse.net Git - kdenlive/blob - src/widgets/unicodedialog_ui.ui
Fix some strings that broke the translation tools (non unicode characters in the...
[kdenlive] / src / widgets / unicodedialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>UnicodeDialog_UI</class>
4  <widget class="QDialog" name="UnicodeDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>478</width>
10     <height>271</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Enter Unicode value</string>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <item row="0" column="0">
24     <widget class="QFrame" name="frame">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="frameShape">
32       <enum>QFrame::StyledPanel</enum>
33      </property>
34      <property name="frameShadow">
35       <enum>QFrame::Raised</enum>
36      </property>
37      <layout class="QGridLayout" name="gridLayout_2">
38       <item row="0" column="0">
39        <widget class="QLabel" name="label">
40         <property name="sizePolicy">
41          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
42           <horstretch>0</horstretch>
43           <verstretch>0</verstretch>
44          </sizepolicy>
45         </property>
46         <property name="font">
47          <font>
48           <pointsize>15</pointsize>
49          </font>
50         </property>
51         <property name="text">
52          <string notr="true">U+</string>
53         </property>
54        </widget>
55       </item>
56       <item row="0" column="4">
57        <spacer name="horizontalSpacer">
58         <property name="orientation">
59          <enum>Qt::Horizontal</enum>
60         </property>
61         <property name="sizeHint" stdset="0">
62          <size>
63           <width>40</width>
64           <height>20</height>
65          </size>
66         </property>
67        </spacer>
68       </item>
69       <item row="0" column="7">
70        <widget class="QLabel" name="unicodeChar">
71         <property name="sizePolicy">
72          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
73           <horstretch>0</horstretch>
74           <verstretch>0</verstretch>
75          </sizepolicy>
76         </property>
77         <property name="font">
78          <font>
79           <pointsize>15</pointsize>
80          </font>
81         </property>
82         <property name="text">
83          <string notr="true"/>
84         </property>
85        </widget>
86       </item>
87       <item row="0" column="10">
88        <spacer name="horizontalSpacer_2">
89         <property name="orientation">
90          <enum>Qt::Horizontal</enum>
91         </property>
92         <property name="sizeHint" stdset="0">
93          <size>
94           <width>40</width>
95           <height>20</height>
96          </size>
97         </property>
98        </spacer>
99       </item>
100       <item row="0" column="11">
101        <spacer name="horizontalSpacer_3">
102         <property name="orientation">
103          <enum>Qt::Horizontal</enum>
104         </property>
105         <property name="sizeHint" stdset="0">
106          <size>
107           <width>40</width>
108           <height>20</height>
109          </size>
110         </property>
111        </spacer>
112       </item>
113       <item row="0" column="1">
114        <widget class="QLineEdit" name="unicodeNumber">
115         <property name="sizePolicy">
116          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
117           <horstretch>0</horstretch>
118           <verstretch>0</verstretch>
119          </sizepolicy>
120         </property>
121         <property name="font">
122          <font>
123           <pointsize>15</pointsize>
124          </font>
125         </property>
126         <property name="inputMask">
127          <string notr="true"/>
128         </property>
129         <property name="text">
130          <string notr="true"/>
131         </property>
132         <property name="maxLength">
133          <number>7</number>
134         </property>
135        </widget>
136       </item>
137       <item row="0" column="8">
138        <widget class="Line" name="lineRight">
139         <property name="orientation">
140          <enum>Qt::Vertical</enum>
141         </property>
142        </widget>
143       </item>
144       <item row="0" column="6">
145        <widget class="Line" name="lineLeft">
146         <property name="orientation">
147          <enum>Qt::Vertical</enum>
148         </property>
149        </widget>
150       </item>
151       <item row="0" column="5">
152        <widget class="QLabel" name="leftChars">
153         <property name="text">
154          <string notr="true"/>
155         </property>
156        </widget>
157       </item>
158       <item row="0" column="9">
159        <widget class="QLabel" name="rightChars">
160         <property name="text">
161          <string notr="true"/>
162         </property>
163        </widget>
164       </item>
165       <item row="0" column="2">
166        <layout class="QVBoxLayout" name="verticalLayout_5">
167         <item>
168          <widget class="KArrowButton" name="arrowUp"/>
169         </item>
170         <item>
171          <widget class="KArrowButton" name="arrowDown">
172           <property name="arrowType" stdset="0">
173            <number>2</number>
174           </property>
175          </widget>
176         </item>
177        </layout>
178       </item>
179      </layout>
180     </widget>
181    </item>
182    <item row="1" column="0">
183     <widget class="QFrame" name="frame_2">
184      <property name="sizePolicy">
185       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
186        <horstretch>0</horstretch>
187        <verstretch>0</verstretch>
188       </sizepolicy>
189      </property>
190      <property name="frameShape">
191       <enum>QFrame::StyledPanel</enum>
192      </property>
193      <property name="frameShadow">
194       <enum>QFrame::Raised</enum>
195      </property>
196      <layout class="QGridLayout" name="gridLayout_3">
197       <item row="0" column="0">
198        <widget class="QLabel" name="label_2">
199         <property name="font">
200          <font>
201           <italic>true</italic>
202          </font>
203         </property>
204         <property name="locale">
205          <locale language="English" country="UnitedStates"/>
206         </property>
207         <property name="text">
208          <string>Additional Information</string>
209         </property>
210        </widget>
211       </item>
212       <item row="1" column="0" colspan="2">
213        <widget class="Line" name="line">
214         <property name="orientation">
215          <enum>Qt::Horizontal</enum>
216         </property>
217        </widget>
218       </item>
219       <item row="2" column="0" colspan="2">
220        <widget class="QTextBrowser" name="labelInfoText">
221         <property name="frameShadow">
222          <enum>QFrame::Plain</enum>
223         </property>
224         <property name="documentTitle">
225          <string notr="true"/>
226         </property>
227         <property name="readOnly">
228          <bool>true</bool>
229         </property>
230         <property name="openExternalLinks">
231          <bool>true</bool>
232         </property>
233         <property name="openLinks">
234          <bool>true</bool>
235         </property>
236        </widget>
237       </item>
238       <item row="3" column="0" colspan="2">
239        <widget class="Line" name="line_4">
240         <property name="orientation">
241          <enum>Qt::Horizontal</enum>
242         </property>
243        </widget>
244       </item>
245       <item row="4" column="0">
246        <widget class="QLabel" name="label_6">
247         <property name="locale">
248          <locale language="English" country="UnitedStates"/>
249         </property>
250         <property name="text">
251          <string>Information about unicode characters: &lt;a href=&quot;http://decodeunicode.org&quot;&gt;http://decodeunicode.org&lt;/a&gt;</string>
252         </property>
253         <property name="wordWrap">
254          <bool>false</bool>
255         </property>
256         <property name="openExternalLinks">
257          <bool>true</bool>
258         </property>
259        </widget>
260       </item>
261       <item row="4" column="1">
262        <spacer name="horizontalSpacer_4">
263         <property name="orientation">
264          <enum>Qt::Horizontal</enum>
265         </property>
266         <property name="sizeHint" stdset="0">
267          <size>
268           <width>43</width>
269           <height>20</height>
270          </size>
271         </property>
272        </spacer>
273       </item>
274      </layout>
275     </widget>
276    </item>
277   </layout>
278  </widget>
279  <customwidgets>
280   <customwidget>
281    <class>KArrowButton</class>
282    <extends>QPushButton</extends>
283    <header>karrowbutton.h</header>
284   </customwidget>
285  </customwidgets>
286  <resources/>
287  <connections/>
288 </ui>