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. Experimenting with the layouts
Forum Updated to NodeBB v4.3 + New Features

Experimenting with the layouts

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 279 Views
  • 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.
  • Swati777999S Offline
    Swati777999S Offline
    Swati777999
    wrote on last edited by
    #1

    Hi All,

    What's the best way to experiment with the layout? There are different layouts and functions from different classes.
    How to set use these functions correctly to get the desired result? Most of the time, the changes due to adding functions/properties don't show up in my display.

    I am facing problem with the syntax of these functions from different Qt classes too.

    Need suggestions for improvement.

    Thanks.

    “ In order to be irreplaceable, one must always be different” – Coco Chanel

    JonBJ 1 Reply Last reply
    0
    • Swati777999S Swati777999

      Hi All,

      What's the best way to experiment with the layout? There are different layouts and functions from different classes.
      How to set use these functions correctly to get the desired result? Most of the time, the changes due to adding functions/properties don't show up in my display.

      I am facing problem with the syntax of these functions from different Qt classes too.

      Need suggestions for improvement.

      Thanks.

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by JonB
      #2

      @Swati777999
      How about playing with your desired design in Qt Designer? Use that to interactively examine what you want/what you get. Then if you're doing the actual work in code instead port the generated code from Designer (in the ui_....h file) to your code.

      1 Reply Last reply
      2
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by JoeCFD
        #3

        Try it in designer which has preview
        ==>Form==>Preview in==>Fusion Style
        to make sure the layouts are right and then generate your C++ code.

        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