Guest User

Untitled

a guest
Dec 16th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Edit:
  2.  
  3. MenuItem {
  4. text: qsTr("Edit")
  5. onClicked: {
  6. pageStack.push(Qt.resolvedUrl("EditCon.qml"), {"modelID": model})
  7. }
  8.  
  9. Vestion #1
  10.  
  11. Component.onCompleted: {
  12.  
  13. DBase.inDBase();
  14. populateList() //fills the list on the screen
  15.  
  16. }
  17.  
  18. Vestion #2
  19.  
  20. Component.onCompleted: {
  21.  
  22. DBase.inDBase();
  23.  
  24. }
  25. onStatusChanged: {
  26.  
  27. populateList()
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment