aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/receiverequestdialog.ui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-18 19:42:40 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-25 13:25:25 +0200
commit70b14636cd60529c87b2cc61516f5d1bf49299a5 (patch)
treed2bec1b1e3fa9991320b4e062ffe82a40193e68f /src/qt/forms/receiverequestdialog.ui
parent33a2febf5de0c7bd73c0ea409584487bd9995643 (diff)
downloadbitcoin-70b14636cd60529c87b2cc61516f5d1bf49299a5.tar.xz
qt: general polish after adding new receive flow
- We no longer have an address book, but "address lists", update message accordingly - Add tooltips here and there - Clarify text on buttons - add Copy Address button to receive request dialog
Diffstat (limited to 'src/qt/forms/receiverequestdialog.ui')
-rw-r--r--src/qt/forms/receiverequestdialog.ui82
1 files changed, 69 insertions, 13 deletions
diff --git a/src/qt/forms/receiverequestdialog.ui b/src/qt/forms/receiverequestdialog.ui
index fc0d10b4e4..d7724ef915 100644
--- a/src/qt/forms/receiverequestdialog.ui
+++ b/src/qt/forms/receiverequestdialog.ui
@@ -28,6 +28,9 @@
<height>300</height>
</size>
</property>
+ <property name="toolTip">
+ <string>QR Code</string>
+ </property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
@@ -53,6 +56,12 @@
<height>50</height>
</size>
</property>
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Plain</enum>
+ </property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
@@ -64,22 +73,16 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
+ <widget class="QPushButton" name="btnCopyURI">
+ <property name="text">
+ <string>Copy &amp;URI</string>
</property>
- </spacer>
+ </widget>
</item>
<item>
- <widget class="QPushButton" name="btnCopyURI">
+ <widget class="QPushButton" name="btnCopyAddress">
<property name="text">
- <string>Copy &amp;URI</string>
+ <string>Copy &amp;Address</string>
</property>
</widget>
</item>
@@ -97,6 +100,26 @@
</property>
</widget>
</item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Close</set>
+ </property>
+ </widget>
+ </item>
</layout>
</item>
</layout>
@@ -109,5 +132,38 @@
</customwidget>
</customwidgets>
<resources/>
- <connections/>
+ <connections>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>rejected()</signal>
+ <receiver>ReceiveRequestDialog</receiver>
+ <slot>reject()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>452</x>
+ <y>573</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>243</x>
+ <y>298</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>accepted()</signal>
+ <receiver>ReceiveRequestDialog</receiver>
+ <slot>accept()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>452</x>
+ <y>573</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>243</x>
+ <y>298</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
</ui>