Preferences/ConfigurationPages/EditorDocViewerPage.ui

changeset 5912
b6643d36dddd
child 5919
d0de2b378b24
equal deleted inserted replaced
5911:0c7bcba51391 5912:b6643d36dddd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditorDocViewerPage</class>
4 <widget class="QWidget" name="EditorDocViewerPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Documentation Viewer Settings&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line2">
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="QGroupBox" name="viewerGroupBox">
36 <property name="toolTip">
37 <string>Select to enable the display of code documentation</string>
38 </property>
39 <property name="title">
40 <string>Enable Documentation Viewer</string>
41 </property>
42 <property name="checkable">
43 <bool>true</bool>
44 </property>
45 <layout class="QVBoxLayout" name="verticalLayout">
46 <item>
47 <widget class="QCheckBox" name="richTextCheckBox">
48 <property name="toolTip">
49 <string>Select to show code documentation as rich text</string>
50 </property>
51 <property name="text">
52 <string>Show documentation as rich text</string>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <layout class="QHBoxLayout" name="horizontalLayout">
58 <item>
59 <widget class="QLabel" name="label">
60 <property name="text">
61 <string>Documentation Provider:</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QComboBox" name="providerComboBox">
67 <property name="sizePolicy">
68 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
69 <horstretch>0</horstretch>
70 <verstretch>0</verstretch>
71 </sizepolicy>
72 </property>
73 <property name="toolTip">
74 <string>Select the documentation provider to be used</string>
75 </property>
76 <property name="sizeAdjustPolicy">
77 <enum>QComboBox::AdjustToContents</enum>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </item>
83 </layout>
84 </widget>
85 </item>
86 <item>
87 <spacer name="verticalSpacer">
88 <property name="orientation">
89 <enum>Qt::Vertical</enum>
90 </property>
91 <property name="sizeHint" stdset="0">
92 <size>
93 <width>20</width>
94 <height>167</height>
95 </size>
96 </property>
97 </spacer>
98 </item>
99 </layout>
100 </widget>
101 <tabstops>
102 <tabstop>viewerGroupBox</tabstop>
103 <tabstop>richTextCheckBox</tabstop>
104 <tabstop>providerComboBox</tabstop>
105 </tabstops>
106 <resources/>
107 <connections/>
108 </ui>

eric ide

mercurial