7 lines
122 B
QML
7 lines
122 B
QML
import QtQuick 2.9
|
|
|
|
ClosablesDeviceListPage {
|
|
title: qsTr("Shutters")
|
|
iconBasename: "../images/shutter/shutter"
|
|
}
|