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. QButtonGroup as QtDesigner plugin?
Forum Updated to NodeBB v4.3 + New Features

QButtonGroup as QtDesigner plugin?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 345 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.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by Dariusz
    #1

    Hey

    Is it possible to create custom QButtonGroup in QDesigner via custom plugin?

    Christian EhrlicherC 1 Reply Last reply
    0
    • D Dariusz

      Hey

      Is it possible to create custom QButtonGroup in QDesigner via custom plugin?

      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Dariusz No because QButtonGroup is no QWidget - see also https://forum.qt.io/topic/142886 with the exact same question & answer.

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

      B 1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher

        @Dariusz No because QButtonGroup is no QWidget - see also https://forum.qt.io/topic/142886 with the exact same question & answer.

        B Offline
        B Offline
        Bonnie
        wrote on last edited by Bonnie
        #3

        @Christian-Ehrlicher Actually it is possible to use QButtonGroup in designer without any plugin.
        Just select two or more buttons in designer and right click, then in the context menu you'll see "Assign to button group" -> "New button group".
        BTW QActionGroup is not available in designer.

        D 1 Reply Last reply
        2
        • B Bonnie

          @Christian-Ehrlicher Actually it is possible to use QButtonGroup in designer without any plugin.
          Just select two or more buttons in designer and right click, then in the context menu you'll see "Assign to button group" -> "New button group".
          BTW QActionGroup is not available in designer.

          D Offline
          D Offline
          Dariusz
          wrote on last edited by
          #4

          @Bonnie I know I can use it, but I want to create custom QGroupBox and use that one instead.

          JonBJ 1 Reply Last reply
          0
          • D Dariusz

            @Bonnie I know I can use it, but I want to create custom QGroupBox and use that one instead.

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by
            #5

            @Dariusz
            Unlike QButtonGroup, QGroupBox is a widget. Do you mean you want to use some customized QGroupBox in Designer? You could Promote or write a Custom Widget Plugin for that?

            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