Tue, 15 May 2018 19:39:46 +0200
PySide2 support: started to implement support for PySide2.
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
2 | <ui version="4.0"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>EditorAutocompletionPage</class> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
4 | <widget class="QWidget" name="EditorAutocompletionPage"> |
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
5 | <property name="geometry"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <width>506</width> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
10 | <height>498</height> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
13 | <layout class="QVBoxLayout" name="verticalLayout"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <item> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
15 | <widget class="QLabel" name="headerLabel"> |
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
16 | <property name="text"> |
4153
95b18307079f
Corrected some auto-completion related terms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
2102
diff
changeset
|
17 | <string><b>Configure Completion Support</b></string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <item> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
22 | <widget class="Line" name="line6"> |
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
23 | <property name="frameShape"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <enum>QFrame::HLine</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </property> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
26 | <property name="frameShadow"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <enum>QFrame::Sunken</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | </property> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
29 | <property name="orientation"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <enum>Qt::Horizontal</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <item> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
35 | <widget class="QGroupBox" name="groupBox"> |
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
36 | <property name="title"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <string>General</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </property> |
5906
fef02b3fdc32
Added an entry to configure the size of the editor completions cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5890
diff
changeset
|
39 | <layout class="QGridLayout" name="gridLayout_2"> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
40 | <item row="0" column="0" colspan="2"> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
41 | <widget class="QCheckBox" name="acCaseSensitivityCheckBox"> |
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
42 | <property name="toolTip"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <string>Select this to have case sensitive auto-completion lists</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | </property> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
45 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <string>Case sensitive</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | </item> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
50 | <item row="0" column="2" colspan="2"> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
51 | <widget class="QCheckBox" name="acReplaceWordCheckBox"> |
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
52 | <property name="toolTip"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <string>Select this, if the word to the right should be replaced by the selected entry</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | </property> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
55 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | <string>Replace word</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | </item> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
60 | <item row="1" column="0" colspan="2"> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
61 | <widget class="QCheckBox" name="acReversedCheckBox"> |
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
62 | <property name="toolTip"> |
5890
22ec89341f5e
Made the completions list more intuitive when showing in 'reversed' order.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5886
diff
changeset
|
63 | <string>Select to show completions of type 'public' first</string> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
64 | </property> |
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
65 | <property name="text"> |
5890
22ec89341f5e
Made the completions list more intuitive when showing in 'reversed' order.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5886
diff
changeset
|
66 | <string>Show 'public' completions first</string> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
67 | </property> |
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
68 | </widget> |
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
69 | </item> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
70 | </layout> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
71 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
72 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
73 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
74 | <widget class="QGroupBox" name="acEnabledGroupBox"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
75 | <property name="toolTip"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
76 | <string>Select this to enable autocompletion</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
77 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
78 | <property name="whatsThis"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
79 | <string><b>Autocompletion Enabled</b><p>Select to enable autocompletion. In order to get autocompletion from alternative autocompletion providers (if installed), these have to be enabled on their respective configuration page. Only one alternative provider might be enabled.</p></string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
80 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
81 | <property name="title"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
82 | <string>Automatic Completion Enabled</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
83 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
84 | <property name="checkable"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
85 | <bool>true</bool> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
86 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
87 | <layout class="QGridLayout" name="gridLayout_4"> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
88 | <item row="2" column="0"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
89 | <widget class="QLabel" name="textLabel1_2"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
90 | <property name="text"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
91 | <string>Threshold:</string> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
92 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
93 | </widget> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
94 | </item> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
95 | <item row="3" column="0"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
96 | <widget class="QLabel" name="label"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
97 | <property name="text"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
98 | <string>Time to start completion:</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
99 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
100 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
101 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
102 | <item row="2" column="1"> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
103 | <layout class="QHBoxLayout" name="horizontalLayout"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
104 | <item> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
105 | <widget class="QSlider" name="acThresholdSlider"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
106 | <property name="toolTip"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
107 | <string>Move to set the threshold for display of an autocompletion list</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | </property> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
109 | <property name="maximum"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
110 | <number>10</number> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
111 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
112 | <property name="value"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
113 | <number>2</number> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
114 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
115 | <property name="orientation"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
116 | <enum>Qt::Horizontal</enum> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
117 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
118 | <property name="tickInterval"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
119 | <number>1</number> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
120 | </property> |
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
121 | </widget> |
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
122 | </item> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
123 | <item> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
124 | <widget class="QLCDNumber" name="lCDNumber4"> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
125 | <property name="toolTip"> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
126 | <string>Displays the selected autocompletion threshold</string> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
127 | </property> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
128 | <property name="digitCount"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
129 | <number>2</number> |
5906
fef02b3fdc32
Added an entry to configure the size of the editor completions cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5890
diff
changeset
|
130 | </property> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
131 | <property name="segmentStyle"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
132 | <enum>QLCDNumber::Flat</enum> |
5906
fef02b3fdc32
Added an entry to configure the size of the editor completions cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5890
diff
changeset
|
133 | </property> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
134 | <property name="value" stdset="0"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
135 | <double>2.000000000000000</double> |
5906
fef02b3fdc32
Added an entry to configure the size of the editor completions cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5890
diff
changeset
|
136 | </property> |
fef02b3fdc32
Added an entry to configure the size of the editor completions cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5890
diff
changeset
|
137 | </widget> |
fef02b3fdc32
Added an entry to configure the size of the editor completions cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5890
diff
changeset
|
138 | </item> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
139 | </layout> |
4271
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
140 | </item> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
141 | <item row="3" column="1"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
142 | <widget class="QSpinBox" name="acTimeoutSpinBox"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
143 | <property name="minimumSize"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
144 | <size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
145 | <width>70</width> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
146 | <height>0</height> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
147 | </size> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
148 | </property> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
149 | <property name="maximumSize"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
150 | <size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
151 | <width>70</width> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
152 | <height>16777215</height> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
153 | </size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
154 | </property> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
155 | <property name="toolTip"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
156 | <string>Enter the time in milliseconds after which a list with completion proposals shall be shown</string> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
157 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
158 | <property name="alignment"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
159 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
160 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
161 | <property name="correctionMode"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
162 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
163 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
164 | <property name="suffix"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
165 | <string> ms</string> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
166 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
167 | <property name="minimum"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
168 | <number>0</number> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
169 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
170 | <property name="maximum"> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
171 | <number>1000</number> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
172 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
173 | <property name="singleStep"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
174 | <number>50</number> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
175 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
176 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
177 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
178 | </layout> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
179 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
180 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
181 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
182 | <widget class="QGroupBox" name="groupBox_3"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
183 | <property name="title"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
184 | <string>Plug-In Behavior</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
185 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
186 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
187 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
188 | <widget class="QCheckBox" name="acScintillaCheckBox"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
189 | <property name="toolTip"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
190 | <string>Select to show QScintilla provided completions, if the selected plug-ins fail</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
191 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
192 | <property name="whatsThis"> |
5934
0fe4ff083281
Updated translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5932
diff
changeset
|
193 | <string>QScintilla provided completions are shown, if this option is enabled and completions shall be provided by plug-ins (see completions sub-page of the plug-in) and the plugin-ins don't deliver any completions.</string> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
194 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
195 | <property name="text"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
196 | <string>Show QScintilla completions, if plug-ins fail</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
197 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
198 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
199 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
200 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
201 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
202 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
203 | <widget class="QLabel" name="label_4"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
204 | <property name="text"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
205 | <string>Maximum time to wait:</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
206 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
207 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
208 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
209 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
210 | <widget class="QDoubleSpinBox" name="acWatchdogDoubleSpinBox"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
211 | <property name="enabled"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
212 | <bool>false</bool> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
213 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
214 | <property name="minimumSize"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
215 | <size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
216 | <width>70</width> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
217 | <height>0</height> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
218 | </size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
219 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
220 | <property name="maximumSize"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
221 | <size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
222 | <width>70</width> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
223 | <height>16777215</height> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
224 | </size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
225 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
226 | <property name="toolTip"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
227 | <string>Enter the time in seconds after which QSintilla should be used</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
228 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
229 | <property name="alignment"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
230 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
231 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
232 | <property name="accelerated"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
233 | <bool>true</bool> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
234 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
235 | <property name="correctionMode"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
236 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
237 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
238 | <property name="suffix"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
239 | <string> s</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
240 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
241 | <property name="decimals"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
242 | <number>1</number> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
243 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
244 | <property name="maximum"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
245 | <double>10.000000000000000</double> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
246 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
247 | <property name="singleStep"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
248 | <double>0.500000000000000</double> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
249 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
250 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
251 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
252 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
253 | <spacer name="horizontalSpacer_3"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
254 | <property name="orientation"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
255 | <enum>Qt::Horizontal</enum> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
256 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
257 | <property name="sizeHint" stdset="0"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
258 | <size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
259 | <width>40</width> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
260 | <height>20</height> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
261 | </size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
262 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
263 | </spacer> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
264 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
265 | </layout> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
266 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
267 | </layout> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
268 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
269 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
270 | <item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
271 | <widget class="QGroupBox" name="groupBox_2"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
272 | <property name="title"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
273 | <string>Completions Cache</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
274 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
275 | <layout class="QGridLayout" name="gridLayout"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
276 | <item row="0" column="0"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
277 | <widget class="QLabel" name="label_2"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
278 | <property name="text"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
279 | <string>Size:</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
280 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
281 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
282 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
283 | <item row="0" column="1"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
284 | <widget class="QSpinBox" name="acCacheSizeSpinBox"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
285 | <property name="minimumSize"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
286 | <size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
287 | <width>80</width> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
288 | <height>0</height> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
289 | </size> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
290 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
291 | <property name="toolTip"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
292 | <string>Enter the maximum number of entries to be kept in the completions cache</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
293 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
294 | <property name="alignment"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
295 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
296 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
297 | <property name="correctionMode"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
298 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
299 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
300 | <property name="suffix"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
301 | <string> entries</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
302 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
303 | <property name="minimum"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
304 | <number>0</number> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
305 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
306 | <property name="maximum"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
307 | <number>1000</number> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
308 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
309 | <property name="singleStep"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
310 | <number>10</number> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
311 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
312 | </widget> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
313 | </item> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
314 | <item row="0" column="2"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
315 | <spacer name="horizontalSpacer_2"> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
316 | <property name="orientation"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
317 | <enum>Qt::Horizontal</enum> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
318 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
319 | <property name="sizeHint" stdset="0"> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
320 | <size> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
321 | <width>271</width> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
322 | <height>20</height> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
323 | </size> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
324 | </property> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
325 | </spacer> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
326 | </item> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
327 | <item row="1" column="0"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
328 | <widget class="QLabel" name="label_3"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
329 | <property name="text"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
330 | <string>Timeout:</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
331 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
332 | </widget> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
333 | </item> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
334 | <item row="1" column="1"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
335 | <widget class="QSpinBox" name="acCacheTimeSpinBox"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
336 | <property name="toolTip"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
337 | <string>Enter the time in seconds after which a cached completion entry should be removed from the completions cache</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
338 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
339 | <property name="alignment"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
340 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
341 | </property> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
342 | <property name="correctionMode"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
343 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
344 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
345 | <property name="suffix"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
346 | <string> s</string> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
347 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
348 | <property name="minimum"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
349 | <number>0</number> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
350 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
351 | <property name="maximum"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
352 | <number>3600</number> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
353 | </property> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
354 | <property name="singleStep"> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
355 | <number>60</number> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
356 | </property> |
5909
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
357 | </widget> |
21d90a3abc7c
Added a timeout configuration value to the completions cache after which completions will be removed from the cache.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5906
diff
changeset
|
358 | </item> |
4271
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
359 | </layout> |
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
360 | </widget> |
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
361 | </item> |
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
362 | <item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
363 | <spacer> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
364 | <property name="orientation"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
365 | <enum>Qt::Vertical</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
366 | </property> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
367 | <property name="sizeHint" stdset="0"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
368 | <size> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
369 | <width>456</width> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
370 | <height>51</height> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
371 | </size> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
372 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
373 | </spacer> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
374 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
375 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
376 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
377 | <tabstops> |
4271
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
378 | <tabstop>acCaseSensitivityCheckBox</tabstop> |
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
379 | <tabstop>acReplaceWordCheckBox</tabstop> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
380 | <tabstop>acReversedCheckBox</tabstop> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
381 | <tabstop>acEnabledGroupBox</tabstop> |
4271
480434472ac1
Added capability to the editor to ask multiple completion list and call-tip providers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4153
diff
changeset
|
382 | <tabstop>acThresholdSlider</tabstop> |
5886
ba6d27371e25
Implemented support for asynchroneous completion lists in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4271
diff
changeset
|
383 | <tabstop>acTimeoutSpinBox</tabstop> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
384 | <tabstop>acScintillaCheckBox</tabstop> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
385 | <tabstop>acWatchdogDoubleSpinBox</tabstop> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
386 | <tabstop>acCacheSizeSpinBox</tabstop> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
387 | <tabstop>acCacheTimeSpinBox</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
388 | </tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
389 | <resources/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
390 | <connections> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
391 | <connection> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
392 | <sender>acThresholdSlider</sender> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
393 | <signal>valueChanged(int)</signal> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
394 | <receiver>lCDNumber4</receiver> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
395 | <slot>display(int)</slot> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
396 | <hints> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
397 | <hint type="sourcelabel"> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
398 | <x>442</x> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
399 | <y>161</y> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
400 | </hint> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
401 | <hint type="destinationlabel"> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
402 | <x>485</x> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
403 | <y>162</y> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
404 | </hint> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
405 | </hints> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
406 | </connection> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
407 | <connection> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
408 | <sender>acScintillaCheckBox</sender> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
409 | <signal>toggled(bool)</signal> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
410 | <receiver>acWatchdogDoubleSpinBox</receiver> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
411 | <slot>setEnabled(bool)</slot> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
412 | <hints> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
413 | <hint type="sourcelabel"> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
414 | <x>30</x> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
415 | <y>237</y> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
416 | </hint> |
2102
a9218946b0bd
Fixed an issue related to the usage of QLCDNumber in various widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
417 | <hint type="destinationlabel"> |
5932
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
418 | <x>155</x> |
af9aa23e12ec
Fallback option for using QScintilla if no auto completion found by plug-ins.
T.Rzepka <Tobias.Rzepka@gmail.com>
parents:
5909
diff
changeset
|
419 | <y>259</y> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
420 | </hint> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
421 | </hints> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
422 | </connection> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
423 | </connections> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
424 | </ui> |