Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Custom list view as a product catalog for our business app
Qt 6.11 is out! See what's new in the release blog

Custom list view as a product catalog for our business app

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    prsolucoes
    wrote on last edited by
    #1

    Hi,

    Im my business we have a app to android and iphone called Ubook:
    https://play.google.com/store/apps/details?id=br.com.ubook.ubookapp

    I want create a new Qt application that show our AudioBooks as a catalog in a TV with raspberry and this application that i want create.

    Everything is working with Qt and Raspberry. But i dont find any resource about create a custom list that i can customize to have this appearance:

    !https://lh4.ggpht.com/2bF5mXprvqGxxA89NbhYQvUvYf3EZClLdIswkCIVDRG1pZnSBl2j-64NXHl318zflpg=h900-rw(Example of application)!

    I dont know if i use QML or a simple desktop app using only c++.

    How i can do it? What is the correct way?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Can you share an image of what you would like your application to look like ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        To me, this image suggests using QML. However, your needs are quite vague.

        1 Reply Last reply
        0
        • P Offline
          P Offline
          prsolucoes
          wrote on last edited by
          #4

          I have create a simple QML project, but it show me a simple list of text. I dont know if exists or can be possible to create, a ListView with a custom rows.

          On my app, i have:

          |-- scrollview (vertical ^-v)

          |----- list os banners (horizontal <-->)

          |----- list os products (horizontal <-->)

          |----- list os products (horizontal <-->)

          |----- list os banners (horizontal <-->)

          Has any sample or a way to do it?

          1 Reply Last reply
          0
          • P Offline
            P Offline
            prsolucoes
            wrote on last edited by
            #5

            Can anyone help me?

            Thanks for any help/light :)

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Create your own delegate

              You can find inspiration in the "Dynamic List ListView" example

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved