QAbstractButton |
The abstract base class of button widgets, providing functionality common to buttons
|
QAbstractGraphicsShapeItem |
Common base for all path items
|
QAbstractItemDelegate |
Used to display and edit data items from a model
|
QAbstractItemDelegate.EndEditHint |
|
QAbstractItemView |
The basic functionality for item view classes
|
QAbstractItemView.CursorAction |
|
QAbstractItemView.DragDropMode |
|
QAbstractItemView.DropIndicatorPosition |
|
QAbstractItemView.EditTrigger |
|
QAbstractItemView.EditTriggers |
|
QAbstractItemView.ScrollHint |
|
QAbstractItemView.ScrollMode |
|
QAbstractItemView.SelectionBehavior |
|
QAbstractItemView.SelectionMode |
|
QAbstractItemView.State |
|
QAbstractScrollArea |
Scrolling area with on-demand scroll bars
|
QAbstractScrollArea.SizeAdjustPolicy |
|
QAbstractSlider |
Integer value within a range
|
QAbstractSlider.SliderAction |
|
QAbstractSlider.SliderChange |
|
QAbstractSpinBox |
Spinbox and a line edit to display values
|
QAbstractSpinBox.ButtonSymbols |
|
QAbstractSpinBox.CorrectionMode |
|
QAbstractSpinBox.StepEnabled |
|
QAbstractSpinBox.StepEnabledFlag |
|
QAbstractSpinBox.StepType |
|
QApplication |
Manages the GUI application's control flow and main settings
|
QBoxLayout |
Lines up child widgets horizontally or vertically
|
QBoxLayout.Direction |
|
QButtonGroup |
Container to organize groups of button widgets
|
QCalendarWidget |
Monthly based calendar widget allowing the user to select a date
|
QCalendarWidget.HorizontalHeaderFormat |
|
QCalendarWidget.SelectionMode |
|
QCalendarWidget.VerticalHeaderFormat |
|
QCheckBox |
Checkbox with a text label
|
QColorDialog.ColorDialogOption |
|
QColorDialog.ColorDialogOptions |
|
QColormap |
Maps device independent QColors to device dependent pixel values
|
QColormap.Mode |
|
QComboBox |
Combined button and popup list
|
QComboBox.InsertPolicy |
|
QComboBox.SizeAdjustPolicy |
|
QCommonStyle |
Encapsulates the common Look and Feel of a GUI
|
QCompleter |
Completions based on an item model
|
QCompleter.CompletionMode |
|
QCompleter.ModelSorting |
|
QCompleter.MultiSignal_activated |
Wrapper class for overloaded signals:
|
QCompleter.MultiSignal_highlighted |
Wrapper class for overloaded signals:
|
QDataWidgetMapper.SubmitPolicy |
|
QDateTimeEdit |
Widget for editing dates and times
|
QDateTimeEdit.Section |
|
QDateTimeEdit.Sections |
|
QDialog |
The base class of dialog windows
|
QDialog.DialogCode |
|
QDialogButtonBox.ButtonLayout |
|
QDialogButtonBox.ButtonRole |
|
QDialogButtonBox.StandardButton |
|
QDialogButtonBox.StandardButtons |
|
QDockWidget |
Widget that can be docked inside a QMainWindow or floated as a top-level window on the desktop
|
QDockWidget.DockWidgetFeature |
|
QDockWidget.DockWidgetFeatures |
|
QErrorMessage |
Error message display dialog
|
QFileDialog.AcceptMode |
|
QFileDialog.DialogLabel |
|
QFileDialog.FileContentHandler |
Java wrapper for Qt function pointer std::function<void(const QString&,const QByteArray&)>
|
QFileDialog.FileMode |
|
QFileDialog.Option |
|
QFileDialog.Options |
|
QFileDialog.Result |
|
QFileDialog.ViewMode |
|
QFontComboBox.FontFilter |
|
QFontComboBox.FontFilters |
|
QFontDialog.FontDialogOption |
|
QFontDialog.FontDialogOptions |
|
QFormLayout.FieldGrowthPolicy |
|
QFormLayout.ItemInfo |
|
QFormLayout.ItemRole |
|
QFormLayout.RowWrapPolicy |
|
QFormLayout.TakeRowResult |
Contains the result of a QFormLayout::takeRow() call
|
QFrame |
The base class of widgets that can have a frame
|
QFrame.Shadow |
|
QFrame.Shape |
|
QFrame.StyleMask |
|
QGesture |
Represents a gesture, containing properties that describe the corresponding user input
|
QGesture.GestureCancelPolicy |
|
QGestureRecognizer |
The infrastructure for gesture recognition
|
QGestureRecognizer.Result |
|
QGestureRecognizer.ResultFlag |
|
QGraphicsAnchor |
Represents an anchor between two items in a QGraphicsAnchorLayout
|
QGraphicsBlurEffect.BlurHint |
|
QGraphicsBlurEffect.BlurHints |
|
QGraphicsEffect |
The base class for all graphics effects
|
QGraphicsEffect.ChangeFlag |
|
QGraphicsEffect.ChangeFlags |
|
QGraphicsEffect.PixmapPadMode |
|
QGraphicsEllipseItem |
Ellipse item that you can add to a QGraphicsScene
|
QGraphicsItem |
The base class for all graphical items in a QGraphicsScene
|
QGraphicsItem.BlockedByModalPanelInfo |
|
QGraphicsItem.CacheMode |
|
QGraphicsItem.Extension |
Java wrapper for Qt enum QGraphicsItem::Extension
|
QGraphicsItem.GraphicsItemChange |
|
QGraphicsItem.GraphicsItemFlag |
|
QGraphicsItem.GraphicsItemFlags |
|
QGraphicsItem.MemberAccess |
|
QGraphicsItem.PanelModality |
|
QGraphicsItemGroup |
Container that treats a group of items as a single item
|
QGraphicsLayout |
The base class for all layouts in Graphics View
|
QGraphicsLayoutItem |
Can be inherited to allow your custom items to be managed by layouts
|
QGraphicsLayoutItem.MemberAccess |
|
QGraphicsLineItem |
Line item that you can add to a QGraphicsScene
|
QGraphicsObject |
Base class for all graphics items that require signals, slots and properties
|
QGraphicsPathItem |
Path item that you can add to a QGraphicsScene
|
QGraphicsPixmapItem |
Pixmap item that you can add to a QGraphicsScene
|
QGraphicsPixmapItem.ShapeMode |
|
QGraphicsPolygonItem |
Polygon item that you can add to a QGraphicsScene
|
QGraphicsProxyWidget |
Proxy layer for embedding a QWidget in a QGraphicsScene
|
QGraphicsRectItem |
Rectangle item that you can add to a QGraphicsScene
|
QGraphicsScene |
Surface for managing a large number of 2D graphical items
|
QGraphicsScene.ItemIndexMethod |
|
QGraphicsScene.SceneLayer |
|
QGraphicsScene.SceneLayers |
|
QGraphicsSceneContextMenuEvent |
Context menu events in the graphics view framework
|
QGraphicsSceneContextMenuEvent.Reason |
|
QGraphicsSceneDragDropEvent |
Events for drag and drop in the graphics view framework
|
QGraphicsSceneEvent |
Base class for all graphics view related events
|
QGraphicsSceneHelpEvent |
Events when a tooltip is requested
|
QGraphicsSceneHoverEvent |
Hover events in the graphics view framework
|
QGraphicsSceneMouseEvent |
Mouse events in the graphics view framework
|
QGraphicsSceneMoveEvent |
Events for widget moving in the graphics view framework
|
QGraphicsSceneResizeEvent |
Events for widget resizing in the graphics view framework
|
QGraphicsSceneWheelEvent |
Wheel events in the graphics view framework
|
QGraphicsSimpleTextItem |
Simple text path item that you can add to a QGraphicsScene
|
QGraphicsTextItem |
Text item that you can add to a QGraphicsScene to display formatted text
|
QGraphicsTransform |
Abstract base class for building advanced transformations on QGraphicsItems
|
QGraphicsView |
Widget for displaying the contents of a QGraphicsScene
|
QGraphicsView.CacheMode |
|
QGraphicsView.CacheModeFlag |
|
QGraphicsView.DragMode |
|
QGraphicsView.OptimizationFlag |
|
QGraphicsView.OptimizationFlags |
|
QGraphicsView.ViewportAnchor |
|
QGraphicsView.ViewportUpdateMode |
|
QGraphicsWidget |
The base class for all widget items in a QGraphicsScene
|
QGridLayout.ItemInfo |
|
QHeaderView |
Header row or header column for item views
|
QHeaderView.ResizeMode |
|
QInputDialog.InputDialogOption |
|
QInputDialog.InputDialogOptions |
|
QInputDialog.InputMode |
|
QItemEditorCreator.ConstructorHandle |
|
QItemEditorCreatorBase |
Abstract base class that must be subclassed when implementing new item editor creators
|
QItemEditorFactory |
Widgets for editing item data in views and delegates
|
QLabel |
Text or image display
|
QLayout |
The base class of geometry managers
|
QLayout.SizeConstraint |
|
QLayoutItem |
Abstract item that a QLayout manipulates
|
QLayoutItem.MemberAccess |
|
QLCDNumber.Mode |
|
QLCDNumber.SegmentStyle |
|
QLineEdit |
One-line text editor
|
QLineEdit.ActionPosition |
|
QLineEdit.EchoMode |
|
QListView |
List or icon view onto a model
|
QListView.Flow |
|
QListView.LayoutMode |
|
QListView.Movement |
|
QListView.ResizeMode |
|
QListView.ViewMode |
|
QListWidget |
Item-based list widget
|
QListWidgetItem |
Item for use with the QListWidget item view class
|
QMainWindow.DockOption |
|
QMainWindow.DockOptions |
|
QMdiArea |
Area in which MDI windows are displayed
|
QMdiArea.AreaOption |
|
QMdiArea.AreaOptions |
|
QMdiArea.ViewMode |
|
QMdiArea.WindowOrder |
|
QMdiSubWindow |
Subwindow class for QMdiArea
|
QMdiSubWindow.SubWindowOption |
|
QMdiSubWindow.SubWindowOptions |
|
QMenu |
Menu widget for use in menu bars, context menus, and other popup menus
|
QMenuBar |
Horizontal menu bar
|
QMessageBox.ButtonRole |
|
QMessageBox.Icon |
|
QMessageBox.StandardButton |
|
QMessageBox.StandardButtons |
|
QPinchGesture.ChangeFlag |
|
QPinchGesture.ChangeFlags |
|
QPlainTextEdit.LineWrapMode |
|
QProgressBar |
Horizontal or vertical progress bar
|
QProgressBar.Direction |
|
QPushButton |
Command button
|
QRubberBand.Shape |
|
QScrollBar |
Vertical or horizontal scroll bar
|
QScroller |
Enables kinetic scrolling for any scrolling widget or graphics item
|
QScroller.Input |
|
QScroller.ScrollerGestureType |
|
QScroller.State |
|
QScrollerProperties |
Stores the settings for a QScroller
|
QScrollerProperties.FrameRates |
|
QScrollerProperties.OvershootPolicy |
|
QScrollerProperties.ScrollMetric |
|
QSizePolicy |
Layout attribute describing horizontal and vertical resizing policy
|
QSizePolicy.ControlType |
|
QSizePolicy.ControlTypes |
|
QSizePolicy.Policy |
|
QSizePolicy.PolicyFlag |
|
QSlider.TickPosition |
|
QSpacerItem |
Blank space in a layout
|
QSplitter |
Implements a splitter widget
|
QSplitter.Range |
|
QSplitterHandle |
Handle functionality for the splitter
|
QStackedLayout.StackingMode |
|
QStandardItemEditorCreator.ConstructorHandle |
|
QStatusBar |
Horizontal bar suitable for presenting status information
|
QStyle |
Abstract base class that encapsulates the look and feel of a GUI
|
QStyle.ComplexControl |
|
QStyle.ContentsType |
|
QStyle.ControlElement |
|
QStyle.PixelMetric |
|
QStyle.PrimitiveElement |
|
QStyle.RequestSoftwareInputPanel |
|
QStyle.StandardPixmap |
|
QStyle.State |
|
QStyle.StateFlag |
|
QStyle.StyleHint |
|
QStyle.SubElement |
|
QStyleHintReturn |
Style hints that return more than basic data types
|
QStyleHintReturn.HintReturnType |
|
QStyleOption |
Stores the parameters used by QStyle functions
|
QStyleOptionButton |
Used to describe the parameters for drawing buttons
|
QStyleOptionButton.ButtonFeature |
|
QStyleOptionButton.ButtonFeatures |
|
QStyleOptionComboBox |
Used to describe the parameter for drawing a combobox
|
QStyleOptionComplex |
Used to hold parameters that are common to all complex controls
|
QStyleOptionDockWidget |
Used to describe the parameters for drawing a dock widget
|
QStyleOptionFocusRect |
Used to describe the parameters for drawing a focus rectangle with QStyle
|
QStyleOptionFrame |
Used to describe the parameters for drawing a frame
|
QStyleOptionFrame.FrameFeature |
|
QStyleOptionFrame.FrameFeatures |
|
QStyleOptionGraphicsItem |
Used to describe the parameters needed to draw a QGraphicsItem
|
QStyleOptionGroupBox |
Describes the parameters for drawing a group box
|
QStyleOptionHeader |
Used to describe the parameters for drawing a header
|
QStyleOptionHeader.SectionPosition |
|
QStyleOptionHeader.SelectedPosition |
|
QStyleOptionHeader.SortIndicator |
|
QStyleOptionMenuItem |
Used to describe the parameter necessary for drawing a menu item
|
QStyleOptionMenuItem.CheckType |
|
QStyleOptionMenuItem.MenuItemType |
|
QStyleOptionProgressBar |
Used to describe the parameters necessary for drawing a progress bar
|
QStyleOptionRubberBand |
Used to describe the parameters needed for drawing a rubber band
|
QStyleOptionSizeGrip |
Used to describe the parameter for drawing a size grip
|
QStyleOptionSlider |
Used to describe the parameters needed for drawing a slider
|
QStyleOptionSpinBox |
Used to describe the parameters necessary for drawing a spin box
|
QStyleOptionTab |
Used to describe the parameters for drawing a tab bar
|
QStyleOptionTab.CornerWidget |
|
QStyleOptionTab.CornerWidgets |
|
QStyleOptionTab.SelectedPosition |
|
QStyleOptionTab.TabFeature |
|
QStyleOptionTab.TabFeatures |
|
QStyleOptionTab.TabPosition |
|
QStyleOptionTabBarBase |
Used to describe the base of a tab bar, i.e. the part that the tab bar usually overlaps with
|
QStyleOptionTabWidgetFrame |
Used to describe the parameters for drawing the frame around a tab widget
|
QStyleOptionTitleBar |
Used to describe the parameters for drawing a title bar
|
QStyleOptionToolBar |
Used to describe the parameters for drawing a toolbar
|
QStyleOptionToolBar.ToolBarFeature |
|
QStyleOptionToolBar.ToolBarFeatures |
|
QStyleOptionToolBar.ToolBarPosition |
|
QStyleOptionToolBox |
Used to describe the parameters needed for drawing a tool box
|
QStyleOptionToolBox.SelectedPosition |
|
QStyleOptionToolBox.TabPosition |
|
QStyleOptionToolButton |
Used to describe the parameters for drawing a tool button
|
QStyleOptionToolButton.ToolButtonFeature |
|
QStyleOptionToolButton.ToolButtonFeatures |
|
QStyleOptionViewItem |
Used to describe the parameters used to draw an item in a view widget
|
QStyleOptionViewItem.Position |
|
QStyleOptionViewItem.ViewItemFeature |
|
QStyleOptionViewItem.ViewItemFeatures |
|
QStyleOptionViewItem.ViewItemPosition |
|
QSwipeGesture.SwipeDirection |
|
QSystemTrayIcon.ActivationReason |
|
QSystemTrayIcon.MessageIcon |
|
QTabBar |
Tab bar, e.g. for use in tabbed dialogs
|
QTabBar.ButtonPosition |
|
QTabBar.SelectionBehavior |
|
QTabBar.Shape |
|
QTableView |
Default model/view implementation of a table view
|
QTableWidget |
Item-based table view with a default model
|
QTableWidgetItem |
Item for use with the QTableWidget class
|
QTableWidgetSelectionRange |
Way to interact with selection in a model without using model indexes and a selection model
|
QTabWidget.TabPosition |
|
QTabWidget.TabShape |
|
QTextEdit |
Widget that is used to edit and display both plain and rich text
|
QTextEdit.AutoFormatting |
|
QTextEdit.AutoFormattingFlag |
|
QTextEdit.ExtraSelection |
QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document
|
QTextEdit.LineWrapMode |
|
QTileRules |
The rules used to draw a pixmap or image split into nine segments
|
QToolBar |
Movable panel that contains a set of controls
|
QToolBarChangeEvent |
Java wrapper for Qt class QToolBarChangeEvent
|
QToolButton.ToolButtonPopupMode |
|
QTreeView |
Default model/view implementation of a tree view
|
QTreeWidget |
Tree view that uses a predefined tree model
|
QTreeWidgetItem |
Item for use with the QTreeWidget convenience class
|
QTreeWidgetItem.ChildIndicatorPolicy |
|
QTreeWidgetItemIterator |
Way to iterate over the items in a QTreeWidget instance
|
QTreeWidgetItemIterator.IteratorFlag |
|
QTreeWidgetItemIterator.IteratorFlags |
|
QWidget |
The base class of all user interface objects
|
QWidget.RenderFlag |
|
QWidget.RenderFlags |
|
QWizard |
Framework for wizards
|
QWizard.WizardButton |
|
QWizard.WizardOption |
|
QWizard.WizardOptions |
|
QWizard.WizardPixmap |
|
QWizard.WizardStyle |
|
QWizardPage |
The base class for wizard pages
|