Advertisement
Guest User

Untitled

a guest
Oct 1st, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import QtQuick 2.1
  2. import QtQuick.Controls 1.0
  3. import QtQuick.Layouts 1.0
  4.  
  5. ApplicationWindow {
  6.  
  7. statusBar: StatusBar {
  8. RowLayout {
  9. Label { }
  10. ProgressBar { }
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement