Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2097

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QLabel" doc="/**
&lt;p&gt;The &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; widget provides a text or image display.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; is used for displaying text or an image. No user interaction functionality is provided. The visual appearance of the label can be configured in various ways, and it can be used for specifying a focus mnemonic key for another widget.&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; can contain any of the following content types:&lt;/p&gt;
&lt;p&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;2&quot; cellspacing=&quot;1&quot; border=&quot;0&quot;&gt;
&lt;thead&gt;&lt;tr valign=&quot;top&quot; class=&quot;qt-style&quot;&gt;&lt;th&gt;Content&lt;/th&gt;&lt;th&gt;Setting&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
&lt;tr valign=&quot;top&quot; class=&quot;odd&quot;&gt;&lt;td&gt;Plain text&lt;/td&gt;&lt;td&gt;Pass a &lt;a href=&quot;%2E%2E/porting4.html#qstring&quot;&gt;&lt;tt&gt;QString&lt;/tt&gt;&lt;/a&gt; to &lt;a href=&quot;QLabel.html#setText(java.lang.String)&quot;&gt;&lt;tt&gt;setText&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;even&quot;&gt;&lt;td&gt;Rich text&lt;/td&gt;&lt;td&gt;Pass a &lt;a href=&quot;%2E%2E/porting4.html#qstring&quot;&gt;&lt;tt&gt;QString&lt;/tt&gt;&lt;/a&gt; that contains rich text to &lt;a href=&quot;QLabel.html#setText(java.lang.String)&quot;&gt;&lt;tt&gt;setText&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;odd&quot;&gt;&lt;td&gt;A pixmap&lt;/td&gt;&lt;td&gt;Pass a &lt;a href=&quot;QPixmap.html&quot;&gt;&lt;tt&gt;QPixmap&lt;/tt&gt;&lt;/a&gt; to &lt;a href=&quot;QLabel.html#setPixmap(com.trolltech.qt.gui.QPixmap)&quot;&gt;&lt;tt&gt;setPixmap&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;even&quot;&gt;&lt;td&gt;A movie&lt;/td&gt;&lt;td&gt;Pass a &lt;a href=&quot;QMovie.html&quot;&gt;&lt;tt&gt;QMovie&lt;/tt&gt;&lt;/a&gt; to &lt;a href=&quot;QLabel.html#setMovie(com.trolltech.qt.gui.QMovie)&quot;&gt;&lt;tt&gt;setMovie&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;odd&quot;&gt;&lt;td&gt;A number&lt;/td&gt;&lt;td&gt;Pass an &lt;i&gt;int&lt;/i&gt; or a &lt;i&gt;double&lt;/i&gt; to &lt;a href=&quot;QLabel.html#setNum(double)&quot;&gt;&lt;tt&gt;setNum&lt;/tt&gt;&lt;/a&gt;, which converts the number to plain text.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;even&quot;&gt;&lt;td&gt;Nothing&lt;/td&gt;&lt;td&gt;The same as an empty plain text. This is the default. Set by &lt;a href=&quot;QLabel.html#clear()&quot;&gt;&lt;tt&gt;clear&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;When the content is changed using any of these functions, any previous content is cleared.&lt;/p&gt;
&lt;p&gt;The look of a &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; can be tuned in several ways. All the settings of &lt;a href=&quot;QFrame.html#QFrame(com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QFrame&lt;/tt&gt;&lt;/a&gt; are available for specifying a widget frame. The positioning of the content within the &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; widget area can be tuned with &lt;a href=&quot;QLabel.html#setAlignment(com.trolltech.qt.core.Qt.Alignment)&quot;&gt;&lt;tt&gt;setAlignment&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;QLabel.html#setIndent(int)&quot;&gt;&lt;tt&gt;setIndent&lt;/tt&gt;&lt;/a&gt;. Text content can also wrap lines along word bounderies with &lt;a href=&quot;QLabel.html#setWordWrap(boolean)&quot;&gt;&lt;tt&gt;setWordWrap&lt;/tt&gt;&lt;/a&gt;. For example, this code sets up a sunken panel with a two-line text in the bottom right corner (both lines being flush with the right side of the label):&lt;/p&gt;
&lt;pre&gt;    QLabel *label = new QLabel(this);
    label-&amp;gt;setFrameStyle(QFrame::Panel | QFrame::Sunken);
    label-&amp;gt;setText(&amp;quot;first line\nsecond line&amp;quot;);
    label-&amp;gt;setAlignment(Qt::AlignBottom | Qt::AlignRight);&lt;/pre&gt;
&lt;p&gt;A &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; is often used as a label for an interactive widget. For this use &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; provides a useful mechanism for adding an mnemonic (see QKeysequence) that will set the keyboard focus to the other widget (called the &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt;'s &amp;quot;buddy&amp;quot;). For example:&lt;/p&gt;
&lt;pre&gt;    QLineEdit* phoneEdit = new QLineEdit(this);
    QLabel* phoneLabel = new QLabel(&amp;quot;&amp;amp;Phone:&amp;quot;, this);
    phoneLabel-&amp;gt;setBuddy(phoneEdit);&lt;/pre&gt;
&lt;p&gt;In this example, keyboard focus is transferred to the label's buddy (the &lt;a href=&quot;QLineEdit.html&quot;&gt;&lt;tt&gt;QLineEdit&lt;/tt&gt;&lt;/a&gt;) when the user presses Alt+P. If the buddy was a button (inheriting from &lt;a href=&quot;QAbstractButton.html&quot;&gt;&lt;tt&gt;QAbstractButton&lt;/tt&gt;&lt;/a&gt;), triggering the mnemonic would emulate a button click.&lt;/p&gt;
&lt;p&gt;&lt;table width=&quot;100%&quot; align=&quot;center&quot; cellpadding=&quot;2&quot; cellspacing=&quot;1&quot; border=&quot;0&quot;&gt;
&lt;tr valign=&quot;top&quot; class=&quot;odd&quot;&gt;&lt;td&gt;&lt;img src=&quot;%2E%2E/images/macintosh-label.png&quot; alt=&quot;Screenshot of a Macintosh style label&quot; /&gt;&lt;/td&gt;&lt;td&gt;A label shown in the &lt;a href=&quot;%2E%2E/gallery-macintosh.html&quot;&gt;Macintosh widget style&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;even&quot;&gt;&lt;td&gt;&lt;img src=&quot;%2E%2E/images/plastique-label.png&quot; alt=&quot;Screenshot of a Plastique style label&quot; /&gt;&lt;/td&gt;&lt;td&gt;A label shown in the &lt;a href=&quot;%2E%2E/gallery-plastique.html&quot;&gt;Plastique widget style&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; class=&quot;odd&quot;&gt;&lt;td&gt;&lt;img src=&quot;%2E%2E/images/windowsxp-label.png&quot; alt=&quot;Screenshot of a Windows XP style label&quot; /&gt;&lt;/td&gt;&lt;td&gt;A label shown in the &lt;a href=&quot;%2E%2E/gallery-windowsxp.html&quot;&gt;Windows XP widget style&lt;/tt&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;

@see &lt;a href=&quot;QLineEdit.html&quot;&gt;&lt;tt&gt;QLineEdit&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QTextEdit.html&quot;&gt;&lt;tt&gt;QTextEdit&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QPixmap.html&quot;&gt;&lt;tt&gt;QPixmap&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QMovie.html&quot;&gt;&lt;tt&gt;QMovie&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;%2E%2E/guibooks.html#fowler&quot;&gt;GUI Design Handbook: Label&lt;/tt&gt;&lt;/a&gt; */">
    <signal name="protected final void customContextMenuRequested(com.trolltech.qt.core.QPoint pos)" doc="/**
&lt;p&gt;This signal is emitted when the widget's &lt;a href=&quot;QWidget.html#contextMenuPolicy()&quot;&gt;&lt;tt&gt;contextMenuPolicy&lt;/tt&gt;&lt;/a&gt; is Qt::CustomContextMenu, and the user has requested a context menu on the widget. The position &lt;tt&gt;pos&lt;/tt&gt; is the position of the context menu event that the widget receives. Normally this is in widget coordinates. The exception to this rule is &lt;a href=&quot;QAbstractScrollArea.html&quot;&gt;&lt;tt&gt;QAbstractScrollArea&lt;/tt&gt;&lt;/a&gt; and its subclasses that map the context menu event to coordinates of the viewport()&lt;/tt&gt; .&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;b&gt;Compatible Slot Signatures:&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;tt&gt;void mySlot(com.trolltech.qt.core.QPoint pos)&lt;/tt&gt;&lt;/dd&gt;
&lt;dd&gt;&lt;tt&gt;void mySlot()&lt;/tt&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;b&gt;See Also:&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;a href=&quot;QWidget.html#mapToGlobal(com.trolltech.qt.core.QPoint)&quot;&gt;&lt;tt&gt;mapToGlobal&lt;/tt&gt;&lt;/a&gt;, &lt;a href=&quot;QMenu.html&quot;&gt;&lt;tt&gt;QMenu&lt;/tt&gt;&lt;/a&gt;, &lt;a href=&quot;QWidget.html#contextMenuPolicy()&quot;&gt;&lt;tt&gt;contextMenuPolicy&lt;/tt&gt;&lt;/a&gt;&lt;/dd&gt;
&lt;/dl&gt;
 */"/>
    <signal name="protected final void linkActivated(java.lang.String link)" doc="/**
&lt;p&gt;This signal is emitted when the user clicks a link. The URL referred to by the anchor is passed in &lt;tt&gt;link&lt;/tt&gt;.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;b&gt;Compatible Slot Signatures:&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;tt&gt;void mySlot(java.lang.String link)&lt;/tt&gt;&lt;/dd&gt;
&lt;dd&gt;&lt;tt&gt;void mySlot()&lt;/tt&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;b&gt;See Also:&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;a href=&quot;QLabel.html#linkHovered(java.lang.String)&quot;&gt;&lt;tt&gt;linkHovered&lt;/tt&gt;&lt;/a&gt;&lt;/dd&gt;
&lt;/dl&gt;
 */"/>
    <signal name="protected final void linkHovered(java.lang.String link)" doc="/**
&lt;p&gt;This signal is emitted when the user hovers over a link. The URL referred to by the anchor is passed in &lt;tt&gt;link&lt;/tt&gt;.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;b&gt;Compatible Slot Signatures:&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;tt&gt;void mySlot(java.lang.String link)&lt;/tt&gt;&lt;/dd&gt;
&lt;dd&gt;&lt;tt&gt;void mySlot()&lt;/tt&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;b&gt;See Also:&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;a href=&quot;QLabel.html#linkActivated(java.lang.String)&quot;&gt;&lt;tt&gt;linkActivated&lt;/tt&gt;&lt;/a&gt;&lt;/dd&gt;
&lt;/dl&gt;
 */"/>
    <method name="public QLabel(com.trolltech.qt.gui.QWidget parent, com.trolltech.qt.core.Qt.WindowFlags f)" doc="/**
&lt;p&gt;Constructs an empty label.&lt;/p&gt;
&lt;p&gt;The &lt;tt&gt;parent&lt;/tt&gt; and widget flag &lt;tt&gt;f&lt;/tt&gt;, arguments are passed to the &lt;a href=&quot;QFrame.html#QFrame(com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QFrame&lt;/tt&gt;&lt;/a&gt; constructor.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setAlignment(com.trolltech.qt.core.Qt.Alignment)&quot;&gt;&lt;tt&gt;setAlignment&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QFrame.html#setFrameStyle(int)&quot;&gt;&lt;tt&gt;setFrameStyle&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setIndent(int)&quot;&gt;&lt;tt&gt;setIndent&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public QLabel(com.trolltech.qt.gui.QWidget parent)" doc="/**
&lt;p&gt;Equivalent to &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt;(&lt;tt&gt;parent&lt;/tt&gt;, 0). */"/>
    <method name="public QLabel()" doc="/**
&lt;p&gt;Equivalent to &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt;(0, 0). */"/>
    <method name="public QLabel(java.lang.String text, com.trolltech.qt.gui.QWidget parent, com.trolltech.qt.core.Qt.WindowFlags f)" doc="/**
