import QtQuick QtObject { id: root property var active: null property bool showPasswordDialog: false property var pendingNetwork: null }