qt.cfg: Add some functions of class QLabel

This commit is contained in:
versat 2019-07-26 15:59:47 +02:00
parent fe2885e430
commit 22f8080d1d
1 changed files with 118 additions and 0 deletions

View File

@ -2952,6 +2952,124 @@
<use-retval/>
<const/>
</function>
<!-- QLabel https://doc.qt.io/qt-5/qlabel.html -->
<!-- void QLabel::setAlignment(Qt::Alignment) -->
<function name="QLabel::setAlignment">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QLabel::setBuddy(QWidget *buddy) -->
<function name="QLabel::setBuddy">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QLabel::setEnabled(bool) -->
<function name="QLabel::setEnabled">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void QLabel::setFont(const QFont &) -->
<function name="QLabel::setFont">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QLabel::setGeometry(int x, int y, int w, int h) -->
<!-- void QLabel::setGeometry(const QRect &) -->
<function name="QLabel::setGeometry">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" direction="in" default="">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="4" direction="in" default="">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QLabel::setPixmap(const QPixmap &) -->
<function name="QLabel::setPixmap">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QLabel::setText(const QString &) -->
<function name="QLabel::setText">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QLabel::setToolTip(const QString &) -->
<function name="QLabel::setToolTip">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QLabel::setVisible(bool visible) -->
<function name="QLabel::setVisible">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void QLabel::setWordWrap(bool on) -->
<function name="QLabel::setText">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- QString QLabel::text() const -->
<function name="QLabel::text">
<noreturn>false</noreturn>
<returnValue type="QString"/>
<use-retval/>
<const/>
</function>
<!-- ##### Container ##### -->
<container id="qtContainer" opLessAllowed="false">
<type templateParameter="0"/>