Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. import QtQuick 2.6
  2. import QtQuick.Layouts 1.4
  3. import QtQuick.Controls 2.2
  4.  
  5. Control {
  6. width: 300
  7. contentItem: ColumnLayout {
  8. Text {
  9. Layout.fillWidth: true
  10. text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam purus lacus, cursus id fermentum vel"
  11. wrapMode: Text.WordWrap
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement