org.kde.qt
public class QLabel extends QFrame
| Constructor Summary | |
|---|---|
| protected | QLabel(Class dummy) |
| QLabel(QWidget parent, String name, int f) | |
| QLabel(QWidget parent, String name) | |
| QLabel(QWidget parent) | |
| QLabel(String text, QWidget parent, String name, int f) | |
| QLabel(String text, QWidget parent, String name) | |
| QLabel(String text, QWidget parent) | |
| QLabel(QWidget buddy, String arg2, QWidget parent, String name, int f) | |
| QLabel(QWidget buddy, String arg2, QWidget parent, String name) | |
| QLabel(QWidget buddy, String arg2, QWidget parent) | |
| Method Summary | |
|---|---|
| int | alignment() |
| boolean | autoResize() |
| QWidget | buddy() |
| String | className() |
| void | clear() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | drawContents(QPainter arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | fontChange(QFont arg1) |
| boolean | hasScaledContents() |
| int | heightForWidth(int arg1) |
| int | indent() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| QSize | minimumSizeHint() |
| QMovie | movie() |
| QPicture | picture() |
| QPixmap | pixmap() |
| protected void | resizeEvent(QResizeEvent arg1) |
| void | setAlignment(int arg1) |
| void | setAutoResize(boolean arg1) |
| void | setBuddy(QWidget arg1) |
| void | setFont(QFont f) |
| void | setIndent(int arg1) |
| void | setMovie(QMovie arg1) |
| void | setNum(int arg1) |
| void | setNum(double arg1) |
| void | setPicture(QPicture arg1) |
| void | setPixmap(QPixmap arg1) |
| void | setScaledContents(boolean arg1) |
| void | setText(String arg1) |
| void | setTextFormat(int arg1) |
| QSize | sizeHint() |
| String | text() |
| int | textFormat() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |