Re: [Interest] Using Qt3D with Qt 5.2.1

2014-05-17 Thread Morgan McKenzie
It's not actually part of Qt, you need to build it. However, this is pretty easy to do. If you have git, simply clone https://git.gitorious.org/qt/qt3d.git, or otherwise go to https://qt.gitorious.org/qt/qt3d and use the download. If you like the command line, go to the folder you download it an

[Interest] Using Qt3D with Qt 5.2.1

2014-05-17 Thread Jonathan Poncelet
Hello all, Could anyone explain to me exactly how the Qt3D library is to be used with pre-built Qt 5.2.1 for Windows? The pageĀ  https://qt-project.org/wiki/Introduction-to-Qt3D says that it's part of Qt5 but I can't seem to find it anywhere, unless it's exclusive to non-pre-built versions. I'd

Re: [Interest] Annoying ApplicationWindow Error

2014-05-17 Thread Nurmi J-P
On 16 May 2014, at 15:09, Jason H wrote: > I picked a Qt Quick 2 project. > Is this a question? :) There are two kinds of Qt Quick project templates in Qt Creator. 1) Qt Quick UI This is a pure QML project, which runs qmlscene. It doesn't matter whether you use Item or Window as the root el

Re: [Interest] More QML Styling woes.

2014-05-17 Thread Nurmi J-P
On 17 May 2014, at 06:37, Jason Hihn wrote: > I still haven't figured out to have the TextField background rect to autosize > to the implcitheight. I can set it explicitly as "45" below, but I'd rather > not hard-code it. What can I set to have it adjust automatically? > > Next up, let's comp