|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MimeTypesPage</class> |
|
4 <widget class="QWidget" name="MimeTypesPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>480</width> |
|
10 <height>515</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Text Mimetypes</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line9"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QLabel" name="label"> |
|
36 <property name="text"> |
|
37 <string>Files of the mime types configured below are opened in an eric editor (in addition to all 'text' mime types).</string> |
|
38 </property> |
|
39 <property name="wordWrap"> |
|
40 <bool>true</bool> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="E5StringListEditWidget" name="textMimeTypesList" native="true"> |
|
46 <property name="sizePolicy"> |
|
47 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
48 <horstretch>0</horstretch> |
|
49 <verstretch>0</verstretch> |
|
50 </sizepolicy> |
|
51 </property> |
|
52 <property name="focusPolicy"> |
|
53 <enum>Qt::WheelFocus</enum> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item> |
|
58 <widget class="QPushButton" name="resetButton"> |
|
59 <property name="toolTip"> |
|
60 <string>Press to reset the list to default values</string> |
|
61 </property> |
|
62 <property name="text"> |
|
63 <string>Reset to Defaults</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 </layout> |
|
68 </widget> |
|
69 <customwidgets> |
|
70 <customwidget> |
|
71 <class>E5StringListEditWidget</class> |
|
72 <extends>QWidget</extends> |
|
73 <header>E5Gui/E5StringListEditWidget.h</header> |
|
74 <container>1</container> |
|
75 </customwidget> |
|
76 </customwidgets> |
|
77 <resources/> |
|
78 <connections/> |
|
79 </ui> |