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. Differences between Qwidget , QMainwin and Qdialogue

Differences between Qwidget , QMainwin and Qdialogue

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 20.4k 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.
  • A Offline
    A Offline
    ahdbk
    wrote on 11 Apr 2013, 07:53 last edited by
    #1

    hello ,

    i want to know what is the differences between Qwidget , QMainwin and Qdialogue

    Thanks

    Best Regards
    Ahd bk

    Visit www.jci.cc to learn how young people around the world are working to create positive change!

    1 Reply Last reply
    0
    • P Offline
      P Offline
      prady_80
      wrote on 11 Apr 2013, 08:12 last edited by
      #2

      Why don't you read the docs to understand them? The documentation is very extensive.

      "Qwidget":http://qt-project.org/doc/qt-4.8/qwidget.html
      "QDialog":http://qt-project.org/doc/qt-4.8/qdialog.html
      "QMainWindow":http://qt-project.org/doc/qt-4.8/qmainwindow.html

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sierdzio
        Moderators
        wrote on 11 Apr 2013, 08:26 last edited by
        #3

        As prady_80 suggested. Qt docs are really good.

        In short:

        • QWidget is a base class for all other GUI elements in QtWidgets module. It can constitute a window by itself, or be part of a QLayout, or just a member of parent-child hierarchy
        • QDialog is usually used to - surprise! - display a temporary dialog when user input is required
        • QMainWindow is a convenience class that can be used as the main window of your application. It has some nice features built-in: a status bar, tool bars and a menu bar.

        (Z(:^

        1 Reply Last reply
        2
        • A Offline
          A Offline
          ahdbk
          wrote on 11 Apr 2013, 08:29 last edited by
          #4

          thanks sierdzio :-)

          Best Regards
          Ahd bk

          Visit www.jci.cc to learn how young people around the world are working to create positive change!

          1 Reply Last reply
          0

          3/4

          11 Apr 2013, 08:26

          • Login

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