KGC_TEST/KGCAPP/qml/components/BottomBar.qml

14 lines
220 B
QML

import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
import RibbonUI
RibbonBottomBar{
id: bottom_bar
anchors{
left: parent.left
right: parent.right
bottom: parent.bottom
}
}