Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QQuickView not active before being clicked once

$
0
0
Hi I have a QSystemTrayIcon based TrayIcon app with a QQuickView object (its source is a QML file) built in main() function. By clicking in the notification message at tray icon when it appears the view is shown, but I have to click the view once somewhere, and on second click its elements (buttons) work as expected. I mean, mouse click on a button inside the view does not trigger button actions if I haven’t previously clicked on some other place in the view. If I launch the window directly from main(), buttons perfectly work , but not when is shown from the slot associated with the tray icon notification. I´ve tried several changes both in QML ( focus:true, FocusScope…) and C++ ( pView->requestActivate( ) ) but nothing works. Do you know why ? Thank you

Viewing all articles
Browse latest Browse all 4972

Trending Articles