Skip to content

Commit

Permalink
Merge pull request bitcoin#5 from wellenreiter01/0.8.5
Browse files Browse the repository at this point in the history
added close button to qrencode dialog
  • Loading branch information
FeatherCoin committed Dec 15, 2013
2 parents 6dc815d + e38edb9 commit 280d6c0
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions src/qt/forms/qrcodedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>340</width>
<height>530</height>
<height>543</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -156,6 +156,13 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="btnClose">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
Expand Down Expand Up @@ -199,12 +206,28 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>92</x>
<y>285</y>
<x>110</x>
<y>399</y>
</hint>
<hint type="destinationlabel">
<x>177</x>
<y>430</y>
</hint>
</hints>
</connection>
<connection>
<sender>btnClose</sender>
<signal>clicked(bool)</signal>
<receiver>QRCodeDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>58</x>
<y>511</y>
</hint>
<hint type="destinationlabel">
<x>98</x>
<y>311</y>
<x>169</x>
<y>271</y>
</hint>
</hints>
</connection>
Expand Down

0 comments on commit 280d6c0

Please sign in to comment.