Spectral/qml/component/ButtonDelegate.qml

7 lines
86 B
QML
Raw Normal View History

2018-07-12 01:44:41 +00:00
import QtQuick 2.9
import QtQuick.Controls 2.2
2018-02-23 14:39:14 +00:00
2018-03-21 11:13:47 +00:00
ItemDelegate {
id: itemDelegate
2018-02-23 14:39:14 +00:00
}