AssistantEric/ConfigurationPages/AutoCompletionEricPage.ui

changeset 2
89cbc07f4bf0
child 54
89d28458ff40
equal deleted inserted replaced
1:3a4123edc944 2:89cbc07f4bf0
1 <ui version="4.0" >
2 <class>AutoCompletionEricPage</class>
3 <widget class="QWidget" name="AutoCompletionEricPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>600</width>
9 <height>350</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" name="verticalLayout" >
13 <property name="spacing" >
14 <number>6</number>
15 </property>
16 <property name="margin" >
17 <number>6</number>
18 </property>
19 <item>
20 <widget class="QLabel" name="headerLabel" >
21 <property name="text" >
22 <string>&lt;b>Configure Eric Autocompletion&lt;/b></string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="Line" name="line15" >
28 <property name="frameShape" >
29 <enum>QFrame::HLine</enum>
30 </property>
31 <property name="frameShadow" >
32 <enum>QFrame::Sunken</enum>
33 </property>
34 <property name="orientation" >
35 <enum>Qt::Horizontal</enum>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QCheckBox" name="autocompletionCheckBox" >
41 <property name="toolTip" >
42 <string>Select, whether the eric autocompletion support shall be enabled.</string>
43 </property>
44 <property name="text" >
45 <string>Enable autocompletion</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QGroupBox" name="groupBox" >
51 <property name="title" >
52 <string>Source</string>
53 </property>
54 <layout class="QGridLayout" name="gridLayout" >
55 <property name="margin" >
56 <number>6</number>
57 </property>
58 <property name="spacing" >
59 <number>6</number>
60 </property>
61 <item row="0" column="0" >
62 <widget class="QCheckBox" name="apisCheckBox" >
63 <property name="toolTip" >
64 <string>Select this to get autocompletion from installed APIs</string>
65 </property>
66 <property name="text" >
67 <string>from API files</string>
68 </property>
69 </widget>
70 </item>
71 <item row="0" column="1" >
72 <widget class="QCheckBox" name="documentCheckBox" >
73 <property name="toolTip" >
74 <string>Select this to get autocompletion from current document</string>
75 </property>
76 <property name="text" >
77 <string>from Document</string>
78 </property>
79 </widget>
80 </item>
81 <item row="0" column="2" >
82 <widget class="QCheckBox" name="projectCheckBox" >
83 <property name="toolTip" >
84 <string>Select this to get autocompletion from current project</string>
85 </property>
86 <property name="text" >
87 <string>from Project</string>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </widget>
93 </item>
94 <item>
95 <spacer>
96 <property name="orientation" >
97 <enum>Qt::Vertical</enum>
98 </property>
99 <property name="sizeHint" stdset="0" >
100 <size>
101 <width>221</width>
102 <height>82</height>
103 </size>
104 </property>
105 </spacer>
106 </item>
107 </layout>
108 </widget>
109 <resources/>
110 <connections/>
111 </ui>

eric ide

mercurial