&lt;p&gt;Constructs a label that displays the text, &lt;tt&gt;text&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;tt&gt;parent&lt;/tt&gt; and widget flag &lt;tt&gt;f&lt;/tt&gt;, arguments are passed to the &lt;a href=&quot;QFrame.html#QFrame(com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QFrame&lt;/tt&gt;&lt;/a&gt; constructor.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setText(java.lang.String)&quot;&gt;&lt;tt&gt;setText&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setAlignment(com.trolltech.qt.core.Qt.Alignment)&quot;&gt;&lt;tt&gt;setAlignment&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QFrame.html#setFrameStyle(int)&quot;&gt;&lt;tt&gt;setFrameStyle&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setIndent(int)&quot;&gt;&lt;tt&gt;setIndent&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public QLabel(java.lang.String text, com.trolltech.qt.gui.QWidget parent)" doc="/**
&lt;p&gt;Equivalent to &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt;(&lt;tt&gt;text&lt;/tt&gt;, &lt;tt&gt;parent&lt;/tt&gt;, 0). */"/>
    <method name="public QLabel(java.lang.String text)" doc="/**
&lt;p&gt;Equivalent to &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt;(&lt;tt&gt;text&lt;/tt&gt;, 0, 0). */"/>
    <method name="public final com.trolltech.qt.core.Qt.Alignment alignment()" doc="/**
&lt;p&gt;Returns the alignment of the label's contents.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setAlignment(com.trolltech.qt.core.Qt.Alignment)&quot;&gt;&lt;tt&gt;setAlignment&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#text()&quot;&gt;text&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.gui.QWidget buddy()" doc="/**
&lt;p&gt;Returns this label's buddy, or 0 if no buddy is currently set.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setBuddy(com.trolltech.qt.gui.QWidget)&quot;&gt;&lt;tt&gt;setBuddy&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void clear()" doc="/**
&lt;p&gt;Clears any label contents.&lt;/p&gt;
 */"/>
    <method name="public final boolean hasScaledContents()" doc="/**
&lt;p&gt;Returns whether the label will scale its contents to fill all available space..&lt;/p&gt;
&lt;p&gt;When enabled and the label shows a pixmap, it will scale the pixmap to fill the available space.&lt;/p&gt;
&lt;p&gt;This property's default is false.&lt;/p&gt;
 */"/>
    <method name="public final int indent()" doc="/**
&lt;p&gt;Returns the label's text indent in pixels.&lt;/p&gt;
&lt;p&gt;If a label displays text, the indent applies to the left edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignLeft, to the right edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignRight, to the top edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignTop, and to to the bottom edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignBottom.&lt;/p&gt;
&lt;p&gt;If indent is negative, or if no indent has been set, the label computes the effective indent as follows: If &lt;a href=&quot;QFrame.html#frameWidth()&quot;&gt;&lt;tt&gt;frameWidth&lt;/tt&gt;&lt;/a&gt; is 0, the effective indent becomes 0. If &lt;a href=&quot;QFrame.html#frameWidth()&quot;&gt;&lt;tt&gt;frameWidth&lt;/tt&gt;&lt;/a&gt; is greater than 0, the effective indent becomes half the width of the &amp;quot;x&amp;quot; character of the widget's current &lt;a href=&quot;QWidget.html#font()&quot;&gt;&lt;tt&gt;font&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setIndent(int)&quot;&gt;&lt;tt&gt;setIndent&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;alignment&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#margin()&quot;&gt;margin&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QFrame.html#frameWidth()&quot;&gt;&lt;tt&gt;frameWidth&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QWidget.html#font()&quot;&gt;&lt;tt&gt;font&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final int margin()" doc="/**
&lt;p&gt;Returns the width of the margin.&lt;/p&gt;
&lt;p&gt;The margin is the distance between the innermost pixel of the frame and the outermost pixel of contents.&lt;/p&gt;
&lt;p&gt;The default margin is 0.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setMargin(int)&quot;&gt;&lt;tt&gt;setMargin&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#indent()&quot;&gt;indent&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.gui.QMovie movie()" doc="/**
&lt;p&gt;Returns a pointer to the label's movie, or 0 if no movie has been set.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setMovie(com.trolltech.qt.gui.QMovie)&quot;&gt;&lt;tt&gt;setMovie&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final boolean openExternalLinks()" doc="/**
&lt;p&gt;Specifies whether &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; should automatically open links using QDesktopServices::openUrl() instead of emitting the anchorClicked() signal.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; The &lt;a href=&quot;QLabel.html#textInteractionFlags()&quot;&gt;&lt;tt&gt;textInteractionFlags&lt;/tt&gt;&lt;/a&gt; set on the label need to include either LinksAccessibleByMouse or LinksAccessibleByKeyboard.&lt;/p&gt;
&lt;p&gt;The default value is false.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setOpenExternalLinks(boolean)&quot;&gt;&lt;tt&gt;setOpenExternalLinks&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#textInteractionFlags()&quot;&gt;&lt;tt&gt;textInteractionFlags&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setAlignment(com.trolltech.qt.core.Qt.Alignment arg__1)" doc="/**
&lt;p&gt;Sets the alignment of the label's contents to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#text()&quot;&gt;text&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setBuddy(com.trolltech.qt.gui.QWidget arg__1)" doc="/**
&lt;p&gt;Sets this label's buddy to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;When the user presses the shortcut key indicated by this label, the keyboard focus is transferred to the label's buddy widget.&lt;/p&gt;
&lt;p&gt;The buddy mechanism is only available for QLabels that contain text in which one character is prefixed with an ampersand, '&amp;amp;'. This character is set as the shortcut key. See the &lt;a href=&quot;QShortcut.html#mnemonic&quot;&gt;QShortcut&lt;/a&gt; documentation for details (to display an actual ampersand, use '&amp;amp;&amp;amp;').&lt;/p&gt;
&lt;p&gt;In a dialog, you might create two data entry widgets and a label for each, and set up the geometry layout so each label is just to the left of its data entry widget (its &amp;quot;buddy&amp;quot;), for example:&lt;/p&gt;
&lt;pre&gt;    QLineEdit *nameEd  = new QLineEdit(this);
    QLabel    *nameLb  = new QLabel(&amp;quot;&amp;amp;Name:&amp;quot;, this);
    nameLb-&amp;gt;setBuddy(nameEd);
    QLineEdit *phoneEd = new QLineEdit(this);
    QLabel    *phoneLb = new QLabel(&amp;quot;&amp;amp;Phone:&amp;quot;, this);
    phoneLb-&amp;gt;setBuddy(phoneEd);
&lt;span class=&quot;comment&quot;&gt;    // (layout setup not shown)&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;With the code above, the focus jumps to the Name field when the user presses Alt+N, and to the Phone field when the user presses Alt+P.&lt;/p&gt;
&lt;p&gt;To unset a previously set buddy, call this function with &lt;tt&gt;arg__1&lt;/tt&gt; set to 0.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#buddy()&quot;&gt;&lt;tt&gt;buddy&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setText(java.lang.String)&quot;&gt;&lt;tt&gt;setText&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QShortcut.html&quot;&gt;&lt;tt&gt;QShortcut&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setAlignment(com.trolltech.qt.core.Qt.Alignment)&quot;&gt;&lt;tt&gt;setAlignment&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setIndent(int arg__1)" doc="/**
&lt;p&gt;Sets the label's text indent in pixels to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;If a label displays text, the indent applies to the left edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignLeft, to the right edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignRight, to the top edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignTop, and to to the bottom edge if &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;&lt;tt&gt;alignment&lt;/tt&gt;&lt;/a&gt; is Qt::AlignBottom.&lt;/p&gt;
&lt;p&gt;If indent is negative, or if no indent has been set, the label computes the effective indent as follows: If &lt;a href=&quot;QFrame.html#frameWidth()&quot;&gt;&lt;tt&gt;frameWidth&lt;/tt&gt;&lt;/a&gt; is 0, the effective indent becomes 0. If &lt;a href=&quot;QFrame.html#frameWidth()&quot;&gt;&lt;tt&gt;frameWidth&lt;/tt&gt;&lt;/a&gt; is greater than 0, the effective indent becomes half the width of the &amp;quot;x&amp;quot; character of the widget's current &lt;a href=&quot;QWidget.html#font()&quot;&gt;&lt;tt&gt;font&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#indent()&quot;&gt;&lt;tt&gt;indent&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;alignment&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#margin()&quot;&gt;margin&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QFrame.html#frameWidth()&quot;&gt;&lt;tt&gt;frameWidth&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QWidget.html#font()&quot;&gt;&lt;tt&gt;font&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setMargin(int arg__1)" doc="/**
&lt;p&gt;Sets the width of the margin to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The margin is the distance between the innermost pixel of the frame and the outermost pixel of contents.&lt;/p&gt;
&lt;p&gt;The default margin is 0.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#margin()&quot;&gt;&lt;tt&gt;margin&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#indent()&quot;&gt;indent&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setMovie(com.trolltech.qt.gui.QMovie movie)" doc="/**
&lt;p&gt;Sets the label contents to &lt;tt&gt;movie&lt;/tt&gt;. Any previous content is cleared. The label does NOT take ownership of the movie.&lt;/p&gt;
&lt;p&gt;The buddy shortcut, if any, is disabled.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#movie()&quot;&gt;&lt;tt&gt;movie&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setBuddy(com.trolltech.qt.gui.QWidget)&quot;&gt;&lt;tt&gt;setBuddy&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setNum(int arg__1)" doc="/**
&lt;p&gt;Sets the label contents to plain text containing the textual representation of integer &lt;tt&gt;arg__1&lt;/tt&gt;. Any previous content is cleared. Does nothing if the integer's string representation is the same as the current contents of the label.&lt;/p&gt;
&lt;p&gt;The buddy shortcut, if any, is disabled.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setText(java.lang.String)&quot;&gt;&lt;tt&gt;setText&lt;/tt&gt;&lt;/a&gt;
@see &lt;tt&gt;QString::setNum&lt;/tt&gt;
@see &lt;a href=&quot;QLabel.html#setBuddy(com.trolltech.qt.gui.QWidget)&quot;&gt;&lt;tt&gt;setBuddy&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setNum(double arg__1)" doc="/**
&lt;p&gt;Sets the label contents to plain text containing the textual representation of double &lt;tt&gt;arg__1&lt;/tt&gt;. Any previous content is cleared. Does nothing if the double's string representation is the same as the current contents of the label.&lt;/p&gt;
&lt;p&gt;The buddy shortcut, if any, is disabled.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setText(java.lang.String)&quot;&gt;&lt;tt&gt;setText&lt;/tt&gt;&lt;/a&gt;
@see &lt;tt&gt;QString::setNum&lt;/tt&gt;
@see &lt;a href=&quot;QLabel.html#setBuddy(com.trolltech.qt.gui.QWidget)&quot;&gt;&lt;tt&gt;setBuddy&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setOpenExternalLinks(boolean open)" doc="/**
&lt;p&gt;Specifies whether &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; should automatically open links using QDesktopServices::openUrl() instead of emitting the anchorClicked() signal.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; The &lt;a href=&quot;QLabel.html#textInteractionFlags()&quot;&gt;&lt;tt&gt;textInteractionFlags&lt;/tt&gt;&lt;/a&gt; set on the label need to include either LinksAccessibleByMouse or LinksAccessibleByKeyboard.&lt;/p&gt;
&lt;p&gt;The default value is false.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#openExternalLinks()&quot;&gt;&lt;tt&gt;openExternalLinks&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#textInteractionFlags()&quot;&gt;&lt;tt&gt;textInteractionFlags&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setPicture(com.trolltech.qt.gui.QPicture arg__1)" doc="/**
&lt;p&gt;Sets the label contents to &lt;tt&gt;arg__1&lt;/tt&gt;. Any previous content is cleared.&lt;/p&gt;
&lt;p&gt;The buddy shortcut, if any, is disabled.&lt;/p&gt;

@see &lt;a href=&quot;QFrame.html#picture&quot;&gt;&lt;tt&gt;picture&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setBuddy(com.trolltech.qt.gui.QWidget)&quot;&gt;&lt;tt&gt;setBuddy&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setPixmap(com.trolltech.qt.gui.QPixmap arg__1)" doc="/**
&lt;p&gt;Sets the label's pixmap to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;If no pixmap has been set this will return 0.&lt;/p&gt;
&lt;p&gt;Setting the pixmap clears any previous content. The buddy shortcut, if any, is disabled.&lt;/p&gt;
 */"/>
    <method name="public final void setScaledContents(boolean arg__1)" doc="/**
