eric6/Preferences/ConfigurationPages/EditorDocViewerPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7749
285855999b4e
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
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="parenthesisCheckBox">
48 <property name="toolTip">
49 <string>Select to show documentation when entering a '(' character</string>
50 </property>
51 <property name="text">
52 <string>Show documentation upon '('</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 <widget class="QLabel" name="infoLabel">
88 <property name="text">
89 <string/>
90 </property>
91 <property name="wordWrap">
92 <bool>true</bool>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <spacer name="verticalSpacer">
98 <property name="orientation">
99 <enum>Qt::Vertical</enum>
100 </property>
101 <property name="sizeHint" stdset="0">
102 <size>
103 <width>20</width>
104 <height>167</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 </layout>
110 </widget>
111 <tabstops>
112 <tabstop>viewerGroupBox</tabstop>
113 <tabstop>parenthesisCheckBox</tabstop>
114 <tabstop>providerComboBox</tabstop>
115 </tabstops>
116 <resources/>
117 <connections/>
118 </ui>

eric ide

mercurial