Добавлен компонент PullToRefresh для ListView

This commit is contained in:
2024-05-18 09:24:51 +02:00
parent 6c447e6b00
commit 15f4f2531f
3 changed files with 47 additions and 1 deletions

View File

@@ -12,7 +12,10 @@ qt_add_library(components STATIC)
qt_add_qml_module(components
URI ru.ded.components
VERSION 1.0
QML_FILES MainMenu.qml MenuBackButton.qml SubtitledItemDelegate.qml
QML_FILES MainMenu.qml
MenuBackButton.qml
SubtitledItemDelegate.qml
PoolToRefresh.qml
)
set_target_properties(components PROPERTIES