eric6/Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7749
285855999b4e
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditorMouseClickHandlerPage</class>
4 <widget class="QWidget" name="EditorMouseClickHandlerPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>506</width>
10 <height>398</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Mouse Click Handler Support&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
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>
35 <widget class="QCheckBox" name="mcEnabledCheckBox">
36 <property name="toolTip">
37 <string>Select this to enable support for mouse click handlers</string>
38 </property>
39 <property name="whatsThis">
40 <string>&lt;b&gt;Mouse Click Handlers Enabled&lt;/b&gt;&lt;p&gt;Select to enable support for mouse click handlers. Individual mouse click handlers may be configured on subordinate pages, if such have been installed and registered. This is usually done by plug-ins.&lt;/p&gt;</string>
41 </property>
42 <property name="text">
43 <string>Mouse Click Handlers Enabled</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <spacer>
49 <property name="orientation">
50 <enum>Qt::Vertical</enum>
51 </property>
52 <property name="sizeHint" stdset="0">
53 <size>
54 <width>456</width>
55 <height>51</height>
56 </size>
57 </property>
58 </spacer>
59 </item>
60 </layout>
61 </widget>
62 <tabstops>
63 <tabstop>mcEnabledCheckBox</tabstop>
64 </tabstops>
65 <resources/>
66 <connections/>
67 </ui>

eric ide

mercurial