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

QFrame versus QGroupBox

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    Can somebody give me few words explanation about "the difference" between these ?

    Prefer actual user comments , no more RTFM...

    1 Reply Last reply
    0
    • JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by JoeCFD
      #2

      QFame is a widget which can have a frame.
      QGroupBox is a widget with a box and a title.
      You may think QGroupBox = QLabel + QFrame( laid out vertically.). Actually, the title can also be checked.

      1 Reply Last reply
      1
      • SavizS Offline
        SavizS Offline
        Saviz
        wrote on last edited by
        #3

        They are both a type of Widget.

        QFrame is simply a Widget that has a frame at the outer side as well as vertical and horizontal layout. You usually use this if you want to layout elements inside of it in either horizontal or vertical orientation with a nice frame at the outer parameter.

        QGroupBox on the other hand has a box layout as well as a title at the top. This widget is ideal for grouping a set of options (such as buttons, checkboxes, combo boxes) together in a professional matter. It also helps with providing a relationship between the elements that are placed inside of it.

        Here is an image of the GroupBox: (Not the best example, but should demonstrate it)

        Groupbox.png

        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