Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
bba31d37
Commit
bba31d37
authored
9 years ago
by
inso
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev0102' into dev
parents
d103855f
25699bae
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
res/ui/transfer.ui
+9
-21
9 additions, 21 deletions
res/ui/transfer.ui
src/cutecoin/__init__.py
+1
-1
1 addition, 1 deletion
src/cutecoin/__init__.py
with
10 additions
and
22 deletions
res/ui/transfer.ui
+
9
−
21
View file @
bba31d37
...
...
@@ -6,8 +6,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
399
</width>
<height>
40
9
</height>
<width>
496
</width>
<height>
4
4
0
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
...
...
@@ -58,7 +58,7 @@
<item>
<widget
class=
"QRadioButton"
name=
"radio_pubkey"
>
<property
name=
"text"
>
<string>
Recipient public key
</string>
<string>
&
Recipient public key
</string>
</property>
<property
name=
"checked"
>
<bool>
false
</bool>
...
...
@@ -136,7 +136,11 @@
</widget>
</item>
<item>
<widget
class=
"QSpinBox"
name=
"spinbox_amount"
/>
<widget
class=
"QDoubleSpinBox"
name=
"spinbox_amount"
>
<property
name=
"decimals"
>
<number>
0
</number>
</property>
</widget>
</item>
<item>
<widget
class=
"QDoubleSpinBox"
name=
"spinbox_relative"
>
...
...
@@ -147,7 +151,7 @@
<number>
6
</number>
</property>
<property
name=
"maximum"
>
<double>
9999999.000000000000000
</double>
<double>
9999999
9999999991611392
.000000000000000
</double>
</property>
</widget>
</item>
...
...
@@ -282,22 +286,6 @@
</hint>
</hints>
</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>
<slots>
<slot>
open_manage_wallet_coins()
</slot>
...
...
This diff is collapsed.
Click to expand it.
src/cutecoin/__init__.py
+
1
−
1
View file @
bba31d37
__version_info__
=
(
'
0
'
,
'
10
'
,
'
0
'
)
__version_info__
=
(
'
0
'
,
'
10
'
,
'
2
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment