eric6/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui

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

eric ide

mercurial