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

Qt World Summit Conference App

 import Felgo
 import QtQuick
 import "../common"
 import "../details"

 AppPage {
   id: page
   title: track.title
   backgroundColor: Theme.colors.secondaryBackgroundColor

   property var track

   TimetableDaySchedule {
     width: parent.width
     height: parent.height
     talkIds: track.talks
     searchAllowed: false
     onItemClicked: function(item) {
       page.navigationStack.push(detailPageComponent, { item: item })
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded