Advertisement
Guest User

Untitled

a guest
Feb 15th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PageStackWindow {
  2.       Connections {
  3.         target: quicklistThread
  4.         onSsLoadCompleted: {
  5.             console.log("QML: Finished loading Subspecialty Quicklist")
  6.             allowQuickstartLevel2 = true
  7.             subjectsQuickstartPage.header = "Fach"
  8.             subjectsQuickstartPage.listViewColor = "#FFF"
  9.         }
  10.     }
  11.     Connections
  12.     {
  13.         target: rootWindow
  14.         onOrientationChangeFinished:
  15.         {
  16.             console.log("this works.")
  17.         }
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement