Spectral/qml/component/ButtonDelegate.qml

7 lines
87 B
QML
Raw Normal View History

2018-07-09 02:45:26 +00:00
import QtQuick 2.11
import QtQuick.Controls 2.4
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
}