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. Newbie question

Newbie question

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

    I have not used Qt Creator for a couple of years and I am now relearning it by running some of the examples in the SerialPort folder. No problem with running them but I now want to use them as the basis for writing some apps by modifying the UI and adding some features. However, most of these examples have no .ui file in the folder which means I can't use the design mode to change anything. There probably is a simple answer to this. Can anybody tell me what it is?

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

      Hi,

      Well, the simple answer is: there's no need to use Designer systematically to build a UI.

      Some of the examples are command line only, others provide a simple dialog completely built through C++ and only the terminal example uses a Designer based UI.

      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
      • Q Offline
        Q Offline
        QT_fan
        wrote on last edited by
        #3

        Thanks for your help. The answer was simple. In retrospect I probably should have been able to figure it out for myself.

        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