1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CodeDocumentationViewer</class> |
|
4 <widget class="QWidget" name="CodeDocumentationViewer"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>639</width> |
|
10 <height>595</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
16 <item> |
|
17 <widget class="QLabel" name="label"> |
|
18 <property name="text"> |
|
19 <string>Code Info Provider:</string> |
|
20 </property> |
|
21 </widget> |
|
22 </item> |
|
23 <item> |
|
24 <widget class="QComboBox" name="providerComboBox"> |
|
25 <property name="sizePolicy"> |
|
26 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
27 <horstretch>0</horstretch> |
|
28 <verstretch>0</verstretch> |
|
29 </sizepolicy> |
|
30 </property> |
|
31 <property name="toolTip"> |
|
32 <string>Select the code info provider</string> |
|
33 </property> |
|
34 <property name="sizeAdjustPolicy"> |
|
35 <enum>QComboBox::AdjustToContents</enum> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <widget class="QLineEdit" name="objectLineEdit"> |
|
41 <property name="readOnly"> |
|
42 <bool>true</bool> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 </layout> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QTextEdit" name="contents"> |
|
50 <property name="tabChangesFocus"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 <property name="readOnly"> |
|
54 <bool>true</bool> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="E5TextEditSearchWidget" name="searchWidget" native="true"> |
|
60 <property name="focusPolicy"> |
|
61 <enum>Qt::WheelFocus</enum> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 </layout> |
|
66 </widget> |
|
67 <customwidgets> |
|
68 <customwidget> |
|
69 <class>E5TextEditSearchWidget</class> |
|
70 <extends>QWidget</extends> |
|
71 <header>E5Gui/E5TextEditSearchWidget.h</header> |
|
72 <container>1</container> |
|
73 </customwidget> |
|
74 </customwidgets> |
|
75 <tabstops> |
|
76 <tabstop>providerComboBox</tabstop> |
|
77 <tabstop>objectLineEdit</tabstop> |
|
78 <tabstop>contents</tabstop> |
|
79 <tabstop>searchWidget</tabstop> |
|
80 </tabstops> |
|
81 <resources/> |
|
82 <connections/> |
|
83 </ui> |
|