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. Horizontal List View From Right to Left
Forum Updated to NodeBB v4.3 + New Features

Horizontal List View From Right to Left

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 937 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.
  • D Offline
    D Offline
    dilansankalpa
    wrote on last edited by
    #1

    Hi,

    I'm new to QT. I need to add a ListView or List Widget as a Horizontal list. Items should be added from right to left. I first tried to make a left to right list view using flow property to left to right but its not working. When i set that property items become invisible. Can anyone please help me?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pratyaksh
      wrote on last edited by
      #2

      Use QTreeWidget or QTableWidget instead this will help you add columns wherein you can add data in each column in either direction.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dilansankalpa
        wrote on last edited by
        #3

        I think you are suggesting to create a 1 row table widget and add columns.
        hmm.. Ya that would be a nice idea. Thanks a lot for the reply.

        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