The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QMenuBar

PUBLIC METHODS

QMenuBar(QWidget * parent)
QMenuBar(QWidget * parent = 0)
~QMenuBar()
QAction * actionAt(const QPoint & arg0)
QRect actionGeometry(QAction * arg0)
QAction * activeAction()
QAction * addAction(const QString & text)
QAction * addAction(const QString & text, const QObject * receiver, const char * member)
QAction * addMenu(QMenu * menu)
QMenu * addMenu(const QString & title)
QMenu * addMenu(const QIcon & icon, const QString & title)
QAction * addSeparator()
void clear()
QWidget * cornerWidget(Qt::Corner corner)
QWidget * cornerWidget(Qt::Corner corner = Qt::TopRightCorner)
int heightForWidth(int arg0)
QAction * insertMenu(QAction * before, QMenu * menu)
QAction * insertSeparator(QAction * before)
bool isDefaultUp()
bool isNativeMenuBar()
QSize minimumSizeHint()
void setActiveAction(QAction * action)
void setCornerWidget(QWidget * w, Qt::Corner corner)
void setCornerWidget(QWidget * w, Qt::Corner corner = Qt::TopRightCorner)
void setDefaultUp(bool arg0)
void setNativeMenuBar(bool nativeMenuBar)
void setVisible(bool visible)
QSize sizeHint()

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.

See http://dev.perl.org/licenses/artistic.html