Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QT creator and making it look like Borland C++ builder
Qt 6.11 is out! See what's new in the release blog

QT creator and making it look like Borland C++ builder

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
11 Posts 5 Posters 339 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote last edited by
    #2

    Hi,

    I am not sure to follow your question. Are you looking for QTabWidget ?

    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
    2
    • M madyn

      On windows 11, working with ARM processors, PC board design, and c++ applications. Thinking (strongly) of changing to Linux.

      Borland Rad studio C++ CE edition is free, but a pain to work with (and windows only). Investigating QT for a unified graphics solution from PCs through Android to MPU.

      I have a PC interface that involves buttons, button bars, tabbed windows, and upon occasion, actual serial communications. I'm beginning to get the hang (different terminology) of QT CE, but I haven't found the tabbed windows (to create a page select series of tabs).

      I don't see any widgets.........
      They do exist, don't they?

      Harvey

      cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote last edited by
      #3

      @madyn Create a new project as: File > New Project > Application (Qt) > Qt Widgets Application.

      When the project is generated double click on the mainwindow.ui file in the Projects tree view.

      In the Widget Box ad Containers you have the Tab Widget.

      This is how it looks on macOS:

      qtcreator-widgets.png

      1 Reply Last reply
      2
      • M Offline
        M Offline
        madyn
        wrote last edited by
        #4

        Thank you, the last post was what I needed. I was trying to use QT designer, which either does not have that plugin or there is no plugin to be had. Seems limited to me at this point. My goal is to more or less replicate projects written in Borland Rad studio C++. I have the underlying objects working, I need to create a GUI with the same capabilities. Tabbed windows, value editors, button bars, and the like.

        1 Reply Last reply
        0
        • Christian EhrlicherC Offline
          Christian EhrlicherC Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote last edited by
          #5

          The QTabWidget is also available in the designer - it's a standard widget.

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          M 1 Reply Last reply
          1
          • Christian EhrlicherC Christian Ehrlicher

            The QTabWidget is also available in the designer - it's a standard widget.

            M Offline
            M Offline
            madyn
            wrote last edited by
            #6

            @Christian-Ehrlicher

            I didn't find it. Is it under an alias somewhere?

            thanks

            1 Reply Last reply
            0
            • Christian EhrlicherC Offline
              Christian EhrlicherC Offline
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote last edited by
              #7

              It's in the same place as in QtCreator.

              grafik.png

              Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
              Visit the Qt Academy at https://academy.qt.io/catalog

              M 1 Reply Last reply
              1
              • Christian EhrlicherC Christian Ehrlicher

                It's in the same place as in QtCreator.

                grafik.png

                M Offline
                M Offline
                madyn
                wrote last edited by
                #8

                @Christian-Ehrlicher

                Ah Dont have widgets. Containers does not have a tab widget. QT does, however.
                Design studio 4.8.1.

                What's the setting/module I've missed?

                JonBJ 1 Reply Last reply
                0
                • M madyn

                  @Christian-Ehrlicher

                  Ah Dont have widgets. Containers does not have a tab widget. QT does, however.
                  Design studio 4.8.1.

                  What's the setting/module I've missed?

                  JonBJ Offline
                  JonBJ Offline
                  JonB
                  wrote last edited by
                  #9

                  @madyn
                  Are you using Qt Design Studio or are you using Qt Designer (which is either standalone or embedded in Qt Creator)? They are not the same thing. Design Studio is not for widgets. I don't know which you are looking for to equate to "Borland Rad studio".

                  M 1 Reply Last reply
                  1
                  • JonBJ JonB

                    @madyn
                    Are you using Qt Design Studio or are you using Qt Designer (which is either standalone or embedded in Qt Creator)? They are not the same thing. Design Studio is not for widgets. I don't know which you are looking for to equate to "Borland Rad studio".

                    M Offline
                    M Offline
                    madyn
                    wrote last edited by
                    #10

                    @JonB

                    Your question provides the answer.
                    I was using QT design studio as a standalone. I think I shall remove it unless there's a use for it I do not see. I'll try through QT designer and see how that works.

                    The Borland Rad Studio is what I have been using, and I was looking for an equivalence of design elements.

                    Thanks.

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

                      You can go directly with Qt Creator which embeds Designer already. That way you don't have to leave the IDE to continue development.

                      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

                      • Login

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