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

How break pop window of StackView?

$
0
0
I want catch poping window of StackView and break it, by user, for example. Like this: import QtQuick 2.2 import QtQuick.Controls 1.1 as Controls   Controls.Stack.onStatusChanged: {  if (Control.Stack.status === Control.Stack.Deactivating)      Control.Stack.status = Control.Stack.Active; // status is read only now } How make it correctly, if possible?

Viewing all articles
Browse latest Browse all 4972

Trending Articles