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
de5cff44
Commit
de5cff44
authored
10 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Cleaner homescreen
parent
0ed33b3b
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
src/cutecoin/gui/homescreen.py
+0
-1
0 additions, 1 deletion
src/cutecoin/gui/homescreen.py
src/cutecoin/gui/mainwindow.py
+2
-2
2 additions, 2 deletions
src/cutecoin/gui/mainwindow.py
with
2 additions
and
3 deletions
src/cutecoin/gui/homescreen.py
+
0
−
1
View file @
de5cff44
...
@@ -34,7 +34,6 @@ class HomeScreenWidget(QWidget, Ui_HomeScreenWidget):
...
@@ -34,7 +34,6 @@ class HomeScreenWidget(QWidget, Ui_HomeScreenWidget):
<h1>Welcome to Cutecoin {version}</h1>
<h1>Welcome to Cutecoin {version}</h1>
<h2>{version_info}</h2>
<h2>{version_info}</h2>
<h3><a href={version_url}>Download link</a></h3>
<h3><a href={version_url}>Download link</a></h3>
<p>Would you like to...</p>
"""
.
format
(
version
=
__version__
,
"""
.
format
(
version
=
__version__
,
version_info
=
version_info
,
version_info
=
version_info
,
version_url
=
version_url
))
version_url
=
version_url
))
This diff is collapsed.
Click to expand it.
src/cutecoin/gui/mainwindow.py
+
2
−
2
View file @
de5cff44
...
@@ -173,8 +173,8 @@ class MainWindow(QMainWindow, Ui_MainWindow):
...
@@ -173,8 +173,8 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self
.
status_label
.
setText
(
"
Loading account {0}
"
.
format
(
account_name
))
self
.
status_label
.
setText
(
"
Loading account {0}
"
.
format
(
account_name
))
self
.
loader
.
set_account_name
(
account_name
)
self
.
loader
.
set_account_name
(
account_name
)
self
.
loader_thread
.
start
(
QThread
.
LowPriority
)
self
.
loader_thread
.
start
(
QThread
.
LowPriority
)
self
.
homescreen
.
button_new
.
setEnabled
(
False
)
self
.
homescreen
.
button_new
.
hide
(
)
self
.
homescreen
.
button_import
.
setEnabled
(
False
)
self
.
homescreen
.
button_import
.
hide
(
)
def
open_transfer_money_dialog
(
self
):
def
open_transfer_money_dialog
(
self
):
dialog
=
TransferMoneyDialog
(
self
.
app
.
current_account
,
dialog
=
TransferMoneyDialog
(
self
.
app
.
current_account
,
...
...
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