|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Returns the text property t of the action action supported by the object, or of the object's child if child is not 0.
Returns the text property t of the action action supported by the object, or of the object's child if child is not 0.
Returns the 1-based index of the child that contains the screen coordinates (x, y).
Returns the number of children that belong to this object.
Asks the object, or the object's child if child is not 0, to execute action using the parameters, params.
Asks the object, or the object's child if child is not 0, to execute action using the parameters, params. Returns true if the action could be executed; otherwise returns false.
action can be a predefined or a custom action.
Returns the 1-based index of the object arg__1 in this object's children list, or -1 if arg__1 is not a child of this object.
Returns true if all the data necessary to use this interface implementation is valid (e.g. all pointers are non-null); otherwise returns false.
Returns the sender QObject that is associated with the given widget.
Returns a pointer to the QObject this interface implementation provides information for.
Returns the widget's paint engine.
type.
- QNativePointer(QNativePointer.Type, int) -
Constructor for class com.trolltech.qt.QNativePointer
- Creates a native pointer to an arrow with
size
length of the specified type
.
- QNativePointer(QNativePointer.Type, int, int) -
Constructor for class com.trolltech.qt.QNativePointer
- Creates a native pointer of the specified
type
.
- QNativePointer.AutoDeleteMode - Enum in com.trolltech.qt
- The AutoDeleteMode enum describes how garbage collection of the
QNativePointer handles the deletion of the native pointer.
- QNativePointer.Type - Enum in com.trolltech.qt
- The Type enum describe the Java types that can be used by
a QNativePointer.
- QNetworkAddressEntry - Class in com.trolltech.qt.network
- The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address.
- QNetworkAddressEntry() -
Constructor for class com.trolltech.qt.network.QNetworkAddressEntry
- Constructs an empty QNetworkAddressEntry object.
- QNetworkAddressEntry(QNetworkAddressEntry) -
Constructor for class com.trolltech.qt.network.QNetworkAddressEntry
- Constructs a QNetworkAddressEntry object that is a copy of the object other.
- QNetworkInterface - Class in com.trolltech.qt.network
- The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces.
- QNetworkInterface() -
Constructor for class com.trolltech.qt.network.QNetworkInterface
- Constructs an empty network interface object.
- QNetworkInterface(QNetworkInterface) -
Constructor for class com.trolltech.qt.network.QNetworkInterface
- Creates a copy of the the QNetworkInterface object contained in other.
- QNetworkInterface.InterfaceFlag - Enum in com.trolltech.qt.network
- Specifies the flags associated with this network interface.
- QNetworkInterface.InterfaceFlags - Class in com.trolltech.qt.network
- This QFlag class provides flags for the int enum.
- QNetworkInterface.InterfaceFlags(QNetworkInterface.InterfaceFlag...) -
Constructor for class com.trolltech.qt.network.QNetworkInterface.InterfaceFlags
- Creates flags with value set as only flag.
- QNetworkInterface.InterfaceFlags(int) -
Constructor for class com.trolltech.qt.network.QNetworkInterface.InterfaceFlags
- Creates flags with the specified int flags set.
- QNetworkProxy - Class in com.trolltech.qt.network
- The QNetworkProxy class provides a network layer proxy.
- QNetworkProxy() -
Constructor for class com.trolltech.qt.network.QNetworkProxy
- Constructs a QNetworkProxy with DefaultProxy type; the proxy type is determined by applicationProxy, which defaults to NoProxy.
- QNetworkProxy(QNetworkProxy) -
Constructor for class com.trolltech.qt.network.QNetworkProxy
- Constructs a copy of other.
- QNetworkProxy(QNetworkProxy.ProxyType, String, int) -
Constructor for class com.trolltech.qt.network.QNetworkProxy
- This is an overloaded constructor provided for convenience.
- QNetworkProxy(QNetworkProxy.ProxyType, String, int, String) -
Constructor for class com.trolltech.qt.network.QNetworkProxy
- This is an overloaded constructor provided for convenience.
- QNetworkProxy(QNetworkProxy.ProxyType, String, int, String, String) -
Constructor for class com.trolltech.qt.network.QNetworkProxy
- Constructs a QNetworkProxy with type, hostName,
port,
user and password.
- QNetworkProxy.ProxyType - Enum in com.trolltech.qt.network
- This enum describes the types of network proxying provided in Qt.
- QNoImplementationException - Exception in com.trolltech.qt
-
- QNoImplementationException() -
Constructor for exception com.trolltech.qt.QNoImplementationException
-
- QNoImplementationException(Throwable) -
Constructor for exception com.trolltech.qt.QNoImplementationException
-
- QNoNativeResourcesException - Exception in com.trolltech.qt
-
- QNoNativeResourcesException(String) -
Constructor for exception com.trolltech.qt.QNoNativeResourcesException
-
- QNonVirtualOverridingException - Exception in com.trolltech.qt
-
- QNonVirtualOverridingException(String) -
Constructor for exception com.trolltech.qt.QNonVirtualOverridingException
-
- QNoSuchEnumValueException - Exception in com.trolltech.qt
-
- QNoSuchEnumValueException(int) -
Constructor for exception com.trolltech.qt.QNoSuchEnumValueException
-
- QNoSuchSignalException - Exception in com.trolltech.qt
-
- QNoSuchSignalException(String) -
Constructor for exception com.trolltech.qt.QNoSuchSignalException
-
- QNoSuchSlotException - Exception in com.trolltech.qt
-
- QNoSuchSlotException(String) -
Constructor for exception com.trolltech.qt.QNoSuchSlotException
-
- QNoSuchSlotException(Object, String) -
Constructor for exception com.trolltech.qt.QNoSuchSlotException
-
- QObject - Class in com.trolltech.qt.core
- The QObject class is the base class of all Qt objects.
- QObject() -
Constructor for class com.trolltech.qt.core.QObject
- Equivalent to QObject(0).
- QObject(QObject) -
Constructor for class com.trolltech.qt.core.QObject
- Constructs an object with parent object parent.
- QPageSetupDialog - Class in com.trolltech.qt.gui
- The QPageSetupDialog class provides a configuration dialog for the page-related options on a printer.
- QPageSetupDialog(QPrinter) -
Constructor for class com.trolltech.qt.gui.QPageSetupDialog
- Equivalent to QPageSetupDialog(printer, 0).
- QPageSetupDialog(QPrinter, QWidget) -
Constructor for class com.trolltech.qt.gui.QPageSetupDialog
- Constructs a page setup dialog that configures printer with parent as the parent widget.
- QPaintDevice - Class in com.trolltech.qt.gui
- The QPaintDevice class is the base class of objects that can be painted.
- QPaintDevice() -
Constructor for class com.trolltech.qt.gui.QPaintDevice
- Constructs a paint device.
- QPaintDevice.PaintDeviceMetric - Enum in com.trolltech.qt.gui
- Describes the various metrics of a paint device.
- QPaintDeviceInterface - Interface in com.trolltech.qt.gui
- The QPaintDevice class is the base class of objects that can be painted.
- QPaintEngine - Class in com.trolltech.qt.gui
- The QPaintEngine class provides an abstract definition of how QPainter draws to a given device on a given platform.
- QPaintEngine() -
Constructor for class com.trolltech.qt.gui.QPaintEngine
- Equivalent to QPaintEngine(0).
- QPaintEngine(QPaintEngine.PaintEngineFeatures) -
Constructor for class com.trolltech.qt.gui.QPaintEngine
- Creates a paint engine with the featureset specified by features.
- QPaintEngine.DirtyFlag - Enum in com.trolltech.qt.gui
- These types are used by QPainter to trigger lazy updates of the various states in the QPaintEngine using QPaintEngine::updateState().
- QPaintEngine.DirtyFlags - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QPaintEngine.DirtyFlags(QPaintEngine.DirtyFlag...) -
Constructor for class com.trolltech.qt.gui.QPaintEngine.DirtyFlags
- Creates flags with value set as only flag.
- QPaintEngine.DirtyFlags(int) -
Constructor for class com.trolltech.qt.gui.QPaintEngine.DirtyFlags
- Creates flags with the specified int flags set.
- QPaintEngine.PaintEngineFeature - Enum in com.trolltech.qt.gui
- This enum is used to describe the features or capabilities that the paint engine has.
- QPaintEngine.PaintEngineFeatures - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QPaintEngine.PaintEngineFeatures(QPaintEngine.PaintEngineFeature...) -
Constructor for class com.trolltech.qt.gui.QPaintEngine.PaintEngineFeatures
- Creates flags with value set as only flag.
- QPaintEngine.PaintEngineFeatures(int) -
Constructor for class com.trolltech.qt.gui.QPaintEngine.PaintEngineFeatures
- Creates flags with the specified int flags set.
- QPaintEngine.PolygonDrawMode - Enum in com.trolltech.qt.gui
- Press link for info on QPaintEngine.PolygonDrawMode
- QPaintEngine.Type - Enum in com.trolltech.qt.gui
- Press link for info on QPaintEngine.Type
- QPaintEngineState - Class in com.trolltech.qt.gui
- The QPaintEngineState class provides information about the active paint engine's current state.
- QPainter - Class in com.trolltech.qt.gui
- The QPainter class performs low-level painting on widgets and other paint devices.
- QPainter() -
Constructor for class com.trolltech.qt.gui.QPainter
- Constructs a painter.
- QPainter(QPaintDeviceInterface) -
Constructor for class com.trolltech.qt.gui.QPainter
- Constructs a painter that begins painting the paint arg__1 immediately.
- QPainter(QWidget) -
Constructor for class com.trolltech.qt.gui.QPainter
- Creates a QPainter with parent widget.
- QPainter.CompositionMode - Enum in com.trolltech.qt.gui
- Defines the Porter-Duff rules for digital image compositing.
- QPainter.RenderHint - Enum in com.trolltech.qt.gui
- Renderhints are used to specify flags to QPainter that may or may not be respected by any given engine.
- QPainter.RenderHints - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QPainter.RenderHints(QPainter.RenderHint...) -
Constructor for class com.trolltech.qt.gui.QPainter.RenderHints
- Creates flags with value set as only flag.
- QPainter.RenderHints(int) -
Constructor for class com.trolltech.qt.gui.QPainter.RenderHints
- Creates flags with the specified int flags set.
- QPainterPath - Class in com.trolltech.qt.gui
- The QPainterPath class provides a container for painting operations, enabling graphical shapes to be constructed and reused.
- QPainterPath(QPainterPath) -
Constructor for class com.trolltech.qt.gui.QPainterPath
- Creates a QPainterPath object that is a copy of the given other.
- QPainterPath(QPointF) -
Constructor for class com.trolltech.qt.gui.QPainterPath
- Creates a QPainterPath object with the given startPoint as its current position.
- QPainterPath() -
Constructor for class com.trolltech.qt.gui.QPainterPath
- Constructs an empty QPainterPath object.
- QPainterPath.ElementType - Enum in com.trolltech.qt.gui
- This enum describes the types of elements used to connect vertices in subpaths.
- QPainterPath_Element - Class in com.trolltech.qt.gui
-
- QPainterPathStroker - Class in com.trolltech.qt.gui
- The QPainterPathStroker class is used to generate fillable outlines for a given painter path.
- QPainterPathStroker() -
Constructor for class com.trolltech.qt.gui.QPainterPathStroker
- Creates a new stroker.
- QPaintEvent - Class in com.trolltech.qt.gui
- The QPaintEvent class contains event parameters for paint events.
- QPaintEvent(QRegion) -
Constructor for class com.trolltech.qt.gui.QPaintEvent
- Constructs a paint event object with the region that needs to be updated.
- QPaintEvent(QRect) -
Constructor for class com.trolltech.qt.gui.QPaintEvent
- Constructs a paint event object with the rectangle that needs to be updated.
- QPaintingOutsidePaintEventException - Exception in com.trolltech.qt
- This exception is thrown in cases where a painter is used on a widget
outside its paintEvent function.
- QPaintingOutsidePaintEventException(String) -
Constructor for exception com.trolltech.qt.QPaintingOutsidePaintEventException
-
- QPair<T,S> - Class in com.trolltech.qt
-
- QPair(T, S) -
Constructor for class com.trolltech.qt.QPair
- Constructs a pair.
- QPalette - Class in com.trolltech.qt.gui
- The QPalette class contains color groups for each widget state.
- QPalette(QPalette) -
Constructor for class com.trolltech.qt.gui.QPalette
- Constructs a copy of palette.
- QPalette(QColor) -
Constructor for class com.trolltech.qt.gui.QPalette
- Constructs a palette from the button color.
- QPalette(QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush) -
Constructor for class com.trolltech.qt.gui.QPalette
- Constructs a palette.
- QPalette(Qt.GlobalColor) -
Constructor for class com.trolltech.qt.gui.QPalette
- Constructs a palette from the button color.
- QPalette() -
Constructor for class com.trolltech.qt.gui.QPalette
- Constructs a palette object that uses the application's default palette.
- QPalette(QColor, QColor) -
Constructor for class com.trolltech.qt.gui.QPalette
- Constructs a palette from a button color and a window.
- QPalette.ColorGroup - Enum in com.trolltech.qt.gui
- Press link for info on QPalette.ColorGroup
- QPalette.ColorRole - Enum in com.trolltech.qt.gui

- QPen - Class in com.trolltech.qt.gui
- The QPen class defines how a QPainter should draw lines and outlines of shapes.
- QPen(QPen) -
Constructor for class com.trolltech.qt.gui.QPen
- Constructs a pen that is a copy of the given pen.
- QPen() -
Constructor for class com.trolltech.qt.gui.QPen
- Constructs a default black solid line pen with 0 width.
- QPen(Qt.PenStyle) -
Constructor for class com.trolltech.qt.gui.QPen
- Constructs a black pen with 0 width and the given arg__1.
- QPen(QColor) -
Constructor for class com.trolltech.qt.gui.QPen
- Constructs a solid line pen with 0 width and the given color.
- QPen(QBrush, double, Qt.PenStyle, Qt.PenCapStyle) -
Constructor for class com.trolltech.qt.gui.QPen
- Equivalent to QPen(brush, width, s, c, Qt::BevelJoin).
- QPen(QBrush, double, Qt.PenStyle) -
Constructor for class com.trolltech.qt.gui.QPen
- Equivalent to QPen(brush, width, s, Qt::SquareCap, Qt::BevelJoin).
- QPen(QBrush, double) -
Constructor for class com.trolltech.qt.gui.QPen
- Equivalent to QPen(brush, width, Qt::SolidLine, Qt::SquareCap, Qt::BevelJoin).
- QPen(QBrush, double, Qt.PenStyle, Qt.PenCapStyle, Qt.PenJoinStyle) -
Constructor for class com.trolltech.qt.gui.QPen
- Constructs a pen with the specified brush, width, pen s, c style and j style.
- QPen(QColor, double, Qt.PenStyle, Qt.PenCapStyle, Qt.PenJoinStyle) -
Constructor for class com.trolltech.qt.gui.QPen
- Constructs a pen with the specified color, width,
pen style s, pen cap style c, and pen join style
j
- QPen(QColor, double, Qt.PenStyle, Qt.PenCapStyle) -
Constructor for class com.trolltech.qt.gui.QPen
- Constructs a pen with the specified color, width, pen style s,
and c cap style.
- QPen(QColor, double, Qt.PenStyle) -
Constructor for class com.trolltech.qt.gui.QPen
- This is an overloaded constructor provided for convenience.
- QPen(QColor, double) -
Constructor for class com.trolltech.qt.gui.QPen
- This is an overloaded constructor provided for convenience.
- QPersistentModelIndex - Class in com.trolltech.qt.core
- The QPersistentModelIndex class is used to locate data in a data model.
- QPersistentModelIndex(QModelIndex) -
Constructor for class com.trolltech.qt.core.QPersistentModelIndex
- Creates a new QPersistentModelIndex that is a copy of the model index.
- QPersistentModelIndex(QPersistentModelIndex) -
Constructor for class com.trolltech.qt.core.QPersistentModelIndex
- Creates a new QPersistentModelIndex that is a copy of the other persistent model index.
- QPersistentModelIndex() -
Constructor for class com.trolltech.qt.core.QPersistentModelIndex
- This method is used internally by Qt Jambi.
- QPicture - Class in com.trolltech.qt.gui
- The QPicture class is a paint device that records and replays QPainter commands.
- QPicture() -
Constructor for class com.trolltech.qt.gui.QPicture
- Equivalent to QPicture(-1).
- QPicture(int) -
Constructor for class com.trolltech.qt.gui.QPicture
- Constructs an empty picture.
- QPicture(QPicture) -
Constructor for class com.trolltech.qt.gui.QPicture
- Constructs a copy of arg__1.
- QPictureIO - Class in com.trolltech.qt.gui
- This class is obsolete. It is provided to keep old source code working.
- QPictureIO() -
Constructor for class com.trolltech.qt.gui.QPictureIO
- Constructs a QPictureIO object with all parameters set to zero.
- QPictureIO(QIODevice, String) -
Constructor for class com.trolltech.qt.gui.QPictureIO
- Constructs a QPictureIO object with the I/O device ioDevice and a
format tag.
- QPictureIO(String, String) -
Constructor for class com.trolltech.qt.gui.QPictureIO
- Constructs a QPictureIO object with the file name fileName and a
format tag.
- QPixmap - Class in com.trolltech.qt.gui
- The QPixmap class is an off-screen image representation that can be used as a paint device.
- QPixmap(int, int) -
Constructor for class com.trolltech.qt.gui.QPixmap
- Constructs a pixmap with the given w and h.
- QPixmap(QPixmap) -
Constructor for class com.trolltech.qt.gui.QPixmap
- Constructs a pixmap that is a copy of the given arg__1.
- QPixmap(QSize) -
Constructor for class com.trolltech.qt.gui.QPixmap
- Constructs a pixmap of the given arg__1.
- QPixmap() -
Constructor for class com.trolltech.qt.gui.QPixmap
- Constructs a null pixmap.
- QPixmap(String[]) -
Constructor for class com.trolltech.qt.gui.QPixmap
- Constructs a pixmap from the given xpm data, which must be a
valid XPM image.
- QPixmap(String, String, Qt.ImageConversionFlags) -
Constructor for class com.trolltech.qt.gui.QPixmap
- Constructs a pixmap from the file with the given fileName.
- QPixmap(String, String, Qt.ImageConversionFlag...) -
Constructor for class com.trolltech.qt.gui.QPixmap
- This is an overloaded constructor provided for convenience.
- QPixmap(String, String) -
Constructor for class com.trolltech.qt.gui.QPixmap
- This is an overloaded constructor provided for convenience.
- QPixmap(String) -
Constructor for class com.trolltech.qt.gui.QPixmap
- This is an overloaded constructor provided for convenience.
- QPixmapCache - Class in com.trolltech.qt.gui
- The QPixmapCache class provides an application-wide cache for pixmaps.
- QPlastiqueStyle - Class in com.trolltech.qt.gui
- The QPlastiqueStyle class provides a widget style similar to the Plastik style available in KDE.
- QPlastiqueStyle() -
Constructor for class com.trolltech.qt.gui.QPlastiqueStyle
- Constructs a QPlastiqueStyle object.
- QPoint - Class in com.trolltech.qt.core
- The QPoint class defines a point in the plane using integer precision.
- QPoint() -
Constructor for class com.trolltech.qt.core.QPoint
- Constructs a null point, i.e. with coordinates (0, 0)
- QPoint(int, int) -
Constructor for class com.trolltech.qt.core.QPoint
- Constructs a point with the given coordinates (xpos, ypos).
- QPointF - Class in com.trolltech.qt.core
- The QPointF class defines a point in the plane using floating point precision.
- QPointF(double, double) -
Constructor for class com.trolltech.qt.core.QPointF
- Constructs a point with the given coordinates (xpos, ypos).
- QPointF() -
Constructor for class com.trolltech.qt.core.QPointF
- Constructs a null point, i.e. with coordinates (0.0, 0.0)
- QPointF(QPoint) -
Constructor for class com.trolltech.qt.core.QPointF
- Constructs a copy of the given p.
- QPolygon - Class in com.trolltech.qt.gui
- The QPolygon class provides a vector of points using integer precision.
- QPolygon(QRect) -
Constructor for class com.trolltech.qt.gui.QPolygon
- Equivalent to QPolygon(r, false).
- QPolygon(QRect, boolean) -
Constructor for class com.trolltech.qt.gui.QPolygon
- Constructs a polygon from the given r.
- QPolygon(int) -
Constructor for class com.trolltech.qt.gui.QPolygon
- Constructs a polygon of the given size.
- QPolygon() -
Constructor for class com.trolltech.qt.gui.QPolygon
- Constructs a polygon with no points.
- QPolygon(List<QPoint>) -
Constructor for class com.trolltech.qt.gui.QPolygon
- Constructs a polygon containing the specified v.
- QPolygon(QPolygon) -
Constructor for class com.trolltech.qt.gui.QPolygon
- Constructs a copy of the given a.
- QPolygonF - Class in com.trolltech.qt.gui
- The QPolygonF class provides a vector of points using floating point precision.
- QPolygonF(QPolygon) -
Constructor for class com.trolltech.qt.gui.QPolygonF
- Constructs a float based polygon from the specified integer based a.
- QPolygonF(List<QPointF>) -
Constructor for class com.trolltech.qt.gui.QPolygonF
- Constructs a polygon containing the specified v.
- QPolygonF(int) -
Constructor for class com.trolltech.qt.gui.QPolygonF
- Constructs a polygon of the given size.
- QPolygonF() -
Constructor for class com.trolltech.qt.gui.QPolygonF
- Constructs a polygon with no points.
- QPolygonF(QRectF) -
Constructor for class com.trolltech.qt.gui.QPolygonF
- Constructs a closed polygon from the specified r.
- QPolygonF(QPolygonF) -
Constructor for class com.trolltech.qt.gui.QPolygonF
- Constructs a copy of the given a.
- QPrintDialog - Class in com.trolltech.qt.gui
- The QPrintDialog class provides a dialog for specifying the printer's configuration.
- QPrintDialog(QPrinter) -
Constructor for class com.trolltech.qt.gui.QPrintDialog
- Equivalent to QPrintDialog(printer, 0).
- QPrintDialog(QPrinter, QWidget) -
Constructor for class com.trolltech.qt.gui.QPrintDialog
- Constructs a new modal printer dialog for the given printer with the given parent.
- QPrintEngine - Class in com.trolltech.qt.gui
- The QPrintEngine class defines an interface for how QPrinter interacts with a given printing subsystem.
- QPrintEngine.PrintEnginePropertyKey - Enum in com.trolltech.qt.gui
- This enum is used to communicate properties between the print engine and QPrinter.
- QPrinter - Class in com.trolltech.qt.gui
- The QPrinter class is a paint device that paints on a printer.
- QPrinter() -
Constructor for class com.trolltech.qt.gui.QPrinter
- Equivalent to QPrinter(ScreenResolution).
- QPrinter(QPrinter.PrinterMode) -
Constructor for class com.trolltech.qt.gui.QPrinter
- Creates a new printer object with the given mode.
- QPrinter.ColorMode - Enum in com.trolltech.qt.gui
- This enum type is used to indicate whether QPrinter should print in color or not.
- QPrinter.Orientation - Enum in com.trolltech.qt.gui
- This enum type (not to be confused with Orientation) is used to specify each page's orientation.
- QPrinter.OutputFormat - Enum in com.trolltech.qt.gui
- The OutputFormat enum is used to describe the format QPrinter should use for printing.
- QPrinter.PageOrder - Enum in com.trolltech.qt.gui
- This enum type is used by QPrinter to tell the application program how to print.
- QPrinter.PageSize - Enum in com.trolltech.qt.gui
- This enum type specifies what paper size QPrinter should use.
- QPrinter.PaperSource - Enum in com.trolltech.qt.gui
- This enum type specifies what paper source QPrinter is to use.
- QPrinter.PrinterMode - Enum in com.trolltech.qt.gui
- This enum describes the mode the printer should work in.
- QPrinter.PrinterState - Enum in com.trolltech.qt.gui
- Press link for info on QPrinter.PrinterState
- QPrinter.PrintRange - Enum in com.trolltech.qt.gui
- Used to specify the print range selection option.
- QProcess - Class in com.trolltech.qt.core
- The QProcess class is used to start external programs and to communicate with them.
- QProcess() -
Constructor for class com.trolltech.qt.core.QProcess
- Equivalent to QProcess(0).
- QProcess(QObject) -
Constructor for class com.trolltech.qt.core.QProcess
- Constructs a QProcess object with the given parent.
- QProcess.DetachedProcessInfo - Class in com.trolltech.qt.core
-
- QProcess.DetachedProcessInfo(boolean, long) -
Constructor for class com.trolltech.qt.core.QProcess.DetachedProcessInfo
-
- QProcess.ExitStatus - Enum in com.trolltech.qt.core
- This enum describes the different exit statuses of QProcess.
- QProcess.ProcessChannel - Enum in com.trolltech.qt.core
- This enum describes the process channels used by the running process.
- QProcess.ProcessChannelMode - Enum in com.trolltech.qt.core
- This enum describes the process channel modes of QProcess.
- QProcess.ProcessError - Enum in com.trolltech.qt.core
- This enum describes the different types of errors that are reported by QProcess.
- QProcess.ProcessState - Enum in com.trolltech.qt.core
- This enum describes the different states of QProcess.
- QProgressBar - Class in com.trolltech.qt.gui
- The QProgressBar widget provides a horizontal or vertical progress bar.
- QProgressBar() -
Constructor for class com.trolltech.qt.gui.QProgressBar
- Equivalent to QProgressBar(0).
- QProgressBar(QWidget) -
Constructor for class com.trolltech.qt.gui.QProgressBar
- Constructs a progress bar with the given parent.
- QProgressBar.Direction - Enum in com.trolltech.qt.gui
- Specifies the reading direction of the text for vertical progress bars.
- QProgressDialog - Class in com.trolltech.qt.gui
- The QProgressDialog class provides feedback on the progress of a slow operation.
- QProgressDialog(QWidget) -
Constructor for class com.trolltech.qt.gui.QProgressDialog
- Equivalent to QProgressDialog(parent, 0).
- QProgressDialog() -
Constructor for class com.trolltech.qt.gui.QProgressDialog
- Equivalent to QProgressDialog(0, 0).
- QProgressDialog(QWidget, Qt.WindowFlags) -
Constructor for class com.trolltech.qt.gui.QProgressDialog
- Constructs a progress dialog.
- QProgressDialog(String, String, int, int, QWidget) -
Constructor for class com.trolltech.qt.gui.QProgressDialog
- Equivalent to QProgressDialog(labelText, cancelButtonText, minimum, maximum, parent, 0).
- QProgressDialog(String, String, int, int) -
Constructor for class com.trolltech.qt.gui.QProgressDialog
- Equivalent to QProgressDialog(labelText, cancelButtonText, minimum, maximum, 0, 0).
- QProgressDialog(String, String, int, int, QWidget, Qt.WindowFlags) -
Constructor for class com.trolltech.qt.gui.QProgressDialog
- Constructs a progress dialog.
- QPropertyException - Exception in com.trolltech.qt
- QPropertyException's are thrown when the reading, writing, or reseting
of Qt Jambi properties fails.
- QPropertyException(String) -
Constructor for exception com.trolltech.qt.QPropertyException
- Creates a new QPropertyException with the specified
extraMessage.
- QProxyModel - Class in com.trolltech.qt.gui
- This class is obsolete. It is provided to keep old source code working.
- QProxyModel() -
Constructor for class com.trolltech.qt.gui.QProxyModel
- Equivalent to QProxyModel(0).
- QProxyModel(QObject) -
Constructor for class com.trolltech.qt.gui.QProxyModel
- Constructs a proxy model with the given parent.
- QPushButton - Class in com.trolltech.qt.gui
- The QPushButton widget provides a command button.
- QPushButton() -
Constructor for class com.trolltech.qt.gui.QPushButton
- Equivalent to QPushButton(0).
- QPushButton(QWidget) -
Constructor for class com.trolltech.qt.gui.QPushButton
- Constructs a push button with no text and a parent.
- QPushButton(String) -
Constructor for class com.trolltech.qt.gui.QPushButton
- Equivalent to QPushButton(text, 0).
- QPushButton(String, QWidget) -
Constructor for class com.trolltech.qt.gui.QPushButton
- Constructs a push button with the parent parent and the text text.
- QPushButton(QIcon, String) -
Constructor for class com.trolltech.qt.gui.QPushButton
- Equivalent to QPushButton(icon, text, 0).
- QPushButton(QIcon, String, QWidget) -
Constructor for class com.trolltech.qt.gui.QPushButton
- Constructs a push button with an icon and a text, and a parent.
- QRadialGradient - Class in com.trolltech.qt.gui
- The QRadialGradient class is used in combination with QBrush to specify a radial gradient brush.
- QRadialGradient() -
Constructor for class com.trolltech.qt.gui.QRadialGradient
- Constructs a radial gradient with the center and focal point at (0, 0) with a radius of 1.
- QRadialGradient(QPointF, double) -
Constructor for class com.trolltech.qt.gui.QRadialGradient
- Constructs a radial gradient with the given center, radius and the focal point in the circle center.
- QRadialGradient(QPointF, double, QPointF) -
Constructor for class com.trolltech.qt.gui.QRadialGradient
- Constructs a radial gradient with the given center, radius and focalPoint.
- QRadialGradient(double, double, double) -
Constructor for class com.trolltech.qt.gui.QRadialGradient
- Constructs a radial gradient with the center at (cx, cy) and the specified radius.
- QRadialGradient(double, double, double, double, double) -
Constructor for class com.trolltech.qt.gui.QRadialGradient
- Constructs a radial gradient with the given center (cx, cy), radius and focal point (fx, fy).
- QRadioButton - Class in com.trolltech.qt.gui
- The QRadioButton widget provides a radio button with a text label.
- QRadioButton(String) -
Constructor for class com.trolltech.qt.gui.QRadioButton
- Equivalent to QRadioButton(text, 0).
- QRadioButton(String, QWidget) -
Constructor for class com.trolltech.qt.gui.QRadioButton
- Constructs a radio button with the given parent and a text string.
- QRadioButton() -
Constructor for class com.trolltech.qt.gui.QRadioButton
- Equivalent to QRadioButton(0).
- QRadioButton(QWidget) -
Constructor for class com.trolltech.qt.gui.QRadioButton
- Constructs a radio button with the given parent, but with no text or pixmap.
- QReadWriteLock - Class in com.trolltech.qt.gui
- The QReadWriteLock class provides read-write locking.
- QReadWriteLock() -
Constructor for class com.trolltech.qt.gui.QReadWriteLock
- Constructs a QReadWriteLock object.
- QRect - Class in com.trolltech.qt.core
- The QRect class defines a rectangle in the plane using integer precision.
- QRect() -
Constructor for class com.trolltech.qt.core.QRect
- Constructs a null rectangle.
- QRect(QPoint, QSize) -
Constructor for class com.trolltech.qt.core.QRect
- Constructs a rectangle with the given topleft corner and the given size.
- QRect(QPoint, QPoint) -
Constructor for class com.trolltech.qt.core.QRect
- Constructs a rectangle with the given topleft and bottomright corners.
- QRect(int, int, int, int) -
Constructor for class com.trolltech.qt.core.QRect
- Constructs a rectangle with (left, top) as its top-left corner and the given width and height.
- QRectF - Class in com.trolltech.qt.core
- The QRectF class defines a rectangle in the plane using floating point precision.
- QRectF(QRect) -
Constructor for class com.trolltech.qt.core.QRectF
- Constructs a QRectF rectangle from the given QRect rect.
- QRectF() -
Constructor for class com.trolltech.qt.core.QRectF
- Constructs a null rectangle.
- QRectF(QPointF, QPointF) -
Constructor for class com.trolltech.qt.core.QRectF
- Constructs a rectangle with the given topleft and bottomRight corners.
- QRectF(QPointF, QSizeF) -
Constructor for class com.trolltech.qt.core.QRectF
- Constructs a rectangle with the given topleft corner and the given size.
- QRectF(double, double, double, double) -
Constructor for class com.trolltech.qt.core.QRectF
- Constructs a rectangle with (left, top) as its top-left corner and the given width and height.
- QRegExp - Class in com.trolltech.qt.core
- The QRegExp class provides pattern matching using regular expressions.
- QRegExp(String, Qt.CaseSensitivity) -
Constructor for class com.trolltech.qt.core.QRegExp
- Equivalent to QRegExp(pattern, cs, RegExp).
- QRegExp(String) -
Constructor for class com.trolltech.qt.core.QRegExp
- Equivalent to QRegExp(pattern, Qt::CaseSensitive, RegExp).
- QRegExp(String, Qt.CaseSensitivity, QRegExp.PatternSyntax) -
Constructor for class com.trolltech.qt.core.QRegExp
- Constructs a regular expression object for the given pattern string.
- QRegExp(QRegExp) -
Constructor for class com.trolltech.qt.core.QRegExp
- Constructs a regular expression as a copy of rx.
- QRegExp() -
Constructor for class com.trolltech.qt.core.QRegExp
- Constructs an empty regexp.
- QRegExp.CaretMode - Enum in com.trolltech.qt.core
- The CaretMode enum defines the different meanings of the caret (^) in a regular expression.
- QRegExp.PatternSyntax - Enum in com.trolltech.qt.core
- The syntax used to interpret the meaning of the pattern.
- QRegExpValidator - Class in com.trolltech.qt.gui
- The QRegExpValidator class is used to check a string against a regular expression.
- QRegExpValidator(QObject) -
Constructor for class com.trolltech.qt.gui.QRegExpValidator
- Constructs a validator with a parent object that accepts any string (including an empty one) as valid.
- QRegExpValidator(QRegExp, QObject) -
Constructor for class com.trolltech.qt.gui.QRegExpValidator
- Constructs a validator with a parent object that accepts all strings that match the regular expression rx.
- QRegion - Class in com.trolltech.qt.gui
- The QRegion class specifies a clip region for a painter.
- QRegion(QBitmap) -
Constructor for class com.trolltech.qt.gui.QRegion
- Constructs a region from the bitmap bitmap.
- QRegion(QPolygon) -
Constructor for class com.trolltech.qt.gui.QRegion
- Equivalent to QRegion(pa, Qt::OddEvenFill).
- QRegion(QPolygon, Qt.FillRule) -
Constructor for class com.trolltech.qt.gui.QRegion
- Constructs a polygon region from the point array pa with the fill rule specified by fillRule.
- QRegion(int, int, int, int) -
Constructor for class com.trolltech.qt.gui.QRegion
- Equivalent to QRegion(x, y, w, h, Rectangle).
- QRegion(int, int, int, int, QRegion.RegionType) -
Constructor for class com.trolltech.qt.gui.QRegion
- Constructs a rectangular or elliptic region.
- QRegion() -
Constructor for class com.trolltech.qt.gui.QRegion
- Constructs an empty region.
- QRegion(QRegion) -
Constructor for class com.trolltech.qt.gui.QRegion
- Constructs a new region which is equal to region region.
- QRegion(QRect) -
Constructor for class com.trolltech.qt.gui.QRegion
- Equivalent to QRegion(r, Rectangle).
- QRegion(QRect, QRegion.RegionType) -
Constructor for class com.trolltech.qt.gui.QRegion
- Create a region based on the rectange r with region type t.
- QRegion.RegionType - Enum in com.trolltech.qt.gui
- Specifies the shape of the region to be created.
- QResizeEvent - Class in com.trolltech.qt.gui
- The QResizeEvent class contains event parameters for resize events.
- QResizeEvent(QSize, QSize) -
Constructor for class com.trolltech.qt.gui.QResizeEvent
- Constructs a resize event with the new and old widget sizes, size and oldSize respectively.
- QRubberBand - Class in com.trolltech.qt.gui
- The QRubberBand class provides a rectangle or line that can indicate a selection or a boundary.
- QRubberBand(QRubberBand.Shape) -
Constructor for class com.trolltech.qt.gui.QRubberBand
- Equivalent to QRubberBand(arg__1, 0).
- QRubberBand(QRubberBand.Shape, QWidget) -
Constructor for class com.trolltech.qt.gui.QRubberBand
- Constructs a rubber band of shape arg__1, with parent arg__2.
- QRubberBand.Shape - Enum in com.trolltech.qt.gui
- This enum specifies what shape a QRubberBand should have.
- QScrollArea - Class in com.trolltech.qt.gui
- The QScrollArea class provides a scrolling view onto another widget.
- QScrollArea() -
Constructor for class com.trolltech.qt.gui.QScrollArea
- Equivalent to QScrollArea(0).
- QScrollArea(QWidget) -
Constructor for class com.trolltech.qt.gui.QScrollArea
- Constructs an empty scroll area with the given parent.
- QScrollBar - Class in com.trolltech.qt.gui
- The QScrollBar widget provides a vertical or horizontal scroll bar.
- QScrollBar() -
Constructor for class com.trolltech.qt.gui.QScrollBar
- Equivalent to QScrollBar(0).
- QScrollBar(QWidget) -
Constructor for class com.trolltech.qt.gui.QScrollBar
- Constructs a vertical scroll bar.
- QScrollBar(Qt.Orientation) -
Constructor for class com.trolltech.qt.gui.QScrollBar
- Equivalent to QScrollBar(arg__1, 0).
- QScrollBar(Qt.Orientation, QWidget) -
Constructor for class com.trolltech.qt.gui.QScrollBar
- Constructs a scroll bar with the given arg__1.
- QSemaphore - Class in com.trolltech.qt.core
- The QSemaphore class provides a general counting semaphore.
- QSemaphore() -
Constructor for class com.trolltech.qt.core.QSemaphore
- Equivalent to QSemaphore(0).
- QSemaphore(int) -
Constructor for class com.trolltech.qt.core.QSemaphore
- Creates a new semaphore and initializes the number of resources it guards to n (by default, 0).
- QSessionManager - Class in com.trolltech.qt.gui
- The QSessionManager class provides access to the session manager.
- QSessionManager.RestartHint - Enum in com.trolltech.qt.gui
- This enum type defines the circumstances under which this application wants to be restarted by the session manager.
- QSettings - Class in com.trolltech.qt.core
- The QSettings class provides persistent platform-independent application settings.
- QSettings() -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(0).
- QSettings(QObject) -
Constructor for class com.trolltech.qt.core.QSettings
- Constructs a QSettings object for accessing settings of the application and organization set previously with a call to QCoreApplication::setOrganizationName(), QCoreApplication::setOrganizationDomain(), and QCoreApplication::setApplicationName().
- QSettings(QSettings.Format, QSettings.Scope, String, String) -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(format, scope, organization, application, 0).
- QSettings(QSettings.Format, QSettings.Scope, String) -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(format, scope, organization, QString(), 0).
- QSettings(QSettings.Format, QSettings.Scope, String, String, QObject) -
Constructor for class com.trolltech.qt.core.QSettings
- Constructs a QSettings object for accessing settings of the application called application from the organization called organization, and with parent parent.
- QSettings(String, String) -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(organization, application, 0).
- QSettings(String) -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(organization, QString(), 0).
- QSettings(String, String, QObject) -
Constructor for class com.trolltech.qt.core.QSettings
- Constructs a QSettings object for accessing settings of the application called application from the organization called organization, and with parent parent.
- QSettings(String, QSettings.Format) -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(fileName, format, 0).
- QSettings(String, QSettings.Format, QObject) -
Constructor for class com.trolltech.qt.core.QSettings
- Constructs a QSettings object for accessing the settings stored in the file called fileName, with parent parent.
- QSettings(QSettings.Scope, String, String) -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(scope, organization, application, 0).
- QSettings(QSettings.Scope, String) -
Constructor for class com.trolltech.qt.core.QSettings
- Equivalent to QSettings(scope, organization, QString(), 0).
- QSettings(QSettings.Scope, String, String, QObject) -
Constructor for class com.trolltech.qt.core.QSettings
- Constructs a QSettings object for accessing settings of the application called application from the organization called organization, and with parent parent.
- QSettings.Format - Enum in com.trolltech.qt.core
- This enum type specifies the storage format used by QSettings.
- QSettings.Scope - Enum in com.trolltech.qt.core
- This enum specifies whether settings are user-specific or shared by all users of the same system.
- QSettings.Status - Enum in com.trolltech.qt.core
- The following status values are possible.
- QShortcut - Class in com.trolltech.qt.gui
- The QShortcut class is used to create keyboard shortcuts.
- QShortcut(QWidget) -
Constructor for class com.trolltech.qt.gui.QShortcut
- Constructs a QShortcut object for the parent widget.
- QShortcut(QKeySequence, QWidget) -
Constructor for class com.trolltech.qt.gui.QShortcut
- This is an overloaded constructor provided for convenience.
- QShortcut(QKeySequence, QWidget, Qt.ShortcutContext) -
Constructor for class com.trolltech.qt.gui.QShortcut
- This is an overloaded constructor provided for convenience.
- QShortcutEvent - Class in com.trolltech.qt.gui
- The QShortcutEvent class provides an event which is generated when the user presses a key combination.
- QShortcutEvent(QKeySequence, int) -
Constructor for class com.trolltech.qt.gui.QShortcutEvent
- Equivalent to QShortcutEvent(key, id, false).
- QShortcutEvent(QKeySequence, int, boolean) -
Constructor for class com.trolltech.qt.gui.QShortcutEvent
- Constructs a shortcut event for the given key press, associated with the QShortcut ID id.
- QShowEvent - Class in com.trolltech.qt.gui
- The QShowEvent class provides an event that is sent when a widget is shown.
- QShowEvent() -
Constructor for class com.trolltech.qt.gui.QShowEvent
- Constructs a QShowEvent.
- QSignalEmitter - Class in com.trolltech.qt
- This class implements the functionality to emit signals.
- QSignalEmitter() -
Constructor for class com.trolltech.qt.QSignalEmitter
-
- QSignalEmitter.Signal0 - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
no parameters.
- QSignalEmitter.Signal0() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal0
-
- QSignalEmitter.Signal1<A> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
one parameter.
- QSignalEmitter.Signal1() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal1
-
- QSignalEmitter.Signal2<A,B> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
two parameters.
- QSignalEmitter.Signal2() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal2
-
- QSignalEmitter.Signal3<A,B,C> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
three parameters.
- QSignalEmitter.Signal3() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal3
-
- QSignalEmitter.Signal4<A,B,C,D> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
four parameters.
- QSignalEmitter.Signal4() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal4
-
- QSignalEmitter.Signal5<A,B,C,D,E> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
five parameters.
- QSignalEmitter.Signal5() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal5
-
- QSignalEmitter.Signal6<A,B,C,D,E,F> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
six parameters.
- QSignalEmitter.Signal6() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal6
-
- QSignalEmitter.Signal7<A,B,C,D,E,F,G> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
seven parameters.
- QSignalEmitter.Signal7() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal7
-
- QSignalEmitter.Signal8<A,B,C,D,E,F,G,H> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
eight parameters.
- QSignalEmitter.Signal8() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal8
-
- QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> - Class in com.trolltech.qt
- Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
nine parameters.
- QSignalEmitter.Signal9() -
Constructor for class com.trolltech.qt.QSignalEmitter.Signal9
-
- QSignalMapper - Class in com.trolltech.qt.core
- The QSignalMapper class bundles signals from identifiable senders.
- QSignalMapper() -
Constructor for class com.trolltech.qt.core.QSignalMapper
- Equivalent to QSignalMapper(0).
- QSignalMapper(QObject) -
Constructor for class com.trolltech.qt.core.QSignalMapper
- Constructs a QSignalMapper with parent parent.
- QSize - Class in com.trolltech.qt.core
- The QSize class defines the size of a two-dimensional object using integer point precision.
- QSize(int, int) -
Constructor for class com.trolltech.qt.core.QSize
- Constructs a size with the given w and h.
- QSize() -
Constructor for class com.trolltech.qt.core.QSize
- Constructs a size with an invalid width and height (i.e., isValid returns false).
- QSizeF - Class in com.trolltech.qt.core
- The QSizeF class defines the size of a two-dimensional object using floating point precision.
- QSizeF(QSize) -
Constructor for class com.trolltech.qt.core.QSizeF
- Constructs a size with floating point accuracy from the given sz.
- QSizeF(double, double) -
Constructor for class com.trolltech.qt.core.QSizeF
- Constructs a size with the given w and h.
- QSizeF() -
Constructor for class com.trolltech.qt.core.QSizeF
- Constructs an invalid size.
- QSizeGrip - Class in com.trolltech.qt.gui
- The QSizeGrip class provides a resize handle for resizing top-level windows.
- QSizeGrip(QWidget) -
Constructor for class com.trolltech.qt.gui.QSizeGrip
- Constructs a resize corner as a child widget of the given parent.
- QSizePolicy - Class in com.trolltech.qt.gui
- The QSizePolicy class is a layout attribute describing horizontal and vertical resizing policy.
- QSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy, QSizePolicy.ControlType) -
Constructor for class com.trolltech.qt.gui.QSizePolicy
- Constructs a QSizePolicy object with the given horizontal and vertical policies, and the specified control type.
- QSizePolicy() -
Constructor for class com.trolltech.qt.gui.QSizePolicy
- Constructs a QSizePolicy object with Fixed as its horizontal and vertical policies.
- QSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy) -
Constructor for class com.trolltech.qt.gui.QSizePolicy
- Constructs a QSizePolicy object with the given horizontal and vertical policies, and DefaultType as the control type.
- QSizePolicy.ControlType - Enum in com.trolltech.qt.gui
- This enum specifies the different types of widgets in terms of layout interaction.
- QSizePolicy.ControlTypes - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QSizePolicy.ControlTypes(QSizePolicy.ControlType...) -
Constructor for class com.trolltech.qt.gui.QSizePolicy.ControlTypes
- Creates flags with value set as only flag.
- QSizePolicy.ControlTypes(int) -
Constructor for class com.trolltech.qt.gui.QSizePolicy.ControlTypes
- Creates flags with the specified int flags set.
- QSizePolicy.Policy - Enum in com.trolltech.qt.gui
- This enum describes the various per-dimension sizing types used when constructing a QSizePolicy.
- QSizePolicy.PolicyFlag - Enum in com.trolltech.qt.gui
- These flags are combined together to form the various Policy values:
- QSlider - Class in com.trolltech.qt.gui
- The QSlider widget provides a vertical or horizontal slider.
- QSlider() -
Constructor for class com.trolltech.qt.gui.QSlider
- Equivalent to QSlider(0).
- QSlider(QWidget) -
Constructor for class com.trolltech.qt.gui.QSlider
- Constructs a vertical slider with the given parent.
- QSlider(Qt.Orientation) -
Constructor for class com.trolltech.qt.gui.QSlider
- Equivalent to QSlider(orientation, 0).
- QSlider(Qt.Orientation, QWidget) -
Constructor for class com.trolltech.qt.gui.QSlider
- Constructs a slider with the given parent.
- QSlider.TickPosition - Enum in com.trolltech.qt.gui
- This enum specifies where the tick marks are to be drawn relative to the slider's groove and the handle the user moves.
- QSocketNotifier - Class in com.trolltech.qt.core
- The QSocketNotifier class provides support for monitoring activity on a file descriptor.
- QSocketNotifier(int, QSocketNotifier.Type) -
Constructor for class com.trolltech.qt.core.QSocketNotifier
- Equivalent to QSocketNotifier(socket, arg__2, 0).
- QSocketNotifier(int, QSocketNotifier.Type, QObject) -
Constructor for class com.trolltech.qt.core.QSocketNotifier
- Constructs a socket notifier with the given parent.
- QSocketNotifier.Type - Enum in com.trolltech.qt.core
- This enum describes the various types of events that a socket notifier can recognize.
- QSortFilterProxyModel - Class in com.trolltech.qt.gui
- The QSortFilterProxyModel class provides support for sorting and filtering data passed between another model and a view.
- QSortFilterProxyModel() -
Constructor for class com.trolltech.qt.gui.QSortFilterProxyModel
- Equivalent to QSortFilterProxyModel(0).
- QSortFilterProxyModel(QObject) -
Constructor for class com.trolltech.qt.gui.QSortFilterProxyModel
- Constructs a sorting filter model with the given parent.
- QSound - Class in com.trolltech.qt.gui
- The QSound class provides access to the platform audio facilities.
- QSound(String) -
Constructor for class com.trolltech.qt.gui.QSound
- Equivalent to QSound(filename, 0).
- QSound(String, QObject) -
Constructor for class com.trolltech.qt.gui.QSound
- Constructs a QSound object from the file specified by the given filename and with the given parent.
- QSpacerItem - Class in com.trolltech.qt.gui
- The QSpacerItem class provides blank space in a layout.
- QSpacerItem(int, int, QSizePolicy.Policy) -
Constructor for class com.trolltech.qt.gui.QSpacerItem
- Equivalent to QSpacerItem(w, h, hData, QSizePolicy::Minimum).
- QSpacerItem(int, int) -
Constructor for class com.trolltech.qt.gui.QSpacerItem
- Equivalent to QSpacerItem(w, h, QSizePolicy::Minimum, QSizePolicy::Minimum).
- QSpacerItem(int, int, QSizePolicy.Policy, QSizePolicy.Policy) -
Constructor for class com.trolltech.qt.gui.QSpacerItem
- Constructs a spacer item with preferred width w, preferred height h, horizontal size policy hData and vertical size policy vData.
- QSpinBox - Class in com.trolltech.qt.gui
- The QSpinBox class provides a spin box widget.
- QSpinBox() -
Constructor for class com.trolltech.qt.gui.QSpinBox
- Equivalent to QSpinBox(0).
- QSpinBox(QWidget) -
Constructor for class com.trolltech.qt.gui.QSpinBox
- Constructs a spin box with 0 as minimum value and 99 as maximum value, a step value of 1.
- QSplashScreen - Class in com.trolltech.qt.gui
- The QSplashScreen widget provides a splash screen that can be shown during application startup.
- QSplashScreen(QPixmap) -
Constructor for class com.trolltech.qt.gui.QSplashScreen
- Equivalent to QSplashScreen(pixmap, 0).
- QSplashScreen() -
Constructor for class com.trolltech.qt.gui.QSplashScreen
- Equivalent to QSplashScreen(QPixmap(), 0).
- QSplashScreen(QPixmap, Qt.WindowFlags) -
Constructor for class com.trolltech.qt.gui.QSplashScreen
- Construct a splash screen that will display the pixmap.
- QSplashScreen(QWidget, QPixmap) -
Constructor for class com.trolltech.qt.gui.QSplashScreen
- Equivalent to QSplashScreen(parent, pixmap, 0).
- QSplashScreen(QWidget) -
Constructor for class com.trolltech.qt.gui.QSplashScreen
- Equivalent to QSplashScreen(parent, QPixmap(), 0).
- QSplashScreen(QWidget, QPixmap, Qt.WindowFlags) -
Constructor for class com.trolltech.qt.gui.QSplashScreen
- This function allows you to specify a parent for your splashscreen.
- QSplitter - Class in com.trolltech.qt.gui
- The QSplitter class implements a splitter widget.
- QSplitter() -
Constructor for class com.trolltech.qt.gui.QSplitter
- Equivalent to QSplitter(0).
- QSplitter(QWidget) -
Constructor for class com.trolltech.qt.gui.QSplitter
- Constructs a horizontal splitter with the parent arguments is passed on to the QFrame constructor.
- QSplitter(Qt.Orientation) -
Constructor for class com.trolltech.qt.gui.QSplitter
- Equivalent to QSplitter(arg__1, 0).
- QSplitter(Qt.Orientation, QWidget) -
Constructor for class com.trolltech.qt.gui.QSplitter
- Constructs a splitter with the given arg__1 and parent.
- QSplitter.Range - Class in com.trolltech.qt.gui
-
- QSplitter.Range(int, int) -
Constructor for class com.trolltech.qt.gui.QSplitter.Range
-
- QSplitterHandle - Class in com.trolltech.qt.gui
- The QSplitterHandle class provides handle functionality of the splitter.
- QSplitterHandle(Qt.Orientation, QSplitter) -
Constructor for class com.trolltech.qt.gui.QSplitterHandle
- Creates a QSplitter handle with the given o and QSplitter parent.
- QSql - Interface in com.trolltech.qt.sql
- The QSql namespace contains miscellaneous identifiers used throughout the Qt SQL library.
- QSql.Location - Enum in com.trolltech.qt.sql
- This enum type describes special SQL navigation locations.
- QSql.NumericalPrecisionPolicy - Enum in com.trolltech.qt.sql
- This enum type describes at which precision levels numercial values are read from a database.
- QSql.ParamType - Class in com.trolltech.qt.sql
- This QFlag class provides flags for the int enum.
- QSql.ParamType(QSql.ParamTypeFlag...) -
Constructor for class com.trolltech.qt.sql.QSql.ParamType
- Creates flags with value set as only flag.
- QSql.ParamType(int) -
Constructor for class com.trolltech.qt.sql.QSql.ParamType
- Creates flags with the specified int flags set.
- QSql.ParamTypeFlag - Enum in com.trolltech.qt.sql
- This enum is used to specify the type of a bind parameter.
- QSql.TableType - Enum in com.trolltech.qt.sql
- This enum type describes types of SQL tables.
- QSqlDatabase - Class in com.trolltech.qt.sql
- The QSqlDatabase class represents a connection to a database.
- QSqlDatabase(QSqlDriver) -
Constructor for class com.trolltech.qt.sql.QSqlDatabase
- Creates a database connection using the given driver.
- QSqlDatabase(QSqlDatabase) -
Constructor for class com.trolltech.qt.sql.QSqlDatabase
- Creates a copy of other.
- QSqlDatabase(String) -
Constructor for class com.trolltech.qt.sql.QSqlDatabase
- Creates a QSqlDatabase connection that uses the driver referred to by type.
- QSqlDatabase() -
Constructor for class com.trolltech.qt.sql.QSqlDatabase
- Creates an empty, invalid QSqlDatabase object.
- QSqlDriver - Class in com.trolltech.qt.sql
- The QSqlDriver class is an abstract base class for accessing specific SQL databases.
- QSqlDriver() -
Constructor for class com.trolltech.qt.sql.QSqlDriver
- Equivalent to QSqlDriver(0).
- QSqlDriver(QObject) -
Constructor for class com.trolltech.qt.sql.QSqlDriver
- Constructs a new driver with the given parent.
- QSqlDriver.DriverFeature - Enum in com.trolltech.qt.sql
- This enum contains a list of features a driver might support.
- QSqlDriver.IdentifierType - Enum in com.trolltech.qt.sql
- This enum contains a list of SQL identifier types.
- QSqlDriver.StatementType - Enum in com.trolltech.qt.sql
- This enum contains a list of SQL statement (or clause) types the driver can create.
- QSqlDriverCreatorBase - Class in com.trolltech.qt.sql
- The QSqlDriverCreatorBase class is the base class for SQL driver factories.
- QSqlDriverCreatorBase() -
Constructor for class com.trolltech.qt.sql.QSqlDriverCreatorBase
- Creates a new QSqlDriverCreatorBase.
- QSqlError - Class in com.trolltech.qt.sql
- The QSqlError class provides SQL database error information.
- QSqlError(String, String, QSqlError.ErrorType) -
Constructor for class com.trolltech.qt.sql.QSqlError
- Equivalent to QSqlError(driverText, databaseText, type, -1).
- QSqlError(String, String) -
Constructor for class com.trolltech.qt.sql.QSqlError
- Equivalent to QSqlError(driverText, databaseText, NoError, -1).
- QSqlError(String) -
Constructor for class com.trolltech.qt.sql.QSqlError
- Equivalent to QSqlError(driverText, QString(), NoError, -1).
- QSqlError() -
Constructor for class com.trolltech.qt.sql.QSqlError
- Equivalent to QSqlError(QString(), QString(), NoError, -1).
- QSqlError(String, String, QSqlError.ErrorType, int) -
Constructor for class com.trolltech.qt.sql.QSqlError
- Constructs an error containing the driver error text driverText, the database-specific error text databaseText, the type type and the optional error number number.
- QSqlError(QSqlError) -
Constructor for class com.trolltech.qt.sql.QSqlError
- Creates a copy of other.
- QSqlError.ErrorType - Enum in com.trolltech.qt.sql
- This enum type describes the type of SQL error that occurred.
- QSqlField - Class in com.trolltech.qt.sql
- The QSqlField class manipulates the fields in SQL database tables and views.
- QSqlField(String) -
Constructor for class com.trolltech.qt.sql.QSqlField
- Equivalent to QSqlField(fieldName, QVariant::Invalid).
- QSqlField() -
Constructor for class com.trolltech.qt.sql.QSqlField
- Equivalent to QSqlField(QString(), QVariant::Invalid).
- QSqlField(String, int) -
Constructor for class com.trolltech.qt.sql.QSqlField
- Constructs an empty field called fieldName of variant type type.
- QSqlField(QSqlField) -
Constructor for class com.trolltech.qt.sql.QSqlField
- Constructs a copy of other.
- QSqlField.RequiredStatus - Enum in com.trolltech.qt.sql
- Specifies whether the field is required or optional.
- QSqlIndex - Class in com.trolltech.qt.sql
- The QSqlIndex class provides functions to manipulate and describe database indexes.
- QSqlIndex(QSqlIndex) -
Constructor for class com.trolltech.qt.sql.QSqlIndex
- Constructs a copy of other.
- QSqlIndex(String) -
Constructor for class com.trolltech.qt.sql.QSqlIndex
- Equivalent to QSqlIndex(cursorName, QString()).
- QSqlIndex() -
Constructor for class com.trolltech.qt.sql.QSqlIndex
- Equivalent to QSqlIndex(QString(), QString()).
- QSqlIndex(String, String) -
Constructor for class com.trolltech.qt.sql.QSqlIndex
- Constructs an empty index using the cursor name cursorName and index name name.
- QSqlQuery - Class in com.trolltech.qt.sql
- The QSqlQuery class provides a means of executing and manipulating SQL statements.
- QSqlQuery(String) -
Constructor for class com.trolltech.qt.sql.QSqlQuery
- Equivalent to QSqlQuery(query, QSqlDatabase()).
- QSqlQuery() -
Constructor for class com.trolltech.qt.sql.QSqlQuery
- Equivalent to QSqlQuery(QString(), QSqlDatabase()).
- QSqlQuery(String, QSqlDatabase) -
Constructor for class com.trolltech.qt.sql.QSqlQuery
- Constructs a QSqlQuery object using the SQL query and the database db.
- QSqlQuery(QSqlQuery) -
Constructor for class com.trolltech.qt.sql.QSqlQuery
- Constructs a copy of other.
- QSqlQuery(QSqlResult) -
Constructor for class com.trolltech.qt.sql.QSqlQuery
- Constructs a QSqlQuery object which uses the QSqlResult r to communicate with a database.
- QSqlQuery(QSqlDatabase) -
Constructor for class com.trolltech.qt.sql.QSqlQuery
- Constructs a QSqlQuery object using the database db.
- QSqlQuery.BatchExecutionMode - Enum in com.trolltech.qt.sql
- Press link for info on QSqlQuery.BatchExecutionMode
- QSqlQueryModel - Class in com.trolltech.qt.sql
- The QSqlQueryModel class provides a read-only data model for SQL result sets.
- QSqlQueryModel() -
Constructor for class com.trolltech.qt.sql.QSqlQueryModel
- Equivalent to QSqlQueryModel(0).
- QSqlQueryModel(QObject) -
Constructor for class com.trolltech.qt.sql.QSqlQueryModel
- Creates an empty QSqlQueryModel with the given parent.
- QSqlRecord - Class in com.trolltech.qt.sql
- The QSqlRecord class encapsulates a database record.
- QSqlRecord() -
Constructor for class com.trolltech.qt.sql.QSqlRecord
- Constructs an empty record.
- QSqlRecord(QSqlRecord) -
Constructor for class com.trolltech.qt.sql.QSqlRecord
- Constructs a copy of other.
- QSqlRelation - Class in com.trolltech.qt.sql
- The QSqlRelation class stores information about an SQL foreign key.
- QSqlRelation() -
Constructor for class com.trolltech.qt.sql.QSqlRelation
- Constructs an invalid QSqlRelation object.
- QSqlRelation(String, String, String) -
Constructor for class com.trolltech.qt.sql.QSqlRelation
- Constructs a QSqlRelation object, where aTableName is the SQL table name to which a foreign key refers, indexCol is the foreign key, and displayCol is the field that should be presented to the user.
- QSqlRelationalTableModel - Class in com.trolltech.qt.sql
- The QSqlRelationalTableModel class provides an editable data model for a single database table, with foreign key support.
- QSqlRelationalTableModel(QObject) -
Constructor for class com.trolltech.qt.sql.QSqlRelationalTableModel
- Equivalent to QSqlRelationalTableModel(parent, QSqlDatabase()).
- QSqlRelationalTableModel() -
Constructor for class com.trolltech.qt.sql.QSqlRelationalTableModel
- Equivalent to QSqlRelationalTableModel(0, QSqlDatabase()).
- QSqlRelationalTableModel(QObject, QSqlDatabase) -
Constructor for class com.trolltech.qt.sql.QSqlRelationalTableModel
- Creates an empty QSqlRelationalTableModel and sets the parent to parent and the database connection to db.
- QSqlResult - Class in com.trolltech.qt.sql
- The QSqlResult class provides an abstract interface for accessing data from specific SQL databases.
- QSqlResult(QSqlDriver) -
Constructor for class com.trolltech.qt.sql.QSqlResult
- Creates a QSqlResult using database driver db.
- QSqlResult.BindingSyntax - Enum in com.trolltech.qt.sql
- This enum type specifies the different syntaxes for specifying placeholders in prepared queries.
- QSqlResult.VirtualHookOperation - Enum in com.trolltech.qt.sql
- Press link for info on QSqlResult.VirtualHookOperation
- QSqlTableModel - Class in com.trolltech.qt.sql
- The QSqlTableModel class provides an editable data model for a single database table.
- QSqlTableModel(QObject) -
Constructor for class com.trolltech.qt.sql.QSqlTableModel
- Equivalent to QSqlTableModel(parent, QSqlDatabase()).
- QSqlTableModel() -
Constructor for class com.trolltech.qt.sql.QSqlTableModel
- Equivalent to QSqlTableModel(0, QSqlDatabase()).
- QSqlTableModel(QObject, QSqlDatabase) -
Constructor for class com.trolltech.qt.sql.QSqlTableModel
- Creates an empty QSqlTableModel and sets the parent to parent and the database connection to db.
- QSqlTableModel.EditStrategy - Enum in com.trolltech.qt.sql
- This enum type describes which strategy to choose when editing values in the database.
- QSsl - Interface in com.trolltech.qt.network
- The QSsl namespace declares enums common to all SSL classes in QtNetwork.
- QSsl.AlternateNameEntryType - Enum in com.trolltech.qt.network
- Describes the key types for alternate name entries in QSslCertificate.
- QSsl.EncodingFormat - Enum in com.trolltech.qt.network
- Describes supported encoding formats for certificates and keys.
- QSsl.KeyAlgorithm - Enum in com.trolltech.qt.network
- Describes the different key algorithms supported by QSslKey.
- QSsl.KeyType - Enum in com.trolltech.qt.network
- Describes the two types of keys QSslKey supports.
- QSsl.SslProtocol - Enum in com.trolltech.qt.network
- Describes the protocol of the cipher.
- QStackedLayout - Class in com.trolltech.qt.gui
- The QStackedLayout class provides a stack of widgets where only one widget is visible at a time.
- QStackedLayout(QWidget) -
Constructor for class com.trolltech.qt.gui.QStackedLayout
- Constructs a new QStackedLayout with the given parent.
- QStackedLayout(QLayout) -
Constructor for class com.trolltech.qt.gui.QStackedLayout
- Constructs a new QStackedLayout and inserts it into the given parentLayout.
- QStackedLayout() -
Constructor for class com.trolltech.qt.gui.QStackedLayout
- Constructs a QStackedLayout with no parent.
- QStackedWidget - Class in com.trolltech.qt.gui
- The QStackedWidget class provides a stack of widgets where only one widget is visible at a time.
- QStackedWidget() -
Constructor for class com.trolltech.qt.gui.QStackedWidget
- Equivalent to QStackedWidget(0).
- QStackedWidget(QWidget) -
Constructor for class com.trolltech.qt.gui.QStackedWidget
- Constructs a QStackedWidget with the given parent.
- QStandardItem - Class in com.trolltech.qt.gui
- The QStandardItem class provides an item for use with the QStandardItemModel class.
- QStandardItem(String) -
Constructor for class com.trolltech.qt.gui.QStandardItem
- Constructs an item with the given text.
- QStandardItem(int) -
Constructor for class com.trolltech.qt.gui.QStandardItem
- Equivalent to QStandardItem(rows, 1).
- QStandardItem(int, int) -
Constructor for class com.trolltech.qt.gui.QStandardItem
- Constructs an item with rows rows and columns columns of child items.
- QStandardItem(QIcon, String) -
Constructor for class com.trolltech.qt.gui.QStandardItem
- Constructs an item with the given icon and text.
- QStandardItem() -
Constructor for class com.trolltech.qt.gui.QStandardItem
- Constructs an item.
- QStandardItem(QStandardItem) -
Constructor for class com.trolltech.qt.gui.QStandardItem
- Constructs a copy of other.
- QStandardItem.ItemType - Enum in com.trolltech.qt.gui
- This enum describes the types that are used to describe standard items.
- QStandardItemModel - Class in com.trolltech.qt.gui
- The QStandardItemModel class provides a generic model for storing custom data.
- QStandardItemModel() -
Constructor for class com.trolltech.qt.gui.QStandardItemModel
- Equivalent to QStandardItemModel(0).
- QStandardItemModel(QObject) -
Constructor for class com.trolltech.qt.gui.QStandardItemModel
- Constructs a new item model with the given parent.
- QStandardItemModel(int, int) -
Constructor for class com.trolltech.qt.gui.QStandardItemModel
- Equivalent to QStandardItemModel(rows, columns, 0).
- QStandardItemModel(int, int, QObject) -
Constructor for class com.trolltech.qt.gui.QStandardItemModel
- Constructs a new item model that initially has rows rows and columns columns, and that has the given parent.
- QStatusBar - Class in com.trolltech.qt.gui
- The QStatusBar class provides a horizontal bar suitable for presenting status information.
- QStatusBar() -
Constructor for class com.trolltech.qt.gui.QStatusBar
- Equivalent to QStatusBar(0).
- QStatusBar(QWidget) -
Constructor for class com.trolltech.qt.gui.QStatusBar
- Constructs a status bar with a size grip and the given parent.
- QStatusTipEvent - Class in com.trolltech.qt.gui
- The QStatusTipEvent class provides an event that is used to show messages in a status bar.
- QStatusTipEvent(String) -
Constructor for class com.trolltech.qt.gui.QStatusTipEvent
- Constructs a status tip event with the text specified by tip.
- QStringListModel - Class in com.trolltech.qt.gui
- The QStringListModel class provides a model that supplies strings to views.
- QStringListModel() -
Constructor for class com.trolltech.qt.gui.QStringListModel
- Equivalent to QStringListModel(0).
- QStringListModel(QObject) -
Constructor for class com.trolltech.qt.gui.QStringListModel
- Constructs a string list model with the given parent.
- QStringListModel(List<String>) -
Constructor for class com.trolltech.qt.gui.QStringListModel
- Equivalent to QStringListModel(strings, 0).
- QStringListModel(List<String>, QObject) -
Constructor for class com.trolltech.qt.gui.QStringListModel
- Constructs a string list model containing the specified strings with the given parent.
- QStringMatcher - Class in com.trolltech.qt.core
- The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string.
- QStringMatcher() -
Constructor for class com.trolltech.qt.core.QStringMatcher
- Constructs an empty string matcher that won't match anything.
- QStringMatcher(String) -
Constructor for class com.trolltech.qt.core.QStringMatcher
- Equivalent to QStringMatcher(pattern, Qt::CaseSensitive).
- QStringMatcher(String, Qt.CaseSensitivity) -
Constructor for class com.trolltech.qt.core.QStringMatcher
- Constructs a string matcher that will search for pattern, with case sensitivity cs.
- QStringMatcher(QStringMatcher) -
Constructor for class com.trolltech.qt.core.QStringMatcher
- Copies the other string matcher to this string matcher.
- QStyle - Class in com.trolltech.qt.gui
- The QStyle class is an abstract base class that encapsulates the look and feel of a GUI.
- QStyle() -
Constructor for class com.trolltech.qt.gui.QStyle
- Constructs a style object.
- QStyle.ComplexControl - Enum in com.trolltech.qt.gui
- This enum describes the available complex controls.
- QStyle.ContentsType - Enum in com.trolltech.qt.gui
- This enum describes the available contents types.
- QStyle.ControlElement - Enum in com.trolltech.qt.gui
- This enum represents a control element.
- QStyle.PixelMetric - Enum in com.trolltech.qt.gui
- This enum describes the various available pixel metrics.
- QStyle.PrimitiveElement - Enum in com.trolltech.qt.gui
- This enum describes that various primitive elements.
- QStyle.StandardPixmap - Enum in com.trolltech.qt.gui
- This enum describes the available standard pixmaps.
- QStyle.State - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QStyle.State(QStyle.StateFlag...) -
Constructor for class com.trolltech.qt.gui.QStyle.State
- Creates flags with value set as only flag.
- QStyle.State(int) -
Constructor for class com.trolltech.qt.gui.QStyle.State
- Creates flags with the specified int flags set.
- QStyle.StateFlag - Enum in com.trolltech.qt.gui
- This enum describes flags that are used when drawing primitive elements.
- QStyle.StyleHint - Enum in com.trolltech.qt.gui
- This enum describes the available style hints.
- QStyle.SubControl - Class in com.trolltech.qt.gui
- This enum describes the available sub controls.
- QStyle.SubControl() -
Constructor for class com.trolltech.qt.gui.QStyle.SubControl
-
- QStyle.SubElement - Enum in com.trolltech.qt.gui
- This enum represents a sub-area of a widget.
- QStyleFactory - Class in com.trolltech.qt.gui
- The QStyleFactory class creates QStyle objects.
- QStyleHintReturn - Class in com.trolltech.qt.gui
- The QStyleHintReturn class provides style hints that return more than basic data types.
- QStyleHintReturn(int) -
Constructor for class com.trolltech.qt.gui.QStyleHintReturn
- Equivalent to QStyleHintReturn(version, SH_Default).
- QStyleHintReturn() -
Constructor for class com.trolltech.qt.gui.QStyleHintReturn
- Equivalent to QStyleHintReturn(QStyleOption::Version, SH_Default).
- QStyleHintReturn(int, int) -
Constructor for class com.trolltech.qt.gui.QStyleHintReturn
- Constructs a QStyleHintReturn with version version and type type.
- QStyleHintReturn.HintReturnType - Enum in com.trolltech.qt.gui
- Press link for info on QStyleHintReturn.HintReturnType
- QStyleHintReturn.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleHintReturn subclass.
- QStyleHintReturn.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleHintReturn subclass.
- QStyleHintReturnMask - Class in com.trolltech.qt.gui
- The QStyleHintReturnMask class provides style hints that return a QRegion.
- QStyleHintReturnMask() -
Constructor for class com.trolltech.qt.gui.QStyleHintReturnMask
- Constructs a QStyleHintReturnMask.
- QStyleHintReturnMask.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleHintReturn subclass.
- QStyleHintReturnMask.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleHintReturn subclass.
- QStyleHintReturnVariant - Class in com.trolltech.qt.gui
- The QStyleHintReturnVariant class provides style hints that return a QVariant.
- QStyleHintReturnVariant() -
Constructor for class com.trolltech.qt.gui.QStyleHintReturnVariant
- Constructs a QStyleHintReturnVariant.
- QStyleHintReturnVariant.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleHintReturn subclass.
- QStyleHintReturnVariant.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleHintReturn subclass.
- QStyleOption - Class in com.trolltech.qt.gui
- The QStyleOption class stores the parameters used by QStyle functions.
- QStyleOption(QStyleOption) -
Constructor for class com.trolltech.qt.gui.QStyleOption
- Constructs a copy of other.
- QStyleOption(int) -
Constructor for class com.trolltech.qt.gui.QStyleOption
- Equivalent to QStyleOption(version, SO_Default).
- QStyleOption() -
Constructor for class com.trolltech.qt.gui.QStyleOption
- Equivalent to QStyleOption(QStyleOption::Version, SO_Default).
- QStyleOption(int, int) -
Constructor for class com.trolltech.qt.gui.QStyleOption
- Constructs a QStyleOption with the specified version and type.
- QStyleOption.OptionType - Enum in com.trolltech.qt.gui
- This enum is used internally by QStyleOption, its subclasses, and qstyleoption_cast() to determine the type of style option.
- QStyleOption.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOption.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionButton - Class in com.trolltech.qt.gui
- The QStyleOptionButton class is used to describe the parameters for drawing buttons.
- QStyleOptionButton(QStyleOptionButton) -
Constructor for class com.trolltech.qt.gui.QStyleOptionButton
- Constructs a copy of the other style option.
- QStyleOptionButton() -
Constructor for class com.trolltech.qt.gui.QStyleOptionButton
- Constructs a QStyleOptionButton, initializing the members variables to their default values.
- QStyleOptionButton(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionButton
- This method is used internally by Qt Jambi.
- QStyleOptionButton.ButtonFeature - Enum in com.trolltech.qt.gui
- This enum describes the different types of features a push button can have.
- QStyleOptionButton.ButtonFeatures - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QStyleOptionButton.ButtonFeatures(QStyleOptionButton.ButtonFeature...) -
Constructor for class com.trolltech.qt.gui.QStyleOptionButton.ButtonFeatures
- Creates flags with value set as only flag.
- QStyleOptionButton.ButtonFeatures(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionButton.ButtonFeatures
- Creates flags with the specified int flags set.
- QStyleOptionButton.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionButton.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionComboBox - Class in com.trolltech.qt.gui
- The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox.
- QStyleOptionComboBox(QStyleOptionComboBox) -
Constructor for class com.trolltech.qt.gui.QStyleOptionComboBox
- Constructs a copy of the other style option.
- QStyleOptionComboBox() -
Constructor for class com.trolltech.qt.gui.QStyleOptionComboBox
- Creates a QStyleOptionComboBox, initializing the members variables to their default values.
- QStyleOptionComboBox(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionComboBox
- This method is used internally by Qt Jambi.
- QStyleOptionComboBox.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionComboBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionComplex - Class in com.trolltech.qt.gui
- The QStyleOptionComplex class is used to hold parameters that are common to all complex controls.
- QStyleOptionComplex(QStyleOptionComplex) -
Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
- Constructs a copy of the other style option.
- QStyleOptionComplex(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
- Equivalent to QStyleOptionComplex(version, SO_Complex).
- QStyleOptionComplex() -
Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
- Equivalent to QStyleOptionComplex(QStyleOptionComplex::Version, SO_Complex).
- QStyleOptionComplex(int, int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
- Constructs a QStyleOptionComplex of the specified type and version, initializing the member variables to their default values.
- QStyleOptionComplex.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionComplex.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionDockWidget - Class in com.trolltech.qt.gui
- The QStyleOptionDockWidget class is used to describe the parameters for drawing a dock widget.
- QStyleOptionDockWidget(QStyleOptionDockWidget) -
Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidget
- Constructs a copy of the other style option.
- QStyleOptionDockWidget() -
Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidget
- Constructs a QStyleOptionDockWidget, initializing the member variables to their default values.
- QStyleOptionDockWidget(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidget
- This method is used internally by Qt Jambi.
- QStyleOptionDockWidget.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionDockWidget.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionDockWidgetV2 - Class in com.trolltech.qt.gui
-
- QStyleOptionDockWidgetV2(QStyleOptionDockWidget) -
Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
- Creates a new QStyleOptionDockWidgetV2, which is a copy of other.
- QStyleOptionDockWidgetV2(QStyleOptionDockWidgetV2) -
Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
- Creates a new QStyleOptionDockWidgetV2, which is a copy of other.
- QStyleOptionDockWidgetV2(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
- Creates a new QStyleOptionDockWidgetV2 with the specified version.
- QStyleOptionDockWidgetV2() -
Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
- Creates a new QStyleOptionDockWidgetV2, initializing the member variables to
their default values.
- QStyleOptionDockWidgetV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
- Press link for info on QStyleOptionDockWidgetV2.StyleOptionVersion
- QStyleOptionFocusRect - Class in com.trolltech.qt.gui
- The QStyleOptionFocusRect class is used to describe the parameters for drawing a focus rectangle with QStyle.
- QStyleOptionFocusRect(QStyleOptionFocusRect) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFocusRect
- Constructs a copy of the other style option.
- QStyleOptionFocusRect() -
Constructor for class com.trolltech.qt.gui.QStyleOptionFocusRect
- Constructs a QStyleOptionFocusRect, initializing the members variables to their default values.
- QStyleOptionFocusRect(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFocusRect
- This method is used internally by Qt Jambi.
- QStyleOptionFocusRect.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionFocusRect.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionFrame - Class in com.trolltech.qt.gui
- The QStyleOptionFrame class is used to describe the parameters for drawing a frame.
- QStyleOptionFrame(QStyleOptionFrame) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrame
- Constructs a copy of the other style option.
- QStyleOptionFrame() -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrame
- Constructs a QStyleOptionFrame, initializing the members variables to their default values.
- QStyleOptionFrame(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrame
- This method is used internally by Qt Jambi.
- QStyleOptionFrame.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionFrame.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionFrameV2 - Class in com.trolltech.qt.gui
- The QStyleOptionFrameV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.1 or above.
- QStyleOptionFrameV2(QStyleOptionFrameV2) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
- Constructs a QStyleOptionFrameV2 copy of the other style option.
- QStyleOptionFrameV2() -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
- Constructs a QStyleOptionFrameV2 object.
- QStyleOptionFrameV2(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
- This method is used internally by Qt Jambi.
- QStyleOptionFrameV2(QStyleOptionFrame) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
- Constructs a QStyleOptionFrameV2 copy of the other style option which can be either of the QStyleOptionFrameV2 or QStyleOptionFrame types.
- QStyleOptionFrameV2.FrameFeature - Enum in com.trolltech.qt.gui
- This enum describles the different types of features a frame can have.
- QStyleOptionFrameV2.FrameFeatures - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QStyleOptionFrameV2.FrameFeatures(QStyleOptionFrameV2.FrameFeature...) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2.FrameFeatures
- Creates flags with value set as only flag.
- QStyleOptionFrameV2.FrameFeatures(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2.FrameFeatures
- Creates flags with the specified int flags set.
- QStyleOptionFrameV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionGraphicsItem - Class in com.trolltech.qt.gui
- The QStyleOptionGraphicsItem class is used to describe the parameters needed to draw a QGraphicsItem.
- QStyleOptionGraphicsItem(QStyleOptionGraphicsItem) -
Constructor for class com.trolltech.qt.gui.QStyleOptionGraphicsItem
- Constructs a copy of other.
- QStyleOptionGraphicsItem() -
Constructor for class com.trolltech.qt.gui.QStyleOptionGraphicsItem
- Constructs a QStyleOptionGraphicsItem.
- QStyleOptionGraphicsItem(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionGraphicsItem
- This method is used internally by Qt Jambi.
- QStyleOptionGraphicsItem.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionGraphicsItem.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionGroupBox - Class in com.trolltech.qt.gui
- The QStyleOptionGroupBox class describes the parameters for drawing a group box.
- QStyleOptionGroupBox(QStyleOptionGroupBox) -
Constructor for class com.trolltech.qt.gui.QStyleOptionGroupBox
- Constructs a copy of the other style option.
- QStyleOptionGroupBox() -
Constructor for class com.trolltech.qt.gui.QStyleOptionGroupBox
- Constructs a QStyleOptionGroupBox, initializing the members variables to their default values.
- QStyleOptionGroupBox(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionGroupBox
- This method is used internally by Qt Jambi.
- QStyleOptionGroupBox.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionGroupBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionHeader - Class in com.trolltech.qt.gui
- The QStyleOptionHeader class is used to describe the parameters for drawing a header.
- QStyleOptionHeader(QStyleOptionHeader) -
Constructor for class com.trolltech.qt.gui.QStyleOptionHeader
- Constructs a copy of the other style option.
- QStyleOptionHeader() -
Constructor for class com.trolltech.qt.gui.QStyleOptionHeader
- Constructs a QStyleOptionHeader, initializing the members variables to their default values.
- QStyleOptionHeader(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionHeader
- This method is used internally by Qt Jambi.
- QStyleOptionHeader.SectionPosition - Enum in com.trolltech.qt.gui
- This enum lets you know where the section's position is in relation to the other sections.
- QStyleOptionHeader.SelectedPosition - Enum in com.trolltech.qt.gui
- This enum lets you know where the section's position is in relation to the selected section.
- QStyleOptionHeader.SortIndicator - Enum in com.trolltech.qt.gui
- Indicates which direction the sort indicator should be drawn
- QStyleOptionHeader.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionHeader.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionMenuItem - Class in com.trolltech.qt.gui
- The QStyleOptionMenuItem class is used to describe the parameter necessary for drawing a menu item.
- QStyleOptionMenuItem(QStyleOptionMenuItem) -
Constructor for class com.trolltech.qt.gui.QStyleOptionMenuItem
- Constructs a copy of the other style option.
- QStyleOptionMenuItem() -
Constructor for class com.trolltech.qt.gui.QStyleOptionMenuItem
- Constructs a QStyleOptionMenuItem, initializing the members variables to their default values.
- QStyleOptionMenuItem(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionMenuItem
- This method is used internally by Qt Jambi.
- QStyleOptionMenuItem.CheckType - Enum in com.trolltech.qt.gui
- This enum is used to indicate whether or not a check mark should be drawn for the item, or even if it should be drawn at all.
- QStyleOptionMenuItem.MenuItemType - Enum in com.trolltech.qt.gui
- This enum indicates the type of menu item that the structure describes.
- QStyleOptionMenuItem.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionMenuItem.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionProgressBar - Class in com.trolltech.qt.gui
- The QStyleOptionProgressBar class is used to describe the parameters necessary for drawing a progress bar.
- QStyleOptionProgressBar(QStyleOptionProgressBar) -
Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBar
- Constructs a copy of the other style option.
- QStyleOptionProgressBar() -
Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBar
- Constructs a QStyleOptionProgressBar, initializing the members variables to their default values.
- QStyleOptionProgressBar(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBar
- This method is used internally by Qt Jambi.
- QStyleOptionProgressBar.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionProgressBar.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionProgressBarV2 - Class in com.trolltech.qt.gui
- The QStyleOptionProgressBarV2 class is used to describe the parameters necessary for drawing a progress bar in Qt 4.1 or above.
- QStyleOptionProgressBarV2(QStyleOptionProgressBarV2) -
Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
- Constructs a copy of the other style option.
- QStyleOptionProgressBarV2(QStyleOptionProgressBar) -
Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
- Constructs a copy of the other style option which can be either of the QStyleOptionProgressBar and QStyleOptionProgressBarV2 types.
- QStyleOptionProgressBarV2(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
- This method is used internally by Qt Jambi.
- QStyleOptionProgressBarV2() -
Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
- Constructs a QStyleOptionProgressBarV2, initializing he members variables to their default values.
- QStyleOptionProgressBarV2.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionProgressBarV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionRubberBand - Class in com.trolltech.qt.gui
- The QStyleOptionRubberBand class is used to describe the parameters needed for drawing a rubber band.
- QStyleOptionRubberBand(QStyleOptionRubberBand) -
Constructor for class com.trolltech.qt.gui.QStyleOptionRubberBand
- Constructs a copy of the other style option.
- QStyleOptionRubberBand() -
Constructor for class com.trolltech.qt.gui.QStyleOptionRubberBand
- Creates a QStyleOptionRubberBand, initializing the members variables to their default values.
- QStyleOptionRubberBand(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionRubberBand
- This method is used internally by Qt Jambi.
- QStyleOptionRubberBand.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionRubberBand.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionSizeGrip - Class in com.trolltech.qt.gui
- The QStyleOptionSizeGrip class is used to describe the parameter for drawing a size grip.
- QStyleOptionSizeGrip(QStyleOptionSizeGrip) -
Constructor for class com.trolltech.qt.gui.QStyleOptionSizeGrip
- Constructs a copy of the other style option.
- QStyleOptionSizeGrip() -
Constructor for class com.trolltech.qt.gui.QStyleOptionSizeGrip
- Constructs a QStyleOptionSizeGrip.
- QStyleOptionSizeGrip(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionSizeGrip
- This method is used internally by Qt Jambi.
- QStyleOptionSizeGrip.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionSizeGrip.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionSlider - Class in com.trolltech.qt.gui
- The QStyleOptionSlider class is used to describe the parameters needed for drawing a slider.
- QStyleOptionSlider(QStyleOptionSlider) -
Constructor for class com.trolltech.qt.gui.QStyleOptionSlider
- Constructs a copy of the other style option.
- QStyleOptionSlider() -
Constructor for class com.trolltech.qt.gui.QStyleOptionSlider
- Constructs a QStyleOptionSlider, initializing the members variables to their default values.
- QStyleOptionSlider(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionSlider
- This method is used internally by Qt Jambi.
- QStyleOptionSlider.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionSlider.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionSpinBox - Class in com.trolltech.qt.gui
- The QStyleOptionSpinBox class is used to describe the parameters necessary for drawing a spin box.
- QStyleOptionSpinBox(QStyleOptionSpinBox) -
Constructor for class com.trolltech.qt.gui.QStyleOptionSpinBox
- Constructs a copy of the other style option.
- QStyleOptionSpinBox() -
Constructor for class com.trolltech.qt.gui.QStyleOptionSpinBox
- Constructs a QStyleOptionSpinBox, initializing the members variables to their default values.
- QStyleOptionSpinBox(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionSpinBox
- This method is used internally by Qt Jambi.
- QStyleOptionSpinBox.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionSpinBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTab - Class in com.trolltech.qt.gui
- The QStyleOptionTab class is used to describe the parameters for drawing a tab bar.
- QStyleOptionTab(QStyleOptionTab) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTab
- Constructs a copy of the other style option.
- QStyleOptionTab() -
Constructor for class com.trolltech.qt.gui.QStyleOptionTab
- Constructs a QStyleOptionTab object, initializing the members variables to their default values.
- QStyleOptionTab(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTab
- This method is used internally by Qt Jambi.
- QStyleOptionTab.CornerWidget - Enum in com.trolltech.qt.gui
- These flags indicate the corner widgets in a tab.
- QStyleOptionTab.CornerWidgets - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QStyleOptionTab.CornerWidgets(QStyleOptionTab.CornerWidget...) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTab.CornerWidgets
- Creates flags with value set as only flag.
- QStyleOptionTab.CornerWidgets(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTab.CornerWidgets
- Creates flags with the specified int flags set.
- QStyleOptionTab.SelectedPosition - Enum in com.trolltech.qt.gui
- This enum describes the position of the selected tab.
- QStyleOptionTab.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTab.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTab.TabPosition - Enum in com.trolltech.qt.gui
- This enum describes the position of the tab.
- QStyleOptionTabBarBase - Class in com.trolltech.qt.gui
- The QStyleOptionTabBarBase class is used to describe the base of a tab bar, i.e. the part that the tab bar usually overlaps with.
- QStyleOptionTabBarBase(QStyleOptionTabBarBase) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabBarBase
- Constructs a copy of other.
- QStyleOptionTabBarBase() -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabBarBase
- Construct a QStyleOptionTabBarBase, initializing the members vaiables to their default values.
- QStyleOptionTabBarBase(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabBarBase
- This method is used internally by Qt Jambi.
- QStyleOptionTabBarBase.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTabBarBase.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTabV2 - Class in com.trolltech.qt.gui
- The QStyleOptionTabV2 class is used to describe the parameters necessary for drawing a tabs in Qt 4.1 or above.
- QStyleOptionTabV2(QStyleOptionTab) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
- Constructs a QStyleOptionTabV2 copy of the other style option which can be either of the QStyleOptionTabV2 or QStyleOptionTab types.
- QStyleOptionTabV2(QStyleOptionTabV2) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
- Constructs a copy of the other style option.
- QStyleOptionTabV2(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
- This method is used internally by Qt Jambi.
- QStyleOptionTabV2() -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
- Constructs a QStyleOptionTabV2.
- QStyleOptionTabV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTabWidgetFrame - Class in com.trolltech.qt.gui
- The QStyleOptionTabWidgetFrame class is used to describe the parameters for drawing the frame around a tab widget.
- QStyleOptionTabWidgetFrame(QStyleOptionTabWidgetFrame) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
- Constructs a copy of other.
- QStyleOptionTabWidgetFrame() -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
- Constructs a QStyleOptionTabWidgetFrame, initializing the members variables to their default values.
- QStyleOptionTabWidgetFrame(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
- This method is used internally by Qt Jambi.
- QStyleOptionTabWidgetFrame.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTabWidgetFrame.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTitleBar - Class in com.trolltech.qt.gui
- The QStyleOptionTitleBar class is used to describe the parameters for drawing a title bar.
- QStyleOptionTitleBar(QStyleOptionTitleBar) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTitleBar
- Constructs a copy of the other style option.
- QStyleOptionTitleBar() -
Constructor for class com.trolltech.qt.gui.QStyleOptionTitleBar
- Constructs a QStyleOptionTitleBar, initializing the members variables to their default values.
- QStyleOptionTitleBar(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionTitleBar
- This method is used internally by Qt Jambi.
- QStyleOptionTitleBar.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionTitleBar.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionToolBar - Class in com.trolltech.qt.gui
- The QStyleOptionToolBar class is used to describe the parameters for drawing a toolbar.
- QStyleOptionToolBar(QStyleOptionToolBar) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar
- Constructs a copy of the other style option.
- QStyleOptionToolBar() -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar
- Constructs a QStyleOptionToolBar, initializing the members variables to their default values.
- QStyleOptionToolBar(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar
- This method is used internally by Qt Jambi.
- QStyleOptionToolBar.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionToolBar.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionToolBar.ToolBarFeature - Enum in com.trolltech.qt.gui
- This enum is used to describe whether a toolbar is movable or not.
- QStyleOptionToolBar.ToolBarFeatures - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QStyleOptionToolBar.ToolBarFeatures(QStyleOptionToolBar.ToolBarFeature...) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar.ToolBarFeatures
- Creates flags with value set as only flag.
- QStyleOptionToolBar.ToolBarFeatures(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar.ToolBarFeatures
- Creates flags with the specified int flags set.
- QStyleOptionToolBar.ToolBarPosition - Enum in com.trolltech.qt.gui

- QStyleOptionToolBox - Class in com.trolltech.qt.gui
- The QStyleOptionToolBox class is used to describe the parameters needed for drawing a tool box.
- QStyleOptionToolBox(QStyleOptionToolBox) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBox
- Constructs a copy of the other style option.
- QStyleOptionToolBox() -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBox
- Creates a QStyleOptionToolBox, initializing the members variables to their default values.
- QStyleOptionToolBox(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBox
- This method is used internally by Qt Jambi.
- QStyleOptionToolBox.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionToolBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionToolBoxV2 - Class in com.trolltech.qt.gui
- The QStyleOptionToolBoxV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above.
- QStyleOptionToolBoxV2(QStyleOptionToolBox) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
- Constructs a QStyleOptionToolBoxV2 copy of the other style option which can be either of the QStyleOptionToolBoxV2 or QStyleOptionToolBox types.
- QStyleOptionToolBoxV2(QStyleOptionToolBoxV2) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
- Constructs a QStyleOptionToolBoxV2 copy of the other style option.
- QStyleOptionToolBoxV2(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
- This method is used internally by Qt Jambi.
- QStyleOptionToolBoxV2() -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
- Contsructs a QStyleOptionToolBoxV2 object.
- QStyleOptionToolBoxV2.SelectedPosition - Enum in com.trolltech.qt.gui
- This enum describes the position of the selected tab.
- QStyleOptionToolBoxV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum holds the version of this style option
- QStyleOptionToolBoxV2.TabPosition - Enum in com.trolltech.qt.gui
- This enum describes tab positions relative to other tabs.
- QStyleOptionToolButton - Class in com.trolltech.qt.gui
- The QStyleOptionToolButton class is used to describe the parameters for drawing a tool button.
- QStyleOptionToolButton(QStyleOptionToolButton) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton
- Constructs a copy of the other style option.
- QStyleOptionToolButton() -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton
- Constructs a QStyleOptionToolButton, initializing the members variables to their default values.
- QStyleOptionToolButton(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton
- This method is used internally by Qt Jambi.
- QStyleOptionToolButton.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionToolButton.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionToolButton.ToolButtonFeature - Enum in com.trolltech.qt.gui
- Describes the various features that a tool button can have.
- QStyleOptionToolButton.ToolButtonFeatures - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QStyleOptionToolButton.ToolButtonFeatures(QStyleOptionToolButton.ToolButtonFeature...) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton.ToolButtonFeatures
- Creates flags with value set as only flag.
- QStyleOptionToolButton.ToolButtonFeatures(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton.ToolButtonFeatures
- Creates flags with the specified int flags set.
- QStyleOptionViewItem - Class in com.trolltech.qt.gui
- The QStyleOptionViewItem class is used to describe the parameters used to draw an item in a view widget.
- QStyleOptionViewItem(QStyleOptionViewItem) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItem
- Constructs a copy of the other style option.
- QStyleOptionViewItem() -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItem
- Constructs a QStyleOptionViewItem, initializing the members variables to their default values.
- QStyleOptionViewItem(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItem
- This method is used internally by Qt Jambi.
- QStyleOptionViewItem.Position - Enum in com.trolltech.qt.gui
- This enum describes the position of the item's decoration.
- QStyleOptionViewItem.StyleOptionType - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionViewItem.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionViewItemV2 - Class in com.trolltech.qt.gui
- The QStyleOptionViewItemV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.2 or above.
- QStyleOptionViewItemV2(QStyleOptionViewItem) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
- Constructs a QStyleOptionViewItemV2 copy of the other style option which can be either of the QStyleOptionViewItemV2 or QStyleOptionViewItem types.
- QStyleOptionViewItemV2(QStyleOptionViewItemV2) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
- Constructs a copy of other.
- QStyleOptionViewItemV2(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
- This method is used internally by Qt Jambi.
- QStyleOptionViewItemV2() -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
- Constructs a QStyleOptionViewItemV2 object.
- QStyleOptionViewItemV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
- This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
- QStyleOptionViewItemV2.ViewItemFeature - Enum in com.trolltech.qt.gui
- This enum describles the different types of features an item can have.
- QStyleOptionViewItemV2.ViewItemFeatures - Class in com.trolltech.qt.gui
- This QFlag class provides flags for the int enum.
- QStyleOptionViewItemV2.ViewItemFeatures(QStyleOptionViewItemV2.ViewItemFeature...) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2.ViewItemFeatures
- Creates flags with value set as only flag.
- QStyleOptionViewItemV2.ViewItemFeatures(int) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2.ViewItemFeatures
- Creates flags with the specified int flags set.
- QStyleOptionViewItemV3 - Class in com.trolltech.qt.gui
-
- QStyleOptionViewItemV3(QStyleOptionViewItemV3) -
Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV3
- Creates a new QStyleOptionViewItemV3 that is a copy of other.
- QStyleOptionViewItemV3.StyleOptionVersion - Enum in com.trolltech.qt.gui
- Press link for info on QStyleOptionViewItemV3.StyleOptionVersion
- QStylePainter - Class in com.trolltech.qt.gui
- The QStylePainter class is a convenience class for drawing QStyle elements inside a widget.
- QStylePainter(QPaintDeviceInterface, QWidget) -
Constructor for class com.trolltech.qt.gui.QStylePainter
- Construct a QStylePainter using pd for its paint device, and attributes from w.
- QStylePainter() -
Constructor for class com.trolltech.qt.gui.QStylePainter
- Constructs a QStylePainter.
- QStylePainter(QWidget) -
Constructor for class com.trolltech.qt.gui.QStylePainter
- Construct a QStylePainter using widget w for its paint device.
- QSvgRenderer - Class in com.trolltech.qt.svg
- The QSvgRenderer class is used to draw the contents of SVG files onto paint devices.
- QSvgRenderer(String) -
Constructor for class com.trolltech.qt.svg.QSvgRenderer
- Equivalent to QSvgRenderer(filename, 0).
- QSvgRenderer(String, QObject) -
Constructor for class com.trolltech.qt.svg.QSvgRenderer
- Constructs a new renderer with the given parent and loads the contents of the SVG file with the specified filename.
- QSvgRenderer(QByteArray) -
Constructor for class com.trolltech.qt.svg.QSvgRenderer
- Equivalent to QSvgRenderer(contents, 0).
- QSvgRenderer(QByteArray, QObject) -
Constructor for class com.trolltech.qt.svg.QSvgRenderer
- Constructs a new renderer with the given parent and loads the specified SVG format contents.
- QSvgRenderer() -
Constructor for class com.trolltech.qt.svg.QSvgRenderer
- Equivalent to QSvgRenderer(0).
- QSvgRenderer(QObject) -
Constructor for class com.trolltech.qt.svg.QSvgRenderer
- Constructs a new renderer with the given parent.
- QSvgWidget - Class in com.trolltech.qt.svg
- The QSvgWidget class provides a widget that is used to display the contents of Scalable Vector Graphics (SVG) files.
- QSvgWidget() -
Constructor for class com.trolltech.qt.svg.QSvgWidget
- Equivalent to QSvgWidget(0).
- QSvgWidget(QWidget) -
Constructor for class com.trolltech.qt.svg.QSvgWidget
- Constructs a new SVG display widget with the given parent.
- QSvgWidget(String) -
Constructor for class com.trolltech.qt.svg.QSvgWidget
- Equivalent to QSvgWidget(file, 0).
- QSvgWidget(String, QWidget) -
Constructor for class com.trolltech.qt.svg.QSvgWidget
- Constructs a new SVG display widget with the given parent and loads the contents of the specified file.
- QSyntaxHighlighter - Class in com.trolltech.qt.gui
- The QSyntaxHighlighter class allows you to define syntax highlighting rules, and in addition you can use the class to query a document's current formatting or user data.
- QSyntaxHighlighter(QObject) -
Constructor for class com.trolltech.qt.gui.QSyntaxHighlighter
- Constructs a QSyntaxHighlighter with the given parent.
- QSyntaxHighlighter(QTextDocument) -
Constructor for class com.trolltech.qt.gui.QSyntaxHighlighter
- Constructs a QSyntaxHighlighter and installs it on parent.
- QSyntaxHighlighter(QTextEdit) -
Constructor for class com.trolltech.qt.gui.QSyntaxHighlighter
- Constructs a QSyntaxHighlighter and installs it on parent 's QTextDocument.
- QSysInfo - Class in com.trolltech.qt
-
- QSysInfo() -
Constructor for class com.trolltech.qt.QSysInfo
-
- QSystemLocale - Class in com.trolltech.qt.core
- The QSystemLocale class can be used to finetune the system locale of the user.
- QSystemLocale() -
Constructor for class com.trolltech.qt.core.QSystemLocale
- Constructs a QSystemLocale object.
- QSystemLocale.QueryType - Enum in com.trolltech.qt.core
- Specifies the type of information queried by query.
- QSystemTrayIcon - Class in com.trolltech.qt.gui
- The QSystemTrayIcon class provides an icon for an application in the system tray.
- QSystemTrayIcon() -
Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
- Equivalent to QSystemTrayIcon(0).
- QSystemTrayIcon(QObject) -
Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
- Constructs a QSystemTrayIcon object with the given parent.
- QSystemTrayIcon(QIcon) -
Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
- Equivalent to QSystemTrayIcon(icon, 0).
- QSystemTrayIcon(QIcon, QObject) -
Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
- Constructs a QSystemTrayIcon object with the given icon and parent.
- QSystemTrayIcon.ActivationReason - Enum in com.trolltech.qt.gui
- This enum describes the reason the system tray was activated.
- QSystemTrayIcon.MessageIcon - Enum in com.trolltech.qt.gui
- This enum describes the icon that is shown when a balloon message is displayed.
- Qt - Interface in com.trolltech.qt.core
- The Qt namespace contains miscellaneous identifiers used throughout the Qt library.
- Qt.Alignment - Class in com.trolltech.qt.core
- This QFlag class provides flags for the int enum.
- Qt.Alignment(Qt.AlignmentFlag...) -
Constructor for class com.trolltech.qt.core.Qt.Alignment
- Creates flags with value set as only flag.
- Qt.Alignment(int) -
Constructor for class com.trolltech.qt.core.Qt.Alignment
- Creates flags with the specified int flags set.
- Qt.AlignmentFlag - Enum in com.trolltech.qt.core
- This enum type is used to describe alignment.
- Qt.AnchorAttribute - Enum in com.trolltech.qt.core
- An anchor has one or more of the following attributes.
- Qt.ApplicationAttribute - Enum in com.trolltech.qt.core
- This enum describes attributes that change the behavior of application-wide features.
- Qt.ArrowType - Enum in com.trolltech.qt.core
- Press link for info on Qt.ArrowType
- Qt.AspectRatioMode - Enum in com.trolltech.qt.core
- This enum type defines what happens to the aspect ratio when scaling an rectangle.
- Qt.Axis - Enum in com.trolltech.qt.core
- This enum type defines three values to represent the three axes in the cartesian coordinate system.
- Qt.BGMode - Enum in com.trolltech.qt.core
- Background mode.
- Qt.BrushStyle - Enum in com.trolltech.qt.core
- This enum type defines the brush styles supported by Qt, i.e. the fill pattern of shapes drawn using QPainter.
- Qt.CaseSensitivity - Enum in com.trolltech.qt.core
- Press link for info on Qt.CaseSensitivity
- Qt.CheckState - Enum in com.trolltech.qt.core
- This enum describes the state of checkable items, controls, and widgets.
- Qt.ClipOperation - Enum in com.trolltech.qt.core
- Press link for info on Qt.ClipOperation
- Qt.ConnectionType - Enum in com.trolltech.qt.core
- This enum describes the types of connection that can be used between signals and slots.
- Qt.ContextMenuPolicy - Enum in com.trolltech.qt.core
- This enum type defines the various policies a widget can have with respect to showing a context menu.
- Qt.Corner - Enum in com.trolltech.qt.core
- This enum type specifies a corner in a rectangle.
- Qt.CursorShape - Enum in com.trolltech.qt.core
- This enum type defines the various cursors that can be used.
- Qt.DateFormat - Enum in com.trolltech.qt.core
- Press link for info on Qt.DateFormat
- Qt.DayOfWeek - Enum in com.trolltech.qt.core
- Press link for info on Qt.DayOfWeek
- Qt.DockWidgetArea - Enum in com.trolltech.qt.core
- Press link for info on Qt.DockWidgetArea
- Qt.DockWidgetAreas - Class in com.trolltech.qt.core
- This QFlag class provides flags for the int enum.
- Qt.DockWidgetAreas(Qt.DockWidgetArea...) -
Constructor for class com.trolltech.qt.core.Qt.DockWidgetAreas
- Creates flags with value set as only flag.
- Qt.DockWidgetAreas(int) -
Constructor for class com.trolltech.qt.core.Qt.DockWidgetAreas
- Creates flags with the specified int flags set.
- Qt.DockWidgetAreaSizes - Enum in com.trolltech.qt.core
- Press link for info on Qt.DockWidgetAreaSizes
- Qt.DropAction - Enum in com.trolltech.qt.core
- Press link for info on Qt.DropAction
- Qt.DropActions - Class in com.trolltech.qt.core
- This QFlag class provides flags for the int enum.
- Qt.DropActions(Qt.DropAction...) -
Constructor for class com.trolltech.qt.core.Qt.DropActions
- Creates flags with value set as only flag.
- Qt.DropActions(int) -
Constructor for class com.trolltech.qt.core.Qt.DropActions
- Creates flags with the specified int flags set.
- Qt.EventPriority - Enum in com.trolltech.qt.core
- This enum can be used to specify event priorities.
- Qt.FillRule - Enum in com.trolltech.qt.core
- Specifies which method should be used to fill the paths and polygons.
- Qt.FocusPolicy - Enum in com.trolltech.qt.core
- This enum type defines the various policies a widget can have with respect to acquiring keyboard focus.
- Qt.FocusReason - Enum in com.trolltech.qt.core
- This enum specifies why the focus changed.
- Qt.GlobalColor - Enum in com.trolltech.qt.core