Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

MVC Architecture Demo App

 import QtQuick 2.0

 Item {

   // function to format the todo title for display
   // appends draft number for drafts
   function formatTitle(todo) {
     if(!todo)
       return ""

     return qsTr("Todo") + " " + todo.id
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded