eric7/JediInterface/RefactoringPreviewDialog.ui

branch
eric7
changeset 8666
3a62b4009df9
equal deleted inserted replaced
8664:5aa1070daa48 8666:3a62b4009df9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RefactoringPreviewDialog</class>
4 <widget class="QDialog" name="RefactoringPreviewDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Preview Changes</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="titleLabel"/>
22 </item>
23 <item>
24 <widget class="QPlainTextEdit" name="previewEdit">
25 <property name="tabChangesFocus">
26 <bool>true</bool>
27 </property>
28 <property name="lineWrapMode">
29 <enum>QPlainTextEdit::NoWrap</enum>
30 </property>
31 <property name="readOnly">
32 <bool>true</bool>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QDialogButtonBox" name="buttonBox">
38 <property name="orientation">
39 <enum>Qt::Horizontal</enum>
40 </property>
41 <property name="standardButtons">
42 <set>QDialogButtonBox::Cancel</set>
43 </property>
44 </widget>
45 </item>
46 </layout>
47 </widget>
48 <resources/>
49 <connections>
50 <connection>
51 <sender>buttonBox</sender>
52 <signal>accepted()</signal>
53 <receiver>RefactoringPreviewDialog</receiver>
54 <slot>accept()</slot>
55 <hints>
56 <hint type="sourcelabel">
57 <x>248</x>
58 <y>254</y>
59 </hint>
60 <hint type="destinationlabel">
61 <x>157</x>
62 <y>274</y>
63 </hint>
64 </hints>
65 </connection>
66 <connection>
67 <sender>buttonBox</sender>
68 <signal>rejected()</signal>
69 <receiver>RefactoringPreviewDialog</receiver>
70 <slot>reject()</slot>
71 <hints>
72 <hint type="sourcelabel">
73 <x>316</x>
74 <y>260</y>
75 </hint>
76 <hint type="destinationlabel">
77 <x>286</x>
78 <y>274</y>
79 </hint>
80 </hints>
81 </connection>
82 </connections>
83 </ui>

eric ide

mercurial