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

Todo List Demo App

 import QtQuick 2.0

 Item {

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

     return qsTr("Todo") + " " + (todo.id < 0 ? (-todo.id) + " (Draft)" : todo.id)
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded