mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 23:17:26 -04:00
wizard v1.0
This commit is contained in:
@@ -2,6 +2,8 @@ import QtQuick 2.0
|
||||
|
||||
Item {
|
||||
id: item
|
||||
property alias interactive: mouseArea.enabled
|
||||
property alias background: bar.color
|
||||
property int fillLevel: 0
|
||||
height: 40
|
||||
clip: true
|
||||
@@ -88,6 +90,7 @@ Item {
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
function positionBar() {
|
||||
var xDiff = 999999
|
||||
|
||||
Reference in New Issue
Block a user