prepare for further work with polling, license

This commit is contained in:
Blue 2023-12-27 17:59:22 -03:00
parent b38ed2107b
commit 4694f3838f
Signed by: blue
GPG key ID: 9B203B252A63EE38
25 changed files with 816 additions and 18 deletions

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2023 Yury Gubich <blue@macaw.me>
# SPDX-License-Identifier: GPL-3.0-or-later
qt_add_qml_module(magpieComponents
URI magpie.Components
VERSION 1.0

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2023 Yury Gubich <blue@macaw.me>
// SPDX-License-Identifier: GPL-3.0-or-later
import QtQuick
import QtQuick.Controls