Using QStackedWidget to switch between the views, I will be able to traverse between the views. I am facing problem in some scenarios, where I do not require the widgets, but I want to remove them co
I am developing an app for Nokia 5800 Music Express (S60 5th edition) using PyS60 (Python for S60) ,I want to simulate a KeyPress say if a message comes,I detect a message and Press a Key.
Can any one tell me how to set the item to be selected forcefully.. I tried this after adding items to list row..
Just installed the SDK and ADK. while updating, it gives the following error开发者_JAVA技巧: \"unexpected end of zlib input stream\" a dozen times.
I have a class inherited from QWidget, now in that class I will be creating aQListView object and filling up the items to view.
I need to customize the listview,I am placing an icon and a text at the center of the listview. If the text length is bigger then the list rectangle length.. the text is coming over the icon first le
I\'m finding a way to write a mobile 开发者_高级运维application that could stimulate clicking some buttons on the phone. Based on my check, it\'s not possible to do with J2ME. How about Symbian? Is it
What is the difference in the following code, QGraphicsScene * scence = new QGraphicsScene(); QBrush *brush = new QBrush((QColor(60,20,20)));
How do I switch between the two screens on the Qt? For example, I have a button - static text plus a toolbar. Now I will add it to a frame and set it as a central widget. It works well for one windo
in Qt, i want to customize the listview in QT Symbian. so for the customization purpose i have set delegate for the listview. and i am handling the paint event also.. the problem is the text colour.