|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.gui.QLineEdit.TextMargins
public static final class QLineEdit.TextMargins
The TextMargins class represents the margins of the text in a QLineEdit.
It consists of four public integers, giving the top, bottom, left, and right margins.
Field Summary | |
---|---|
int |
bottom
The bottom margin of the QLineEdit |
int |
left
The left margin of the QLineEdit. |
int |
right
The right margin of the QLineEdit. |
int |
top
The top margin of the QLineEdit. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int top
public final int bottom
public final int left
public final int right
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |