Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui

changeset 5619
ab999dc48132
equal deleted inserted replaced
5618:b50da40b6bc9 5619:ab999dc48132
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CodeStyleAddBuiltinIgnoreDialog</class>
4 <widget class="QDialog" name="CodeStyleAddBuiltinIgnoreDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>112</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add Built-in Assignment</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0" colspan="2">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Enter the data for a built-in assignment to be ignored:</string>
24 </property>
25 <property name="wordWrap">
26 <bool>true</bool>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="0">
31 <widget class="QLabel" name="label_2">
32 <property name="text">
33 <string>Left Side:</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="1">
38 <widget class="E5ClearableLineEdit" name="leftEdit">
39 <property name="placeholderText">
40 <string>Enter left hand side of assignment</string>
41 </property>
42 </widget>
43 </item>
44 <item row="2" column="0">
45 <widget class="QLabel" name="label_3">
46 <property name="text">
47 <string>Right Side:</string>
48 </property>
49 </widget>
50 </item>
51 <item row="2" column="1">
52 <widget class="E5ClearableLineEdit" name="rightEdit">
53 <property name="placeholderText">
54 <string>Enter right hand side of assignment</string>
55 </property>
56 </widget>
57 </item>
58 <item row="3" column="0" colspan="2">
59 <widget class="QDialogButtonBox" name="buttonBox">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="standardButtons">
64 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <customwidgets>
71 <customwidget>
72 <class>E5ClearableLineEdit</class>
73 <extends>QLineEdit</extends>
74 <header>E5Gui/E5LineEdit.h</header>
75 </customwidget>
76 </customwidgets>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>CodeStyleAddBuiltinIgnoreDialog</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>248</x>
87 <y>254</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>CodeStyleAddBuiltinIgnoreDialog</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>316</x>
103 <y>260</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 </connections>
112 </ui>

eric ide

mercurial