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)
Forum Updated to NodeBB v4.3 + New Features

QT Widgets and License Question (New to QT)

Scheduled Pinned Locked Moved General and Desktop
12 Posts 3 Posters 3.0k 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.
  • 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