Guys, use simple rectangle for this, it will be easier and faster than any component. Or just copy mine:
http://bazaar.launchpad.net/~mrqtros/yad/trunk/view/head:/components/MiniProgressBar.qml 2015-05-14 20:52 GMT+03:00 Marco Trevisan <[email protected]>: > Il 14/05/2015 18:08, Sam Bull ha scritto: > > There is a thin progress bar displayed at the top of webapps when > > loading. What component is this? I would like to use this in my app. > > I've also noticed Dekko has the same style bar for its activity > indicator. > > It's just a squeezed normal progressbar: > > ProgressBar { > anchors.top: parent.top > anchors.left: parent.left > anchors.right: parent.right > height: units.dp(3) > showProgressPercentage: false > visible: root.loading > value: root.loadProgress / 100 > } > > -- > Mailing list: https://launchpad.net/~ubuntu-phone > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ubuntu-phone > More help : https://help.launchpad.net/ListHelp >
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

