use wrapper rect
This commit is contained in:
parent
112ed0d6de
commit
351fb82ac7
12 changed files with 75 additions and 91 deletions
|
|
@ -1,20 +1,21 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import qs.components
|
||||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import Quickshell.Bluetooth
|
||||
import Quickshell.Widgets
|
||||
|
||||
StyledRectangle {
|
||||
StyledWrapperRectangle {
|
||||
id: root
|
||||
required property BluetoothDevice modelData
|
||||
|
||||
RowLayout {
|
||||
id: row
|
||||
|
||||
spacing: 8
|
||||
spacing: Styling.layout.spacing.base
|
||||
|
||||
Loader {
|
||||
active: root.modelData?.icon != undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue