Module Version: 0.01_05
Source
Qt::Gui::QStatusBar
- 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)
None by default.
Dongxu Ma <dongxu@cpan.org>
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.
See http://dev.perl.org/licenses/artistic.html
syntax highlighting: