mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-06-12 11:39:51 +00:00
10 lines
155 B
QML
10 lines
155 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
property var active: null
|
|
property bool showPasswordDialog: false
|
|
property var pendingNetwork: null
|
|
}
|