Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.40 KB | None | 0 0
  1. import QtQuick 2.12
  2. import QtQuick.Controls 2.12
  3.  
  4. ApplicationWindow {
  5.     width: 400
  6.     visible: true
  7.  
  8.     TextInput {
  9.         text: "rstenrstenrsetnretnersintenreitsrnoinfunpunfruntunfuntunfuftnufuntf"
  10.         width: 200
  11.         clip: true
  12.  
  13.         Rectangle {
  14.             anchors.fill: parent
  15.             color: "transparent"
  16.             border.color: "darkorange"
  17.         }
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement