Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
3f82d517
Commit
3f82d517
authored
Apr 11, 2014
by
Maran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove test menu
parent
11aa7da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
wallet.qml
ethereal/assets/qml/wallet.qml
+0
-29
No files found.
ethereal/assets/qml/wallet.qml
View file @
3f82d517
...
...
@@ -25,35 +25,6 @@ ApplicationWindow {
}
}
Menu
{
title
:
"Test"
MenuItem
{
text
:
"Test test"
shortcut
:
"Ctrl+t"
onTriggered
:
{
var
win
function
finishedLoading
(){
console
.
log
(
"Trigged"
)
win
=
wizard
.
createObject
(
root
)
}
console
.
log
(
"Loading wizard"
)
var
wizard
=
Qt
.
createComponent
(
"first_run.qml"
)
if
(
wizard
.
status
==
Component
.
Ready
){
console
.
log
(
"Component is ready"
)
finishedLoading
()
}
else
if
(
wizard
.
status
==
Component
.
Error
){
console
.
log
(
"Error loading component:"
,
wizard
.
errorString
())
}
else
{
wizard
.
statusChanged
.
connect
(
finishedLoading
)
console
.
log
(
"Component is NOT ready"
)
win
=
wizard
.
createObject
(
root
)
}
}
}
}
Menu
{
title
:
"Network"
MenuItem
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment