mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-08-10 04:47:55 +00:00
8 lines
73 B
QML
8 lines
73 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
property var active: null
|
|
}
|