File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 44
44
</widget >
45
45
</item >
46
46
<item row =" 2" column =" 1" >
47
- <widget class =" QPushButton " name =" btnClose " >
48
- <property name =" text " >
49
- <string > Close</string >
47
+ <widget class =" QDialogButtonBox " name =" buttonBox " >
48
+ <property name =" standardButtons " >
49
+ <set >QDialogButtonBox:: Close</set >
50
50
</property >
51
51
</widget >
52
52
</item >
72
72
<tabstops >
73
73
<tabstop >txtMessage</tabstop >
74
74
<tabstop >checkBox</tabstop >
75
- <tabstop >btnClose</tabstop >
76
75
</tabstops >
77
76
<resources />
78
77
<connections >
79
78
<connection >
80
- <sender >btnClose </sender >
81
- <signal >clicked ()</signal >
79
+ <sender >buttonBox </sender >
80
+ <signal >rejected ()</signal >
82
81
<receiver >QgsMessageViewer</receiver >
83
82
<slot >reject()</slot >
84
83
<hints >
85
84
<hint type =" sourcelabel" >
86
- <x >483 </x >
87
- <y >271 </y >
85
+ <x >450 </x >
86
+ <y >257 </y >
88
87
</hint >
89
88
<hint type =" destinationlabel" >
90
- <x >249 </x >
91
- <y >141 </y >
89
+ <x >495 </x >
90
+ <y >188 </y >
92
91
</hint >
93
92
</hints >
94
93
</connection >
You can’t perform that action at this time.
0 commit comments