=== ian is now known as Guest49469 === chihchun_afk is now known as chihchun [10:10] hello every one.. can i get any information of how to use Qt Creator and how to create an application using it. === lokiverloren is now known as loki_verloren [10:37] Merry Christmas! [10:39] vinay_, do you need some help? :) [10:40] vinay_, this may help you :) http://developer.ubuntu.com/en/apps/sdk/tutorials/ [11:15] merry christmas gcollura! [11:18] DanChapman, you too :) === chihchun is now known as chihchun_afk [22:32] Hey. Does anyone know if there's a working example of an UbuntuListView with pullToRefresh in QML? I can't quite get it to work. If I essentially copy the example at https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.UbuntuListView/#pullToRefresh-prop, I get an error saying that the `enable` property doesn't exist. [22:34] TommyBrunn: looks like a typo in the docs, that should be "enabled" [22:34] TommyBrunn: it'd be really handy if you could file a bug against the uitk for that [22:35] Sure thing. Thanks for the help. [22:35] no problem :) [23:13] Another question. I've never been able to get the toolbar to show in qmlscene. Is this a bug or am I just misunderstanding how it should work? To test it out, I've set `locked` and `opened` to true, but it's still not there. https://gist.github.com/Nevon/ecf0e99fe189b2c38b22 [23:16] Oops. Nevermind. Spotted my mistake. [23:19] TommyBrunn: there's a few things there actually, 1) you need an Action { } where you set action: 2) you need a MainView around the page and 3) you should probably set useDeprecatedToolbar: false in the MainView (so your toolbar items go in the header, which is the why modern UT apps should handle that sort of thing) [23:19] the way* [23:20] Yup. #1 was my problem. The gist is just a page component that's used elsewhere. Thanks for the help anyway. :) [23:20] okay, cool [23:22] Time to go to bed, I think. Making some stupid mistakes. :) [23:23] night :)