Advertisement
Guest User

main.qml

a guest
Apr 20th, 2015
1,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement