|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QObject
com.trolltech.qt.gui.QWidget
com.trolltech.qt.gui.QFrame
com.trolltech.qt.gui.QLabel
com.sibvisions.rad.ui.qt.ext.QVxLabel
public class QVxLabel
The QVxLabel widget provides a text or image display.
It is used for displaying text or an image. No user interaction
functionality is provided.
QLabel| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.trolltech.qt.gui.QFrame |
|---|
QFrame.Shadow, QFrame.Shape, QFrame.StyleMask |
| Nested classes/interfaces inherited from class com.trolltech.qt.gui.QWidget |
|---|
QWidget.RenderFlag, QWidget.RenderFlags |
| Nested classes/interfaces inherited from class com.trolltech.qt.QtJambiObject |
|---|
QtJambiObject.QPrivateConstructor |
| Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
|---|
QSignalEmitter.AbstractSignal, QSignalEmitter.PrivateSignal0, QSignalEmitter.PrivateSignal1<A>, QSignalEmitter.PrivateSignal2<A,B>, QSignalEmitter.PrivateSignal3<A,B,C>, QSignalEmitter.PrivateSignal4<A,B,C,D>, QSignalEmitter.PrivateSignal5<A,B,C,D,E>, QSignalEmitter.PrivateSignal6<A,B,C,D,E,F>, QSignalEmitter.PrivateSignal7<A,B,C,D,E,F,G>, QSignalEmitter.PrivateSignal8<A,B,C,D,E,F,G,H>, QSignalEmitter.PrivateSignal9<A,B,C,D,E,F,G,H,I>, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
| Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
|---|
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
| Field Summary |
|---|
| Fields inherited from class com.trolltech.qt.gui.QLabel |
|---|
linkActivated, linkHovered |
| Fields inherited from class com.trolltech.qt.gui.QWidget |
|---|
customContextMenuRequested |
| Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
|---|
currentSender |
| Constructor Summary | |
|---|---|
QVxLabel()
Constructs an empty label. |
|
QVxLabel(QWidget pParent)
Constructs an empty label. |
|
QVxLabel(QWidget pParent,
Qt.WindowFlags pFlag)
Constructs an empty label. |
|
QVxLabel(QWidget pParent,
Qt.WindowType[] pTypes)
Constructs an empty label. |
|
QVxLabel(String pText)
Constructs a label that displays the specified text. |
|
QVxLabel(String pText,
QWidget pParent)
Constructs a label that displays the specified text. |
|
QVxLabel(String pText,
QWidget pParent,
Qt.WindowFlags pFlag)
Constructs a label that displays the specified text. |
|
QVxLabel(String pText,
QWidget pParent,
Qt.WindowType[] pTypes)
Constructs a label that displays the specified text. |
|
| Method Summary | |
|---|---|
boolean |
isMaximumSizeHintSet()
Determines if an user-defined maximum size is set. |
boolean |
isMinimumSizeHintSet()
Determines if an user-defined minimum size is set. |
boolean |
isSizeHintSet()
Determines if an user-defined preferred size is set. |
QSize |
maximumSizeHint()
Get's the maximum size hint. |
QSize |
minimumSizeHint()
|
void |
setMaximumSizeHint(QSize pSize)
Sets a user-defined maximum size. |
void |
setMinimumSizeHint(QSize pSize)
Sets a user-defined minimum size. |
void |
setSizeHint(QSize pSize)
Sets a user-defined preferred size. |
QSize |
sizeHint()
|
| Methods inherited from class com.trolltech.qt.gui.QLabel |
|---|
__qt_signalInitialization, alignment, buddy, changeEvent, clear, contextMenuEvent, event, focusInEvent, focusNextPrevChild, focusOutEvent, fromNativePointer, hasScaledContents, heightForWidth, indent, keyPressEvent, margin, mouseMoveEvent, mousePressEvent, mouseReleaseEvent, movie, openExternalLinks, paintEvent, picture, pixmap, setAlignment, setAlignment, setBuddy, setIndent, setMargin, setMovie, setNum, setNum, setOpenExternalLinks, setPicture, setPixmap, setScaledContents, setText, setTextFormat, setTextInteractionFlags, setTextInteractionFlags, setWordWrap, text, textFormat, textInteractionFlags, wordWrap |
| Methods inherited from class com.trolltech.qt.gui.QFrame |
|---|
drawFrame, frameRect, frameShadow, frameShape, frameStyle, frameWidth, lineWidth, midLineWidth, setFrameRect, setFrameShadow, setFrameShape, setFrameStyle, setLineWidth, setMidLineWidth |
| Methods inherited from class com.trolltech.qt.core.QObject |
|---|
blockSignals, childEvent, children, connectSlotsByName, customEvent, disposeLater, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, eventFilter, findChild, findChild, findChild, findChildren, findChildren, findChildren, findChildren, indexOfProperty, installEventFilter, isWidgetType, killTimer, moveToThread, objectName, parent, properties, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, toString, userProperty |
| Methods inherited from class com.trolltech.qt.QtJambiObject |
|---|
disableGarbageCollection, dispose, disposed, equals, finalize, nativeId, nativePointer, reassignNativeResources, reenableGarbageCollection, setJavaOwnership, tr, tr, tr |
| Methods inherited from class com.trolltech.qt.QSignalEmitter |
|---|
disconnect, disconnect, signalSender |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.trolltech.qt.QtJambiInterface |
|---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
| Constructor Detail |
|---|
public QVxLabel()
public QVxLabel(QWidget pParent)
pParent - the parent widget
public QVxLabel(QWidget pParent,
Qt.WindowFlags pFlag)
pParent - th parent widgetpFlag - the window flag
public QVxLabel(QWidget pParent,
Qt.WindowType[] pTypes)
pParent - th parent widgetpTypes - a list of window typespublic QVxLabel(String pText)
pText - the text to display
public QVxLabel(String pText,
QWidget pParent)
pText - the text to displaypParent - the parent widget
public QVxLabel(String pText,
QWidget pParent,
Qt.WindowFlags pFlag)
pText - the text to displaypParent - th parent widgetpFlag - the window flag
public QVxLabel(String pText,
QWidget pParent,
Qt.WindowType[] pTypes)
pText - the text to displaypParent - th parent widgetpTypes - a list of window types| Method Detail |
|---|
public void setSizeHint(QSize pSize)
setSizeHint in interface ISizableWidgetpSize - the sizeQWidget.sizeHint()public boolean isSizeHintSet()
isSizeHintSet in interface ISizableWidgettrue if an user-defined preferred size is setpublic void setMinimumSizeHint(QSize pSize)
setMinimumSizeHint in interface ISizableWidgetpSize - the sizeQWidget.minimumSizeHint()public boolean isMinimumSizeHintSet()
isMinimumSizeHintSet in interface ISizableWidgettrue if an user-defined minimum size is setpublic void setMaximumSizeHint(QSize pSize)
setMaximumSizeHint in interface ISizableWidgetpSize - the sizepublic boolean isMaximumSizeHintSet()
isMaximumSizeHintSet in interface ISizableWidgettrue if an user-defined maximum size is setpublic QSize sizeHint()
sizeHint in class QLabelpublic QSize minimumSizeHint()
minimumSizeHint in class QLabelpublic QSize maximumSizeHint()
maximumSizeHint in interface ISizableWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||