mirror of
https://github.com/folfcoder/plasma-sharkle.git
synced 2025-06-08 17:59:35 +00:00
feat: add support for Plasma 6
This commit is contained in:
parent
ee5fdcdacf
commit
e22066cdcb
3 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
// configGeneral.qml
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Controls 2.5
|
||||
import QtQuick.Layouts 1.12
|
||||
import org.kde.kirigami 2.4 as Kirigami
|
||||
import QtQuick.Controls 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
import org.kde.kirigami 2.5 as Kirigami
|
||||
|
||||
Item {
|
||||
id: page
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
import QtQuick 2.12
|
||||
import QtQuick.Layouts 1.12
|
||||
import QtQuick 2.15
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtQuick.Controls 2.5
|
||||
import QtMultimedia 5.15
|
||||
import QtMultimedia 6.7
|
||||
|
||||
import org.kde.plasma.plasmoid 2.0
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
import org.kde.plasma.core as PlasmaCore
|
||||
|
||||
Item {
|
||||
PlasmoidItem {
|
||||
Plasmoid.backgroundHints: PlasmaCore.Types.NoBackground
|
||||
Plasmoid.fullRepresentation: Item {
|
||||
fullRepresentation: Item {
|
||||
Layout.minimumWidth: 100
|
||||
Layout.minimumHeight: 100
|
||||
Layout.preferredWidth: 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue