NAME
Qt::Gui::QStatusBar
PUBLIC METHODS
- QStatusBar(QWidget * parent)
- QStatusBar(QWidget * parent = 0)
- ~QStatusBar()
- void addPermanentWidget(QWidget * widget, int stretch)
- void addPermanentWidget(QWidget * widget, int stretch = 0)
- void addWidget(QWidget * widget, int stretch)
- void addWidget(QWidget * widget, int stretch = 0)
- void clearMessage()
- QString currentMessage()
- int insertPermanentWidget(int index, QWidget * widget, int stretch)
- int insertPermanentWidget(int index, QWidget * widget, int stretch = 0)
- int insertWidget(int index, QWidget * widget, int stretch)
- int insertWidget(int index, QWidget * widget, int stretch = 0)
- bool isSizeGripEnabled()
- void removeWidget(QWidget * widget)
- void setSizeGripEnabled(bool arg0)
- void showMessage(const QString & text, int timeout)
- void showMessage(const QString & text, int timeout = 0)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.