|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MethodToMethodObjectDialog</class> |
|
4 <widget class="QDialog" name="MethodToMethodObjectDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>66</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Replace Method With Method Object</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <property name="spacing"> |
|
21 <number>6</number> |
|
22 </property> |
|
23 <property name="margin"> |
|
24 <number>6</number> |
|
25 </property> |
|
26 <item> |
|
27 <layout class="QHBoxLayout"> |
|
28 <item> |
|
29 <widget class="QLabel" name="label"> |
|
30 <property name="text"> |
|
31 <string>New Class Name:</string> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item> |
|
36 <widget class="QLineEdit" name="nameEdit"/> |
|
37 </item> |
|
38 </layout> |
|
39 </item> |
|
40 <item> |
|
41 <widget class="QDialogButtonBox" name="buttonBox"> |
|
42 <property name="orientation"> |
|
43 <enum>Qt::Horizontal</enum> |
|
44 </property> |
|
45 <property name="standardButtons"> |
|
46 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 </layout> |
|
51 </widget> |
|
52 <resources/> |
|
53 <connections> |
|
54 <connection> |
|
55 <sender>buttonBox</sender> |
|
56 <signal>rejected()</signal> |
|
57 <receiver>MethodToMethodObjectDialog</receiver> |
|
58 <slot>reject()</slot> |
|
59 <hints> |
|
60 <hint type="sourcelabel"> |
|
61 <x>322</x> |
|
62 <y>63</y> |
|
63 </hint> |
|
64 <hint type="destinationlabel"> |
|
65 <x>286</x> |
|
66 <y>274</y> |
|
67 </hint> |
|
68 </hints> |
|
69 </connection> |
|
70 </connections> |
|
71 </ui> |