Advertisement
Guest User

Untitled

a guest
Nov 8th, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import QtQuick 1.1
  2. import com.nokia.meego 1.0
  3.  
  4. PageStackWindow {
  5. id: appWindow
  6.  
  7. Component.onCompleted: {
  8. theme.inverted = true
  9. }
  10.  
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement