Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.14 KB | None | 0 0
  1. Popup {
  2.     Rectangle {
  3.         anchors.fill: parent
  4.         color: "yellow"
  5.         Text {
  6.             anchors.centerIn: parent
  7.             text: "some test text"
  8.         }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement