qwidget gallery

Upload: hendra-dwi-saputra

Post on 01-Jun-2018

221 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/9/2019 Qwidget Gallery

    1/3

    12/24/2014 Windows Style Widget Gallery | Qt Widgets 5.4

    http://doc.qt.io/qt-5/gallery-windows.html 3/6

    Buttons

    The QPushButton widgetprovides a commandbutton.

    The QToolButton class provides a quick-access buttonto commands or options, usually used inside aQToolBar .

    The QCheckBox widget provides acheckbox with a text label.

    The QRadioButton widget provides a radiobutton with a text or pixmap label.

    Containers

    The QGroupBoxwidget provides a

    group box framewith a title.

    The QTabWidgetclass provides a

    stack of tabbedwidgets.

    The QFrame widgetprovides a simpledecorated containerfor other widgets. The QToolBox

    class provides acolumn of tabbed

    widget items.

    http://doc.qt.io/qt-5/qtoolbox.htmlhttp://doc.qt.io/qt-5/qtoolbutton.htmlhttp://doc.qt.io/qt-5/qtoolbar.htmlhttp://doc.qt.io/qt-5/qgroupbox.htmlhttp://doc.qt.io/qt-5/qframe.htmlhttp://doc.qt.io/qt-5/qcheckbox.htmlhttp://doc.qt.io/qt-5/qradiobutton.htmlhttp://doc.qt.io/qt-5/qpushbutton.htmlhttp://doc.qt.io/qt-5/qtabwidget.html
  • 8/9/2019 Qwidget Gallery

    2/3

  • 8/9/2019 Qwidget Gallery

    3/3