7 lines
66 B
QML
7 lines
66 B
QML
|
import QtQuick 2.0
|
||
|
import QtQuick.Controls 2.9
|
||
|
|
||
|
ItemDelegate {
|
||
|
|
||
|
}
|