src/eric7/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditorCalltipsQScintillaPage</class>
4 <widget class="QWidget" name="EditorCalltipsQScintillaPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>406</width>
10 <height>262</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure QScintilla Calltips&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line18">
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="groupBox">
36 <property name="title">
37 <string>Context display options</string>
38 </property>
39 <layout class="QVBoxLayout">
40 <item>
41 <widget class="QRadioButton" name="ctNoContextButton">
42 <property name="toolTip">
43 <string>Select to display calltips without a context</string>
44 </property>
45 <property name="text">
46 <string>Don't show context information</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QRadioButton" name="ctNoAutoCompletionButton">
52 <property name="toolTip">
53 <string>Select to display calltips with a context only if the user hasn't already implicitly identified the context using autocompletion</string>
54 </property>
55 <property name="text">
56 <string>Show context information, if no prior autocompletion</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <widget class="QRadioButton" name="ctContextButton">
62 <property name="toolTip">
63 <string>Select to display calltips with a context</string>
64 </property>
65 <property name="text">
66 <string>Show context information</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="Line" name="line">
72 <property name="orientation">
73 <enum>Qt::Horizontal</enum>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="QLabel" name="label">
79 <property name="text">
80 <string>A context is any scope (e.g. a C++ namespace or a Python module) prior to the function/method name.</string>
81 </property>
82 <property name="wordWrap">
83 <bool>true</bool>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 </item>
90 <item>
91 <spacer>
92 <property name="orientation">
93 <enum>Qt::Vertical</enum>
94 </property>
95 <property name="sizeHint" stdset="0">
96 <size>
97 <width>388</width>
98 <height>20</height>
99 </size>
100 </property>
101 </spacer>
102 </item>
103 </layout>
104 </widget>
105 <tabstops>
106 <tabstop>ctNoContextButton</tabstop>
107 <tabstop>ctNoAutoCompletionButton</tabstop>
108 <tabstop>ctContextButton</tabstop>
109 </tabstops>
110 <resources/>
111 <connections/>
112 </ui>

eric ide

mercurial