NAME
Qt::Gui::QMenuBar
PUBLIC METHODS
- QMenuBar(QWidget * parent = 0)
- QMenuBar(QWidget * parent)
- ~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)
- QMenu * addMenu(const QString & title)
- QMenu * addMenu(const QIcon & icon, const QString & title)
- QAction * addSeparator()
- void clear()
- QWidget * cornerWidget(Qt::Corner corner = Qt::TopRightCorner)
- QWidget * cornerWidget(Qt::Corner corner)
- int heightForWidth(int arg0)
- QAction * insertSeparator(QAction * before)
- bool isDefaultUp()
- bool isNativeMenuBar()
- QSize minimumSizeHint()
- void setActiveAction(QAction * action)
- void setCornerWidget(QWidget * w, Qt::Corner corner = Qt::TopRightCorner)
- void setCornerWidget(QWidget * w, Qt::Corner corner)
- void setDefaultUp(bool arg0)
- void setNativeMenuBar(bool nativeMenuBar)
- void setVisible(bool visible)
- QSize sizeHint()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.