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. Your thought on qt designer

Your thought on qt designer

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 1.0k Views 2 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.
  • S Offline
    S Offline
    SigintNinja
    wrote on last edited by
    #1

    Hi guys,

    was watching a video on qt designer and one of the comments was saying that real programmers wouldnt use qt designer as it generates "longer than needed" code which is unoptimized and therefore not very professional...would you agree with this or do you think the poster was being a bit silly? am i better off coding a UI or is it perfectly ok to use designer...just fishing for info...thanks

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

      Hi,

      Nothing wrong with using Qt Designer. Some people like to build their GUI from visual elements rather than pure code.

      Also, there are many ways to write unprofessional code. The use of Qt Designer is not one of them.

      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
      1
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by
        #3

        I don't know where the idea that the designer creates "longer than needed" code came from. It's basically line for line what you would write manually anyway. Of course, as @SGaist said, you can generate bad code in any way, using designer or not.

        Personally I rarely use the designer, but it's mostly because of limitations of what it can do, not the quality of the generated code. If your needs are covered by its functionality then there's no reason not to use it. Saves time for sure.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SigintNinja
          wrote on last edited by
          #4

          thanks guys...i suppose you can always use designer for the basics and then customise the code for more elaborate functions...thanks for the replies

          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