|
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>132</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="QLineEdit" name="leftEdit"> |
|
39 <property name="placeholderText"> |
|
40 <string>Enter left hand side of assignment</string> |
|
41 </property> |
|
42 <property name="clearButtonEnabled"> |
|
43 <bool>true</bool> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="2" column="0"> |
|
48 <widget class="QLabel" name="label_3"> |
|
49 <property name="text"> |
|
50 <string>Right Side:</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="1"> |
|
55 <widget class="QLineEdit" name="rightEdit"> |
|
56 <property name="placeholderText"> |
|
57 <string>Enter right hand side of assignment</string> |
|
58 </property> |
|
59 <property name="clearButtonEnabled"> |
|
60 <bool>true</bool> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="3" column="0" colspan="2"> |
|
65 <widget class="QDialogButtonBox" name="buttonBox"> |
|
66 <property name="orientation"> |
|
67 <enum>Qt::Horizontal</enum> |
|
68 </property> |
|
69 <property name="standardButtons"> |
|
70 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 </layout> |
|
75 </widget> |
|
76 <resources/> |
|
77 <connections> |
|
78 <connection> |
|
79 <sender>buttonBox</sender> |
|
80 <signal>accepted()</signal> |
|
81 <receiver>CodeStyleAddBuiltinIgnoreDialog</receiver> |
|
82 <slot>accept()</slot> |
|
83 <hints> |
|
84 <hint type="sourcelabel"> |
|
85 <x>248</x> |
|
86 <y>254</y> |
|
87 </hint> |
|
88 <hint type="destinationlabel"> |
|
89 <x>157</x> |
|
90 <y>274</y> |
|
91 </hint> |
|
92 </hints> |
|
93 </connection> |
|
94 <connection> |
|
95 <sender>buttonBox</sender> |
|
96 <signal>rejected()</signal> |
|
97 <receiver>CodeStyleAddBuiltinIgnoreDialog</receiver> |
|
98 <slot>reject()</slot> |
|
99 <hints> |
|
100 <hint type="sourcelabel"> |
|
101 <x>316</x> |
|
102 <y>260</y> |
|
103 </hint> |
|
104 <hint type="destinationlabel"> |
|
105 <x>286</x> |
|
106 <y>274</y> |
|
107 </hint> |
|
108 </hints> |
|
109 </connection> |
|
110 </connections> |
|
111 </ui> |