13 lines
180 B
QML
13 lines
180 B
QML
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
|
||
|
import QtQuick 2.12
|
||
|
import ".."
|
||
|
|
||
|
HRowLayout {
|
||
|
spacing: tile.spacing
|
||
|
opacity: tile.contentOpacity
|
||
|
|
||
|
|
||
|
property HTile tile
|
||
|
}
|