rename to styled rectangle
This commit is contained in:
parent
4e2a1874d1
commit
0405dc3414
10 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import qs.components
|
||||
import Quickshell
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
StyledText {
|
||||
text: ` ${Qt.formatDateTime(clock.date, "hh:mm:ss AP")}`
|
||||
SystemClock {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import qs.utils
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
|
||||
RowLayout {
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import qs.utils
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
|
||||
RowLayout {
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import qs.utils
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
|
||||
RowLayout {
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import Quickshell
|
|||
import Quickshell.Bluetooth
|
||||
import Quickshell.Widgets
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
id: root
|
||||
required property BluetoothDevice modelData
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import Quickshell
|
|||
import Quickshell.Bluetooth
|
||||
import Quickshell.Widgets
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
id: root
|
||||
required property BluetoothDevice modelData
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import Quickshell
|
|||
import Quickshell.Bluetooth
|
||||
import Quickshell.Widgets
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
id: root
|
||||
required property BluetoothDevice modelData
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import QtQuick.Layouts
|
|||
import Quickshell
|
||||
import Quickshell.Widgets
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
id: root
|
||||
|
||||
required property var modelData
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ StyledPopupWindow {
|
|||
onClicked: Notifications.clear()
|
||||
}
|
||||
|
||||
StyledLabel {
|
||||
StyledRectangle {
|
||||
Layout.columnSpan: 2
|
||||
color: Styling.theme.base200
|
||||
StyledListView {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue