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
3eface40
Commit
3eface40
authored
10 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Fixed account configuration
parent
1ab80fc3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
res/ui/account_cfg.ui
+1
-1
1 addition, 1 deletion
res/ui/account_cfg.ui
res/ui/currency_tab.ui
+39
-4
39 additions, 4 deletions
res/ui/currency_tab.ui
src/cutecoin/gui/currency_tab.py
+0
-1
0 additions, 1 deletion
src/cutecoin/gui/currency_tab.py
with
40 additions
and
6 deletions
res/ui/account_cfg.ui
+
1
−
1
View file @
3eface40
...
...
@@ -20,7 +20,7 @@
<item>
<widget
class=
"QStackedWidget"
name=
"stacked_pages"
>
<property
name=
"currentIndex"
>
<number>
1
</number>
<number>
0
</number>
</property>
<widget
class=
"QWidget"
name=
"page_init"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_4"
>
...
...
This diff is collapsed.
Click to expand it.
res/ui/currency_tab.ui
+
39
−
4
View file @
3eface40
...
...
@@ -100,6 +100,11 @@
</layout>
</widget>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<property
name=
"topMargin"
>
<number>
6
</number>
</property>
<item>
<widget
class=
"QLabel"
name=
"label_current_block"
>
<property
name=
"text"
>
...
...
@@ -107,6 +112,36 @@
</property>
</widget>
</item>
<item>
<widget
class=
"QProgressBar"
name=
"bar_requests"
>
<property
name=
"enabled"
>
<bool>
true
</bool>
</property>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"maximum"
>
<number>
0
</number>
</property>
<property
name=
"value"
>
<number>
0
</number>
</property>
<property
name=
"textVisible"
>
<bool>
true
</bool>
</property>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"invertedAppearance"
>
<bool>
false
</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
...
...
This diff is collapsed.
Click to expand it.
src/cutecoin/gui/currency_tab.py
+
0
−
1
View file @
3eface40
...
...
@@ -108,7 +108,6 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
QModelIndex
(),
QModelIndex
(),
[])
self
.
label_current_block
.
setText
(
"
Current Block : {0}
"
.
format
(
block_number
))
def
refresh_wallets
(
self
):
...
...
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