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. QT Widgets and License Question (New to QT)
Qt 6.11 is out! See what's new in the release blog

QT Widgets and License Question (New to QT)

Scheduled Pinned Locked Moved General and Desktop
12 Posts 3 Posters 3.1k Views 1 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 on last edited by
    #2

    Hi and welcome to devnet,

    1. You can browse and learn from QtCreator's sources. The widgets you see in QtCreator are based on standard widgets from Qt. For the look and feel, a custom style has been implemented.

    2. To have more information about the licensing options available in Qt, the most straight forward way is to contact "Digia":http://qt.digia.com/

    Hope it helps

    As a side note, it's Qt, QT stands for Apple's QuickTime :)

    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
    0
    • P Offline
      P Offline
      primem0ver
      wrote on last edited by
      #3

      Thanks for the info. What is the relationship between this environment/api and Quicktime?

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

        You're welcome !

        It's just a matter of how you write it. Qt is the framework you are using and QT is for QuickTime

        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
        0
        • P Offline
          P Offline
          primem0ver
          wrote on last edited by
          #5

          Oh... lol. ok. I understand now ;) I would want to disassociate myself from them too.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            primem0ver
            wrote on last edited by
            #6

            I downloaded the source. I cannot find any main ui file for the project that has the layout of the qt creator interface. Is there one?

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on last edited by
              #7

              Probably not. As QtCreator is really just a huge bunch of plugins that interact together, I'd bet the bar on the left is generated dynamically from these plugins.

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

                IIRC the widget is named something like "FancyToolBar"

                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
                0
                • P Offline
                  P Offline
                  primem0ver
                  wrote on last edited by
                  #9

                  Ok thanks a lot. That helped a bunch. So it appears that they weren't telling the complete truth about it all being made of the basic [standard] widgets. The bar is its own custom widget and the "fancy" buttons are also their own widget inherited from QToolButton but at least I have a starting point for learning how to use this system. This GUI system is a lot different from the ones I am used too. (.NET and MFC).

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

                    I don't see where they don't tell the truth, most big application customizes these building blocks to suit their needs, so they use standard widgets tailored to do what they want.

                    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
                    0
                    • P Offline
                      P Offline
                      primem0ver
                      wrote on last edited by
                      #11

                      Well the fancy button fits that description of a "customized" standard widget but the bar itself is its own widget derived straight from QWidget instead of being one of the basic widgets and the code for both are in the fancytoolbar code file. Not that I mind that, but it would help to have a more accurate description so that people can know what they are looking for.

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

                        I see your point now.

                        We might be getting philosophical about it, but indeed the widget naming can be misleading.

                        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
                        0

                        • Login

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