]> git.sesse.net Git - kdenlive/blob - src/widgets/unicodewidget_ui.ui
Change invalid dialog message.
[kdenlive] / src / widgets / unicodewidget_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>UnicodeWidget_UI</class>
4  <widget class="QWidget" name="UnicodeWidget_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>484</width>
10     <height>286</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         <property name="spacing">
168          <number>0</number>
169         </property>
170         <item>
171          <widget class="QToolButton" name="arrowUp">
172           <property name="sizePolicy">
173            <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
174             <horstretch>0</horstretch>
175             <verstretch>0</verstretch>
176            </sizepolicy>
177           </property>
178           <property name="maximumSize">
179            <size>
180             <width>16777215</width>
181             <height>18</height>
182            </size>
183           </property>
184           <property name="text">
185            <string>...</string>
186           </property>
187           <property name="autoRaise">
188            <bool>true</bool>
189           </property>
190           <property name="arrowType">
191            <enum>Qt::UpArrow</enum>
192           </property>
193          </widget>
194         </item>
195         <item>
196          <widget class="QToolButton" name="arrowDown">
197           <property name="sizePolicy">
198            <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
199             <horstretch>0</horstretch>
200             <verstretch>0</verstretch>
201            </sizepolicy>
202           </property>
203           <property name="maximumSize">
204            <size>
205             <width>16777215</width>
206             <height>18</height>
207            </size>
208           </property>
209           <property name="text">
210            <string>...</string>
211           </property>
212           <property name="autoRaise">
213            <bool>true</bool>
214           </property>
215           <property name="arrowType">
216            <enum>Qt::DownArrow</enum>
217           </property>
218          </widget>
219         </item>
220        </layout>
221       </item>
222      </layout>
223     </widget>
224    </item>
225    <item row="1" column="0">
226     <widget class="QFrame" name="frame_2">
227      <property name="sizePolicy">
228       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
229        <horstretch>0</horstretch>
230        <verstretch>0</verstretch>
231       </sizepolicy>
232      </property>
233      <property name="frameShape">
234       <enum>QFrame::StyledPanel</enum>
235      </property>
236      <property name="frameShadow">
237       <enum>QFrame::Raised</enum>
238      </property>
239      <layout class="QGridLayout" name="gridLayout_3">
240       <item row="0" column="0">
241        <widget class="QLabel" name="label_2">
242         <property name="font">
243          <font>
244           <italic>true</italic>
245          </font>
246         </property>
247         <property name="locale">
248          <locale language="English" country="UnitedStates"/>
249         </property>
250         <property name="text">
251          <string>Additional Information</string>
252         </property>
253        </widget>
254       </item>
255       <item row="1" column="0" colspan="2">
256        <widget class="Line" name="line">
257         <property name="orientation">
258          <enum>Qt::Horizontal</enum>
259         </property>
260        </widget>
261       </item>
262       <item row="2" column="0" colspan="2">
263        <widget class="QTextBrowser" name="labelInfoText">
264         <property name="frameShadow">
265          <enum>QFrame::Plain</enum>
266         </property>
267         <property name="documentTitle">
268          <string notr="true"></string>
269         </property>
270         <property name="readOnly">
271          <bool>true</bool>
272         </property>
273         <property name="openExternalLinks">
274          <bool>true</bool>
275         </property>
276         <property name="openLinks">
277          <bool>true</bool>
278         </property>
279        </widget>
280       </item>
281       <item row="3" column="0" colspan="2">
282        <widget class="Line" name="line_4">
283         <property name="orientation">
284          <enum>Qt::Horizontal</enum>
285         </property>
286        </widget>
287       </item>
288       <item row="4" column="0">
289        <widget class="QLabel" name="unicode_link">
290         <property name="locale">
291          <locale language="English" country="UnitedStates"/>
292         </property>
293         <property name="text">
294          <string/>
295         </property>
296         <property name="wordWrap">
297          <bool>false</bool>
298         </property>
299         <property name="openExternalLinks">
300          <bool>true</bool>
301         </property>
302        </widget>
303       </item>
304       <item row="4" column="1">
305        <spacer name="horizontalSpacer_4">
306         <property name="orientation">
307          <enum>Qt::Horizontal</enum>
308         </property>
309         <property name="sizeHint" stdset="0">
310          <size>
311           <width>43</width>
312           <height>20</height>
313          </size>
314         </property>
315        </spacer>
316       </item>
317      </layout>
318     </widget>
319    </item>
320   </layout>
321  </widget>
322  <resources/>
323  <connections/>
324 </ui>