7 lines
115 B
QML
7 lines
115 B
QML
import QtQuick
|
|
|
|
Item {
|
|
property string title
|
|
property string icon
|
|
default property Component content
|
|
}
|