mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +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
|
|
}
|