-
-
-
Subclasses of QAbstractScrollArea in io.qt.widgets
Modifier and Type |
Class |
Description |
class |
QAbstractItemView |
The basic functionality for item view classes
|
class |
QColumnView |
Model/view implementation of a column view
|
class |
QGraphicsView |
Widget for displaying the contents of a QGraphicsScene
|
class |
QHeaderView |
Header row or header column for item views
|
class |
QListView |
List or icon view onto a model
|
class |
QListWidget |
Item-based list widget
|
class |
QMdiArea |
Area in which MDI windows are displayed
|
class |
QPlainTextEdit |
Widget that is used to edit and display plain text
|
class |
QScrollArea |
Scrolling view onto another widget
|
class |
QTableView |
Default model/view implementation of a table view
|
class |
QTableWidget |
Item-based table view with a default model
|
class |
QTextBrowser |
Rich text browser with hypertext navigation
|
class |
QTextEdit |
Widget that is used to edit and display both plain and rich text
|
class |
QTreeView |
Default model/view implementation of a tree view
|
class |
QTreeWidget |
Tree view that uses a predefined tree model
|
class |
QUndoView |
Displays the contents of a QUndoStack
|