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

Twitter Demo App

 import QtQuick 2.4
 import QtQuick.Controls 1.2

 import Felgo 3.0
 import "../widgets"

 ListPage {
   title: qsTr("Lists")

   listView.emptyText.text: qsTr("No lists")

   onItemSelected: {
     console.debug("Selected list at position", index)

     navigationStack.push(mainPageComponent, { title: item.text, rightBarItem: null })
   }

   // Note: No need to use JsonListModel, categories are hardcoded here and don't change
   model: [
     { "text": "Felgo Developers", "detailText": "49.213 members" },
     { "text": "App Developers", "detailText": "10.968 members" },
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded