diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-12 18:21:50 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-12 18:21:50 +0800 |
commit | dc3b0e170c4c5659d5534ee6b6b6db700790dfc5 (patch) | |
tree | 596cc82b7ec91bcc7f186dafe0bf3fa137c5cc7c /ethereal/assets | |
parent | 59d9746849e9ba794a190b04d3d9f444321b82b8 (diff) | |
download | dexon-dc3b0e170c4c5659d5534ee6b6b6db700790dfc5.tar.gz dexon-dc3b0e170c4c5659d5534ee6b6b6db700790dfc5.tar.zst dexon-dc3b0e170c4c5659d5534ee6b6b6db700790dfc5.zip |
Name changes
Diffstat (limited to 'ethereal/assets')
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index 10cbe5c1e..af9a61105 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -318,14 +318,6 @@ ApplicationWindow { } - function importApp(path) { - var ext = path.split('.').pop() - if(ext == "html" || ext == "htm") { - ui.openHtml(path) - }else if(ext == "qml"){ - ui.openQml(path) - } - } /****************** * Dialogs @@ -340,6 +332,17 @@ ApplicationWindow { } + /****************** + * Wallet functions + *****************/ + function importApp(path) { + var ext = path.split('.').pop() + if(ext == "html" || ext == "htm") { + ui.openHtml(path) + }else if(ext == "qml"){ + ui.openQml(path) + } + } function setWalletValue(value) { walletValueLabel.text = value @@ -381,9 +384,9 @@ ApplicationWindow { return time; } - // ****************************************** - // Windows - // ****************************************** + /********************** + * Windows + *********************/ Window { id: peerWindow //flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint |