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. Looking for example to learn combination of "text" and "form / ui" design

Looking for example to learn combination of "text" and "form / ui" design

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 233 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    Judging from recent experience examples included in QT Creator are not the best for the beginner. During my previous life, when I started with Qt I struggled with managing "text development" and "GUI / ui development" together.
    That was few years back and I like to avoid same problems again.
    If I recall - there is a relationship between adding components using standard text methods and doing same in form / graphical design.

    I am asking this forum - does anybody have a suggestion WHICH example woudl be the best to learn from .

    The samples descriptions do not lend itself to identify if it is "text sample" or "GUI /form sample " or both .

    Thanks

    Pl45m4P 1 Reply Last reply
    0
    • A Anonymous_Banned275

      Judging from recent experience examples included in QT Creator are not the best for the beginner. During my previous life, when I started with Qt I struggled with managing "text development" and "GUI / ui development" together.
      That was few years back and I like to avoid same problems again.
      If I recall - there is a relationship between adding components using standard text methods and doing same in form / graphical design.

      I am asking this forum - does anybody have a suggestion WHICH example woudl be the best to learn from .

      The samples descriptions do not lend itself to identify if it is "text sample" or "GUI /form sample " or both .

      Thanks

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @AnneRanch said in Looking for example to learn combination of "text" and "form / ui" design:

      The samples descriptions do not lend itself to identify if it is "text sample" or "GUI /form sample " or both .

      Are you talking about the difference between QtDesigner (the .ui XML type files created with Designer) and actual C++ code?

      In most cases it's a combination of both... Some things are easier to create by using the Designer GUI, but some things just can not be done in designer... You have to use C++ code then to make them or to change a specific setting.
      For simple GUIs, you can do almost everything in design mode, by dragging the buttons, layouts and labels to their destination. Afterwards you go to your code and setup their behavior etc.. (What happens, if you click QPushButton XY)

      @AnneRanch said in Looking for example to learn combination of "text" and "form / ui" design:

      does anybody have a suggestion WHICH example woudl be the best to learn from

      Depends on what exactly you want to learn :)


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      1

      • Login

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