src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.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>EditorHighlightingStylesSelectionDialog</class>
4 <widget class="QDialog" name="EditorHighlightingStylesSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="sizeGripEnabled">
14 <bool>true</bool>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="infoLabel">
19 <property name="wordWrap">
20 <bool>true</bool>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QListWidget" name="lexersList">
26 <property name="alternatingRowColors">
27 <bool>true</bool>
28 </property>
29 <property name="sortingEnabled">
30 <bool>true</bool>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QDialogButtonBox" name="buttonBox">
36 <property name="orientation">
37 <enum>Qt::Horizontal</enum>
38 </property>
39 <property name="standardButtons">
40 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
41 </property>
42 </widget>
43 </item>
44 </layout>
45 </widget>
46 <resources/>
47 <connections>
48 <connection>
49 <sender>buttonBox</sender>
50 <signal>accepted()</signal>
51 <receiver>EditorHighlightingStylesSelectionDialog</receiver>
52 <slot>accept()</slot>
53 <hints>
54 <hint type="sourcelabel">
55 <x>248</x>
56 <y>254</y>
57 </hint>
58 <hint type="destinationlabel">
59 <x>157</x>
60 <y>274</y>
61 </hint>
62 </hints>
63 </connection>
64 <connection>
65 <sender>buttonBox</sender>
66 <signal>rejected()</signal>
67 <receiver>EditorHighlightingStylesSelectionDialog</receiver>
68 <slot>reject()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>316</x>
72 <y>260</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>286</x>
76 <y>274</y>
77 </hint>
78 </hints>
79 </connection>
80 </connections>
81 </ui>

eric ide

mercurial