> On 23 Feb 2016, at 18:00, Jon Mullen <jmul...@pasco.com> wrote: > > Hey > > I’m trying to figure out how far along the Qt Nacl code is and if I’m able to > use it on the project I’m working on. I have the code built from the qtbase > wip/nacl branch. However, when I go to run the example window_widgets none > of the UI seems to work. The line edit shows that it is focused, but never > receives keyboard events. Also, once the line edit loses focus it never is > able to get focus back again. It seems like all user input isn’t working. Is > this the case? > > Any help would be appreciated.
Hi, I can confirm that this is an “upstream” bug and not something that goes wrong on your end only. Input works in the general case and for Qt Quick. (You may use window_controls_gallery to verify). My guess is that something is not right with the widgets/QApplication even routing. Morten _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development