mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
use the new FullScreenPanel component
This commit is contained in:
parent
4a1c477fba
commit
ef4555f66c
2 changed files with 4 additions and 2 deletions
|
|
@ -21,8 +21,9 @@ import QtQuick 2.0
|
||||||
import QtQuick.Layouts 1.1
|
import QtQuick.Layouts 1.1
|
||||||
import QtQuick.Window 2.2
|
import QtQuick.Window 2.2
|
||||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||||
|
import org.kde.plasma.mobilecomponents 0.2
|
||||||
|
|
||||||
Window {
|
FullScreenPanel {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
property int offset: 0
|
property int offset: 0
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,9 @@ import QtQuick.Layouts 1.1
|
||||||
import QtQuick.Window 2.2
|
import QtQuick.Window 2.2
|
||||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||||
|
import org.kde.plasma.mobilecomponents 0.2
|
||||||
|
|
||||||
Window {
|
FullScreenPanel {
|
||||||
id: window
|
id: window
|
||||||
|
|
||||||
visible: false
|
visible: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue