Skip to content
Snippets Groups Projects
Commit bba31d37 authored by inso's avatar inso
Browse files

Merge branch 'dev0102' into dev

parents d103855f 25699bae
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>399</width> <width>496</width>
<height>409</height> <height>440</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<item> <item>
<widget class="QRadioButton" name="radio_pubkey"> <widget class="QRadioButton" name="radio_pubkey">
<property name="text"> <property name="text">
<string>Recipient public key</string> <string>&amp;Recipient public key</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
...@@ -136,7 +136,11 @@ ...@@ -136,7 +136,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spinbox_amount"/> <widget class="QDoubleSpinBox" name="spinbox_amount">
<property name="decimals">
<number>0</number>
</property>
</widget>
</item> </item>
<item> <item>
<widget class="QDoubleSpinBox" name="spinbox_relative"> <widget class="QDoubleSpinBox" name="spinbox_relative">
...@@ -147,7 +151,7 @@ ...@@ -147,7 +151,7 @@
<number>6</number> <number>6</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<double>9999999.000000000000000</double> <double>99999999999999991611392.000000000000000</double>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -282,22 +286,6 @@ ...@@ -282,22 +286,6 @@
</hint> </hint>
</hints> </hints>
</connection> </connection>
<connection>
<sender>spinbox_amount</sender>
<signal>valueChanged(int)</signal>
<receiver>TransferMoneyDialog</receiver>
<slot>amount_changed()</slot>
<hints>
<hint type="sourcelabel">
<x>199</x>
<y>269</y>
</hint>
<hint type="destinationlabel">
<x>199</x>
<y>200</y>
</hint>
</hints>
</connection>
</connections> </connections>
<slots> <slots>
<slot>open_manage_wallet_coins()</slot> <slot>open_manage_wallet_coins()</slot>
......
__version_info__ = ('0', '10', '0') __version_info__ = ('0', '10', '2')
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment