> Regards,
> Michael
>
>
> Date: Wed, 13 Aug 2014 09:40:27 -0700
> From: rpzrpz...@gmail.com
> To: interest@qt-project.org
> Subject: Re: [Interest] Loader keyboard problem
>
> Oops, I did not finish describing what was the pro
: rpzrpz...@gmail.com
To: interest@qt-project.org
Subject: Re: [Interest] Loader keyboard problem
Oops, I did not finish describing what was the problem with the Loader Sample.
The Listview on the Loader for screen1.qml does not work with keyboard
navigation, but when loaded as a
component, the
Den 13-08-2014 18:37, mark diener skrev:
> I am having some strange behavior with a Loader sample program
> for QtQuick 2.2
> Keyboard navigation under OSX Mavericks does not work for the loader
> ...
Hi Mark,
I have had a bunch of keyboard focus issues with Qt 5 that weren't there
in Qt 4
I am having some strange behavior with a Loader sample program
for QtQuick 2.2
The Listview on Screen1.qml works
Here is the main.qml file:
import QtQuick 2.2
import QtQuick.Window 2.1
Window
{
id: mainwindow
visible: true
width: Screen.width
height: Screen.height
color: "bl