Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2
-
None
Description
The button with focus below doesn't have its focus visualised on startup. It's only after tabbing away and back to it that it visualises its focus.
import QtQuick import QtQuick.Controls ApplicationWindow { width: 800 height: 700 title: "activeFocusItem: " + activeFocusItem visible: true Row { Button { objectName: "testButton1" focus: true text: "Button 1" } Button { objectName: "testButton2" text: "Button 2" } } }
Attachments
Issue Links
- relates to
-
QTBUG-87797 Implement non-native FileDialog
- Closed