AssistantEric/ConfigurationPages/CallTipsEricPage.ui

changeset 2
89cbc07f4bf0
child 54
89d28458ff40
equal deleted inserted replaced
1:3a4123edc944 2:89cbc07f4bf0
1 <ui version="4.0" >
2 <class>CallTipsEricPage</class>
3 <widget class="QWidget" name="CallTipsEricPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>350</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" name="verticalLayout_2" >
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 Calltips&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="calltipsCheckBox" >
41 <property name="toolTip" >
42 <string>Select, whether the eric calltips support shall be enabled.</string>
43 </property>
44 <property name="text" >
45 <string>Enable calltips</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QGroupBox" name="groupBox" >
51 <property name="title" >
52 <string>Context display options</string>
53 </property>
54 <layout class="QVBoxLayout" name="verticalLayout" >
55 <property name="spacing" >
56 <number>6</number>
57 </property>
58 <property name="margin" >
59 <number>6</number>
60 </property>
61 <item>
62 <widget class="QCheckBox" name="ctContextCheckBox" >
63 <property name="toolTip" >
64 <string>Select to display calltips with a context</string>
65 </property>
66 <property name="text" >
67 <string>Show context information</string>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="Line" name="line" >
73 <property name="orientation" >
74 <enum>Qt::Horizontal</enum>
75 </property>
76 </widget>
77 </item>
78 <item>
79 <widget class="QLabel" name="label" >
80 <property name="text" >
81 <string>A context is any scope (e.g. a C++ namespace or a Python module) prior to the function/method name.</string>
82 </property>
83 <property name="wordWrap" >
84 <bool>true</bool>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </widget>
90 </item>
91 <item>
92 <spacer>
93 <property name="orientation" >
94 <enum>Qt::Vertical</enum>
95 </property>
96 <property name="sizeHint" stdset="0" >
97 <size>
98 <width>221</width>
99 <height>82</height>
100 </size>
101 </property>
102 </spacer>
103 </item>
104 </layout>
105 </widget>
106 <resources/>
107 <connections/>
108 </ui>

eric ide

mercurial