Advertisement
Guest User

main.qml

a guest
May 4th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. import QtQuick 2.0
  2. import QtQuick.Layouts 1.1
  3. import org.kde.plasma.plasmoid 2.0
  4. import org.kde.plasma.core 2.0 as PlasmaCore
  5. import org.kde.plasma.components 2.0 as PlasmaComponents
  6.  
  7. Item {
  8. id: root
  9. Plasmoid.preferredRepresentation: Plasmoid.compactRepresentation
  10. Plasmoid.compactRepresentation: CompactRepresentation {}
  11. Plasmoid.fullRepresentation: FullRepresentation { }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement