Advertisement
Guest User

Untitled

a guest
Dec 21st, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. MainPage.qml
  2.  
  3. Page {
  4. id: page
  5.  
  6. property bool stopthis: false
  7.  
  8. //more stuff
  9.  
  10. }
  11.  
  12. Dialog.qml
  13.  
  14. Dialog {
  15. id: editdialog
  16.  
  17. acceptDestinationAction: PageStackAction.Pop
  18.  
  19. onAccepted:{
  20.  
  21. //do stuff
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement