src/eric7/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.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>EditorAutocompletionQScintillaPage</class>
4 <widget class="QWidget" name="EditorAutocompletionQScintillaPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>506</width>
10 <height>177</height>
11 </rect>
12 </property>
13 <layout class="QGridLayout" name="gridLayout">
14 <item row="0" column="0" colspan="2">
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure QScintilla Completion&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item row="1" column="0" colspan="2">
22 <widget class="Line" name="line6">
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 row="2" column="0">
35 <widget class="QCheckBox" name="acShowSingleCheckBox">
36 <property name="toolTip">
37 <string>Select this, if single entries shall be inserted automatically</string>
38 </property>
39 <property name="text">
40 <string>Show single</string>
41 </property>
42 </widget>
43 </item>
44 <item row="2" column="1">
45 <widget class="QCheckBox" name="acFillupsCheckBox">
46 <property name="toolTip">
47 <string>Select to enable the use of fill-up characters to autocomplete the current word</string>
48 </property>
49 <property name="whatsThis">
50 <string>&lt;b&gt;Use fill-up characters&lt;/b&gt;&lt;p&gt;Select to enable the use of fill-up characters to autocomplete the current word. A fill-up character is one that, when entered while an auto-completion list is being displayed, causes the currently selected item from the list to be added to the text followed by the fill-up character.&lt;/p&gt;</string>
51 </property>
52 <property name="text">
53 <string>Use fill-up characters</string>
54 </property>
55 </widget>
56 </item>
57 <item row="3" column="0" colspan="2">
58 <widget class="QGroupBox" name="groupBox">
59 <property name="title">
60 <string>Source</string>
61 </property>
62 <layout class="QHBoxLayout">
63 <item>
64 <widget class="QRadioButton" name="acSourceDocumentRadioButton">
65 <property name="toolTip">
66 <string>Select this to get autocompletion from current document</string>
67 </property>
68 <property name="text">
69 <string>from Document</string>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QRadioButton" name="acSourceAPIsRadioButton">
75 <property name="toolTip">
76 <string>Select this to get autocompletion from installed APIs</string>
77 </property>
78 <property name="text">
79 <string>from API files</string>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <widget class="QRadioButton" name="acSourceAllRadioButton">
85 <property name="toolTip">
86 <string>Select this to get autocompletion from current document and installed APIs</string>
87 </property>
88 <property name="text">
89 <string>from Document and API files</string>
90 </property>
91 </widget>
92 </item>
93 </layout>
94 </widget>
95 </item>
96 <item row="4" column="0" colspan="2">
97 <spacer>
98 <property name="orientation">
99 <enum>Qt::Vertical</enum>
100 </property>
101 <property name="sizeHint" stdset="0">
102 <size>
103 <width>456</width>
104 <height>51</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 </layout>
110 </widget>
111 <tabstops>
112 <tabstop>acShowSingleCheckBox</tabstop>
113 <tabstop>acFillupsCheckBox</tabstop>
114 <tabstop>acSourceDocumentRadioButton</tabstop>
115 <tabstop>acSourceAPIsRadioButton</tabstop>
116 <tabstop>acSourceAllRadioButton</tabstop>
117 </tabstops>
118 <resources/>
119 <connections/>
120 </ui>

eric ide

mercurial