Re: [Interest] QtMac on iOS

2014-12-19 Thread Thiago Macieira
On Friday 19 December 2014 22:43:12 Harri Pasanen wrote: > https://qt-project.org/doc/qt-5-snapshot/qtmac.html > > says that macextras would be usable also on iOS. > > With 5.4 I'm getting > > Unknown module(s) in QT: macextras > > What am I missing? Building the module. Apparently it it was m

Re: [Interest] OpenGL and Quick in 5.4

2014-12-19 Thread Thomas Sevaldrud
Ok, I finally figured it out :-) The QML ApplicationWindow class has got a style now, and the default style for the background is to fill the entire area in gray. By adding a custom style with an empty item for the background it works again. i.e something like this: style: ApplicationWindowSt

[Interest] QtMac on iOS

2014-12-19 Thread Harri Pasanen
https://qt-project.org/doc/qt-5-snapshot/qtmac.html says that macextras would be usable also on iOS. With 5.4 I'm getting Unknown module(s) in QT: macextras What am I missing? Harri ___ Interest mailing list Interest@qt-project.org http://lists.qt-p

[Interest] OpenGL and Quick in 5.4

2014-12-19 Thread Thomas Sevaldrud
Hi, After upgrading to 5.4 my OpenGL applications no longer work. I am mixing OpenGL and Quick components, like in this example: http://doc.qt.io/qt-5/qtquick-scenegraph-openglunderqml-example.html I.e I have a class derived from QuickItem with a QObject-based renderer that renders on the QQu

[Interest] Qt QML 5.4 State Machine - external js from 'guard' can't be called directly

2014-12-19 Thread Petar Koretić
Hi all. I'm testing new State Machine from Qt 5.4. I've created smallest possible code to reproduce the problem that I've hit: *qml*: http://pastebin.com/sd0DZt20 *js* http://pastebin.com/mHETQGu8 Calling Core.call_me() which is defined in external javascript file from 'guard' javascript sectio

Re: [Interest] Keyboard focus with QWidget::createWindowContainer() not working

2014-12-19 Thread Wilhelm
Am 19.12.2014 um 12:37 schrieb Sze Howe Koh: > Hi Wilhelm, > > On 19 December 2014 at 17:33, Wilhelm wrote: >> >> Hi all, >> >> the following example code looks for the WId of a running kate-process >> and embeds the window into my own application. Thats all fine: >> rendering, resizing, mouse-ev

Re: [Interest] Keyboard focus with QWidget::createWindowContainer() not working

2014-12-19 Thread Sze Howe Koh
Hi Wilhelm, On 19 December 2014 at 17:33, Wilhelm wrote: > > Hi all, > > the following example code looks for the WId of a running kate-process > and embeds the window into my own application. Thats all fine: > rendering, resizing, mouse-events (e.g. menus of kate) are all working. > > The only p

[Interest] Keyboard focus with QWidget::createWindowContainer() not working

2014-12-19 Thread Wilhelm
Hi all, the following example code looks for the WId of a running kate-process and embeds the window into my own application. Thats all fine: rendering, resizing, mouse-events (e.g. menus of kate) are all working. The only problem ist keyboard-focus: kate doesn't get the keystrokes! I tried vari

Re: [Interest] Info: QuickControls plugin load qml files from ressources

2014-12-19 Thread Gunnar Roth
Well, i just had the time to actually test this and found out that while you can leave out the controls and dialog qml files, you still need the styles qml files as there is no plugin dll for them.   Does anybody know if there any plan to make plugin for the styles? Which would also be need to b

[Interest] Support for Android Wear ?

2014-12-19 Thread Nils Heidorn
Hello List ! As my LG watch R just arrived that is a natural question :-) Did anyone hear / read / see any info on Qt support for ANdroid Wear platform ? Thank you for any hint ! Nils ___ Interest mailing list Interest@qt-project.org http://lists.qt-pr