FluentUI/src/controls/FluScrollBar.qml

8 lines
88 B
QML
Raw Normal View History

2023-03-25 13:35:21 +08:00
import QtQuick 2.15
import QtQuick.Controls 2.15
import FluentUI 1.0
2023-03-02 18:21:43 +08:00
ScrollBar {
}