Hi,
Can any one please help me how to make use of pop up menu in Qt.
Thanks and Regards
Anamika
Hi,
Can any one please help me how to make use of pop up menu in Qt.
Thanks and Regards
Anamika
Last edited by Anamika; 2011-04-28 at 06:07.
have you checked QMenu
Code:QMenu menu(this); menu.addAction(tr("Item1"), this, SLOT(Item1Clicked())); menu.addAction(tr("Item2"), this, SLOT(Item2Clicked())); menu.addAction(tr("Item3"), this, SLOT(Item3Clicked())); menu.exec(popPosition.toPoint());
Hi,
Thank you ,Tried the code which you gave me .I am getting the popup menu screen .
Can you please tell me how to make use of popunder menu in Qt for symbian
AFAIK there are no direct way to do that . but can can customize QMenu, but i have not tried yet.popunder menu in Qt for symbian
can you please tell me how to make use of kinetic scrolling in list widget in Qt for symbian
Easiest till not i have seen is using FlickCharm http://qt.gitorious.org/qt-labs/grap...8f3/flickcharm
when i tried using flick charm ,,i was not getting the output .when i tried using the below code i got it
QsKineticScroller *listKineticScroller = new QsKineticScroller(this);
listKineticScroller->enableKineticScrollFor(ui->listWidget);
The problem is it works fine in the simulator but the same when i run in N8 device ,its not working .can you please say me where i went wrong
Hi,
Am not getting any error..But the problem which i have now is am not getting the scrollable feature in my device