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. Adding QGroupBox around every item added
Qt 6.11 is out! See what's new in the release blog

Adding QGroupBox around every item added

Scheduled Pinned Locked Moved Solved General and Desktop
16 Posts 3 Posters 6.6k Views 3 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 SGaist

    Looks like a MDI setup.

    QMdiArea
    QMdiSubWindow

    cerrC Offline
    cerrC Offline
    cerr
    wrote on last edited by
    #7

    @SGaist
    We already have the terminal and the splitter and everything going but what I now would like to include is, that each split terminal can be added to a particular group so that key strokes can be sent to each terminal that is a member of that group instead of just to one.... and that's what I'm having troubles with.

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

      Looks like you should rather use an event filter to propagate the key events to the other members of "terminal groups"

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      cerrC 1 Reply Last reply
      0
      • SGaistS SGaist

        Looks like you should rather use an event filter to propagate the key events to the other members of "terminal groups"

        cerrC Offline
        cerrC Offline
        cerr
        wrote on last edited by
        #9

        @SGaist
        I was intending to use the groupbox to display to group assignment for each terminal instance . Other ideas are appreciated, too!

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

          That I understood, and it's one way to do it.

          Out of curiosity, aren't you kind of re-implementing the Konsole application ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          cerrC 1 Reply Last reply
          0
          • SGaistS SGaist

            That I understood, and it's one way to do it.

            Out of curiosity, aren't you kind of re-implementing the Konsole application ?

            cerrC Offline
            cerrC Offline
            cerr
            wrote on last edited by
            #11

            @SGaist
            Konsole with some advanced features, see https://github.com/kterminal/kterminal

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

              What features are you adding ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              cerrC 1 Reply Last reply
              0
              • SGaistS SGaist

                What features are you adding ?

                cerrC Offline
                cerrC Offline
                cerr
                wrote on last edited by
                #13

                @SGaist said in Adding QGroupBox around every item added:

                What features are you adding ?

                splitting (& grouping) kind of like in Terminator (https://launchpad.net/terminator).

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

                  Out of curiosity, why not improve Konsole directly ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  cerrC 1 Reply Last reply
                  0
                  • SGaistS SGaist

                    Out of curiosity, why not improve Konsole directly ?

                    cerrC Offline
                    cerrC Offline
                    cerr
                    wrote on last edited by cerr
                    #15

                    @SGaist said in Adding QGroupBox around every item added:

                    Out of curiosity, why not improve Konsole directly ?

                    Because the splitting & tabbing the way it's done in Konsole is a particular feature that will be of benefit to a particular user base and we/I don't necessarily feel like messing with them as a newbie in terms of contributing to OSS - if that makes sense... I however could KTerminal see to become a second terminal option in (standard) KDE, next to Konsole for people that are looking for the other kind of tabbing & splitting...

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

                      That's a wrong assumption you're doing. You should contact the Konsole maintainers and talk with them about this feature. That's the best way to know whether you should go ahead or provide an alternative.

                      You seem to be a bit afraid of contributing. The best way to start is to talk with the people from the project and KDE is one very friendly project.

                      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