&lt;p&gt;Sets whether the label will scale its contents to fill all available space. to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;When enabled and the label shows a pixmap, it will scale the pixmap to fill the available space.&lt;/p&gt;
&lt;p&gt;This property's default is false.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#hasScaledContents()&quot;&gt;&lt;tt&gt;hasScaledContents&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setText(java.lang.String arg__1)" doc="/**
&lt;p&gt;Sets the label's text to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;If no text has been set this will return an empty string. Setting the text clears any previous content.&lt;/p&gt;
&lt;p&gt;The text will be interpreted either as plain text or as rich text, depending on the text format setting; see &lt;a href=&quot;QLabel.html#setTextFormat(com.trolltech.qt.core.Qt.TextFormat)&quot;&gt;&lt;tt&gt;setTextFormat&lt;/tt&gt;&lt;/a&gt;. The default setting is Qt::AutoText; i.e&amp;#x2e; &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; will try to auto-detect the format of the text set.&lt;/p&gt;
&lt;p&gt;If a buddy has been set, the buddy mnemonic key is updated from the new text.&lt;/p&gt;
&lt;p&gt;Note that &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; is well-suited to display small rich text documents, such as small documents that get their document specific settings (font, text color, link color) from the label's palette and font properties. For large documents, use &lt;a href=&quot;QTextEdit.html&quot;&gt;&lt;tt&gt;QTextEdit&lt;/tt&gt;&lt;/a&gt; in read-only mode instead. &lt;a href=&quot;QTextEdit.html&quot;&gt;&lt;tt&gt;QTextEdit&lt;/tt&gt;&lt;/a&gt; can also provide a scroll bar when necessary.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; This function enables mouse tracking if &lt;tt&gt;text&lt;/tt&gt; contains rich text.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#text()&quot;&gt;&lt;tt&gt;text&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setTextFormat(com.trolltech.qt.core.Qt.TextFormat)&quot;&gt;&lt;tt&gt;setTextFormat&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setBuddy(com.trolltech.qt.gui.QWidget)&quot;&gt;&lt;tt&gt;setBuddy&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;alignment&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setTextFormat(com.trolltech.qt.core.Qt.TextFormat arg__1)" doc="/**
&lt;p&gt;Sets the label's text format to &lt;tt&gt;arg__1&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;See the Qt::TextFormat enum for an explanation of the possible options.&lt;/p&gt;
&lt;p&gt;The default format is Qt::AutoText.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#textFormat()&quot;&gt;&lt;tt&gt;textFormat&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#text()&quot;&gt;&lt;tt&gt;text&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setTextInteractionFlags(com.trolltech.qt.core.Qt.TextInteractionFlags flags)" doc="/**
&lt;p&gt;Specifies how the label should interact with user input if it displays text.&lt;/p&gt;
&lt;p&gt;If the flags contain Qt::LinksAccessibleByKeyboard the focus policy is also automatically set to Qt::StrongFocus. If Qt::TextSelectableByKeyboard is set then the focus policy is set to Qt::ClickFocus.&lt;/p&gt;
&lt;p&gt;The default value is Qt::LinksAccessibleByMouse.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#textInteractionFlags()&quot;&gt;&lt;tt&gt;textInteractionFlags&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setWordWrap(boolean on)" doc="/**
&lt;p&gt;Sets the label's word-wrapping policy to &lt;tt&gt;on&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;If this property is true then label text is wrapped where necessary at word-breaks; otherwise it is not wrapped at all.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#wordWrap()&quot;&gt;&lt;tt&gt;wordWrap&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final java.lang.String text()" doc="/**
&lt;p&gt;Returns the label's text.&lt;/p&gt;
&lt;p&gt;If no text has been set this will return an empty string. Setting the text clears any previous content.&lt;/p&gt;
&lt;p&gt;The text will be interpreted either as plain text or as rich text, depending on the text format setting; see &lt;a href=&quot;QLabel.html#setTextFormat(com.trolltech.qt.core.Qt.TextFormat)&quot;&gt;&lt;tt&gt;setTextFormat&lt;/tt&gt;&lt;/a&gt;. The default setting is Qt::AutoText; i.e&amp;#x2e; &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; will try to auto-detect the format of the text set.&lt;/p&gt;
&lt;p&gt;If a buddy has been set, the buddy mnemonic key is updated from the new text.&lt;/p&gt;
&lt;p&gt;Note that &lt;a href=&quot;QLabel.html#QLabel(java.lang.String, com.trolltech.qt.gui.QWidget, com.trolltech.qt.core.Qt.WindowFlags)&quot;&gt;&lt;tt&gt;QLabel&lt;/tt&gt;&lt;/a&gt; is well-suited to display small rich text documents, such as small documents that get their document specific settings (font, text color, link color) from the label's palette and font properties. For large documents, use &lt;a href=&quot;QTextEdit.html&quot;&gt;&lt;tt&gt;QTextEdit&lt;/tt&gt;&lt;/a&gt; in read-only mode instead. &lt;a href=&quot;QTextEdit.html&quot;&gt;&lt;tt&gt;QTextEdit&lt;/tt&gt;&lt;/a&gt; can also provide a scroll bar when necessary.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; This function enables mouse tracking if &lt;tt&gt;text&lt;/tt&gt; contains rich text.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setTextFormat(com.trolltech.qt.core.Qt.TextFormat)&quot;&gt;&lt;tt&gt;setTextFormat&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#setBuddy(com.trolltech.qt.gui.QWidget)&quot;&gt;&lt;tt&gt;setBuddy&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#alignment()&quot;&gt;alignment&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.Qt.TextFormat textFormat()" doc="/**
&lt;p&gt;Returns the label's text format.&lt;/p&gt;
&lt;p&gt;See the Qt::TextFormat enum for an explanation of the possible options.&lt;/p&gt;
&lt;p&gt;The default format is Qt::AutoText.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setTextFormat(com.trolltech.qt.core.Qt.TextFormat)&quot;&gt;&lt;tt&gt;setTextFormat&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QLabel.html#text()&quot;&gt;&lt;tt&gt;text&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.Qt.TextInteractionFlags textInteractionFlags()" doc="/**
&lt;p&gt;Specifies how the label should interact with user input if it displays text.&lt;/p&gt;
&lt;p&gt;If the flags contain Qt::LinksAccessibleByKeyboard the focus policy is also automatically set to Qt::StrongFocus. If Qt::TextSelectableByKeyboard is set then the focus policy is set to Qt::ClickFocus.&lt;/p&gt;
&lt;p&gt;The default value is Qt::LinksAccessibleByMouse.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setTextInteractionFlags(com.trolltech.qt.core.Qt.TextInteractionFlags)&quot;&gt;&lt;tt&gt;setTextInteractionFlags&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final boolean wordWrap()" doc="/**
&lt;p&gt;Returns the label's word-wrapping policy.&lt;/p&gt;
&lt;p&gt;If this property is true then label text is wrapped where necessary at word-breaks; otherwise it is not wrapped at all.&lt;/p&gt;

@see &lt;a href=&quot;QLabel.html#setWordWrap(boolean)&quot;&gt;&lt;tt&gt;setWordWrap&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="protected void changeEvent(com.trolltech.qt.core.QEvent arg__1)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void contextMenuEvent(com.trolltech.qt.gui.QContextMenuEvent ev)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="public boolean event(com.trolltech.qt.core.QEvent e)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void focusInEvent(com.trolltech.qt.gui.QFocusEvent ev)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected boolean focusNextPrevChild(boolean next)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void focusOutEvent(com.trolltech.qt.gui.QFocusEvent ev)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="public int heightForWidth(int arg__1)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void keyPressEvent(com.trolltech.qt.gui.QKeyEvent ev)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="public com.trolltech.qt.core.QSize minimumSizeHint()" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void mouseMoveEvent(com.trolltech.qt.gui.QMouseEvent ev)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void mousePressEvent(com.trolltech.qt.gui.QMouseEvent ev)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void mouseReleaseEvent(com.trolltech.qt.gui.QMouseEvent ev)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="protected void paintEvent(com.trolltech.qt.gui.QPaintEvent arg__1)" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
    <method name="public com.trolltech.qt.core.QSize sizeHint()" doc="/**
&lt;p&gt;This function is reimplemented for internal reasons.&lt;/p&gt;
 */"/>
</class>