[00:00] I thought I could design a UI within the new framework that would scale nicely across devices and primarily be used on desktop, though still be able to run as-is on phones and tablets if arm packages of the library are available [00:00] But I might not have considered all of the wonkiness of the new appstore security models [00:02] Do you think trying to continue within the Ubuntu SDK is a bad idea for now? [00:03] BHSPiMonkey: if it's for the desktop i think it's ok [00:04] I'll have to figure out how to get the C bindings written and tossed into the project [00:07] BHSPiMonkey: more the security model http://mdeslaur.blogspot.com/2013/12/ubuntu-touch-and-user-privacy.html [00:08] Thanks [00:08] I'm going to fiddle around with the project template that mixes C++ with QtQuick2 [00:08] And see what it lets me do. [00:09] BHSPiMonkey: i use C++/QML plugin on my app https://bazaar.launchpad.net/~rad.io-devs/rad.io/trunk/files [00:10] Will look over it, thanks [00:14] yw [00:18] daker: how do you get image assets included in your build? My image sources all come up not found [00:20] BHSPiMonkey: ? [00:20] the folder architecture stays the same [00:21] daker: I have image files I'm using in my UI, but they can't be found at runtime because they're not making it into the build [00:21] I think I'll need to change up the project's .pro a little [00:25] okay, added my assets dir to DEPLOYMENTFOLDERS and now it makes it into builds, but I don't know how to specify the image paths in my QML relative to the binary (it's instead looking for the files relative to the QML files) [00:27] BHSPiMonkey: Qt.resolvedUrl(IMG) [00:28] daker: right, but it still looks in the wrong place [00:28] I had to prepend ../../, even with resolvedUrl [00:37] Starting to get somewhere... http://i.imgur.com/QenFE8r.png [00:38] BHSPiMonkey: :) [00:38] (a dummy data model for now, but still) [00:40] I wonder how hard it would be to allow switching between grid and list views [09:37] hey guys :) [09:37] mhall119: thanks for the review :)