[Development] Qt5 missing features

Christoph Feck christoph at maxiom.de
Wed Apr 11 11:48:59 CEST 2012


On Wednesday 11 April 2012 11:40:15 BogDan wrote:
> There is no QMenu::show, and this is the problem !:)

QMenu::show() calls QWidget::show(), which simply calls 
QWidget::setVisible(true). And this one is virtual, case closed ;)

-- 
Christoph Feck
http://kdepepo.wordpress.com/
KDE Quality Team



More information about the Development mailing list