Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Row and Column align?
Qt 6.11 is out! See what's new in the release blog

Row and Column align?

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 3.3k 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.
  • C Offline
    C Offline
    CodeDaemon
    wrote on last edited by
    #1

    There is any way to align elements in the "Row" and "Column" at the bottom and right correspondingly?
    Like this:

    !http://codedaemon.users.photofile.ru/photo/codedaemon/1141320/144199495.jpg(align by bottom side in the Row)!
    !http://codedaemon.users.photofile.ru/photo/codedaemon/1141320/144199494.jpg(align by right side in the Column)!

    Without extra tricks like - placing each element into parent Item.

    Any ideas? Thanks!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      AFAIR no, but why you don't like idea about parent item? It will give you a lot of flexibility on alinging your element.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Franzk
        wrote on last edited by
        #3

        Parent/layout item: It's not a trick; it's the way it works.

        "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • C Offline
          C Offline
          CodeDaemon
          wrote on last edited by
          #4

          [quote author="Denis Kormalev" date="1311338433"]AFAIR no, but why you don't like idea about parent item? It will give you a lot of flexibility on alinging your element.[/quote]
          I not saying "don't like", I just think that maybe I miss something?
          But looks like there is not other way.

          1 Reply Last reply
          0
          • C Offline
            C Offline
            CodeDaemon
            wrote on last edited by
            #5

            [quote author="Franzk" date="1311340063"]Parent/layout item: It's not a trick; it's the way it works.[/quote]

            Tricks works too ;)

            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