eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui

changeset 6942
2602857055c5
parent 2982
556adfe76ba7
child 7613
382f89c11e27
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CodeStyleCodeSelectionDialog</class>
4 <widget class="QDialog" name="CodeStyleCodeSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Code Style Message Codes</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Select the message codes from the list:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QTreeWidget" name="codeTable">
29 <property name="toolTip">
30 <string>Select the message codes from this table</string>
31 </property>
32 <property name="editTriggers">
33 <set>QAbstractItemView::NoEditTriggers</set>
34 </property>
35 <property name="alternatingRowColors">
36 <bool>true</bool>
37 </property>
38 <property name="selectionMode">
39 <enum>QAbstractItemView::ExtendedSelection</enum>
40 </property>
41 <property name="selectionBehavior">
42 <enum>QAbstractItemView::SelectRows</enum>
43 </property>
44 <property name="rootIsDecorated">
45 <bool>false</bool>
46 </property>
47 <property name="allColumnsShowFocus">
48 <bool>true</bool>
49 </property>
50 <property name="wordWrap">
51 <bool>true</bool>
52 </property>
53 <column>
54 <property name="text">
55 <string>Code</string>
56 </property>
57 </column>
58 <column>
59 <property name="text">
60 <string>Message</string>
61 </property>
62 </column>
63 </widget>
64 </item>
65 <item>
66 <widget class="QDialogButtonBox" name="buttonBox">
67 <property name="orientation">
68 <enum>Qt::Horizontal</enum>
69 </property>
70 <property name="standardButtons">
71 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </widget>
77 <tabstops>
78 <tabstop>codeTable</tabstop>
79 <tabstop>buttonBox</tabstop>
80 </tabstops>
81 <resources/>
82 <connections>
83 <connection>
84 <sender>buttonBox</sender>
85 <signal>accepted()</signal>
86 <receiver>CodeStyleCodeSelectionDialog</receiver>
87 <slot>accept()</slot>
88 <hints>
89 <hint type="sourcelabel">
90 <x>227</x>
91 <y>279</y>
92 </hint>
93 <hint type="destinationlabel">
94 <x>157</x>
95 <y>274</y>
96 </hint>
97 </hints>
98 </connection>
99 <connection>
100 <sender>buttonBox</sender>
101 <signal>rejected()</signal>
102 <receiver>CodeStyleCodeSelectionDialog</receiver>
103 <slot>reject()</slot>
104 <hints>
105 <hint type="sourcelabel">
106 <x>295</x>
107 <y>285</y>
108 </hint>
109 <hint type="destinationlabel">
110 <x>286</x>
111 <y>274</y>
112 </hint>
113 </hints>
114 </connection>
115 </connections>
116 </ui>

eric ide

mercurial