0% found this document useful (0 votes)
103 views3 pages

Qwidget Gallery

Kumpulan widget-widget yang didukung ole pemrograman C++ Qt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views3 pages

Qwidget Gallery

Kumpulan widget-widget yang didukung ole pemrograman C++ Qt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

12/24/2014

WindowsStyleWidgetGallery|QtWidgets5.4

Buttons

The QPushButton widget


provides a command
button.

The QToolButton class provides a quick-access button


to commands or options, usually used inside a
QToolBar.

The QCheckBox widget provides a

The QRadioButton widget provides a radio

checkbox with a text label.

button with a text or pixmap label.

Containers

The QGroupBox
widget provides a
group box frame
with a title.

The QTabWidget
class provides a
stack of tabbed
widgets.

The QFrame widget


provides a simple
decorated container
for other widgets.

http://doc.qt.io/qt5/gallerywindows.html

Item Views

The QToolBox
class provides a
column of tabbed
widget items.

3/6

12/24/2014

WindowsStyleWidgetGallery|QtWidgets5.4

Item Views

The QTreeView class


provides a default

The QListView class


provides a default
model/view
implementation of a

model/view
implementation of a
tree view. The

list/icon view. The


QListWidget class
provides a classic item-

QTreeWidget class
provides a classic itembased tree view.

based list/icon view.

The QTableView class


provides a default
model/view
implementation of a
table view. The
QTableWidget class
provides a classic itembased table view.

Display Widgets

The QProgressBar widget


provides a horizontal
progress bar.

The QLabel widget


provides a text or
image display.

The QLCDNumber widget


displays a number with LCDlike digits.

Input Widgets
The QLineEdit

The QDateEdit

widget is a
class provides a
one-line text
widget for editing
http://doc.qt.io/qt5/gallerywindows.html

The QTimeEdit
class provides a
widget for editing

The QDateTimeEdit
class provides a widget
for editing dates and

4/6

12/24/2014

one-line text
editor.

WindowsStyleWidgetGallery|QtWidgets5.4

widget for editing


dates.

The QSlider widget


provides a vertical or
horizontal slider.

The QComboBox widget is a


combined button and popup list.

The QFontComboBox widget


is a specialized combobox
that enables fonts to be
selected from a pop-up list
containing previews of
available fonts.

widget for editing


times.

for editing dates and


times.

The QSpinBox class


provides a spin box
widget.

The QDoubleSpinBox

The QScrollBar widget

class provides a spin


box widget that allows
double precision

provides a vertical or
horizontal scroll bar.
Here, we show a scroll

floating point numbers


to be entered.

bar with horizontal


orientation.

The QDial class provides

The QTextEdit class


a rounded range control
provides a widget that is
(like a speedometer or
used to edit and display
potentiometer).
both plain and rich text.

The QCalendarWidget class


provides a monthly
calendar widget that can
be used to select dates.

2014 Digia Plc and/or its subsidiaries. Documentation contributions


included herein are the copyrights of their respective owners. The
documentation provided herein is licensed under the terms of the GNU
Free Documentation License version 1.3 as published by the Free
Software Foundation. Digia, Qt and their respective logos are trademarks
of Digia Plc in Finland and/or other countries worldwide. All other
trademarks are property of their respective owners.

http://doc.qt.io/qt5/gallerywindows.html

5/6

You might also like