
Categories (Bottom-up)
Recent Unanswered Threads
Recent Forum PostsThat arrow suggests that the button has a menu, nothing else. It's an indication to the user that on press of the button, a pop-up menu will be showed.
rawfool Today, 09:19
Thanks for your quick reply but i have done it via
QMenu* showToolMenu = new QMenu(ui->button_Show);
showToolMenu->addAction("View", this, SLOT(on_button_file_Download_clicked()));
...
Assuming that you want to remove/hide "Show" on some event, you have to do the following -
removeItem(int index); // for removing
insertItem(int index, QString item);// for inserting back...
Thank you Wysota for the reply.
I did that it's almost working, still I need some more clarifications regd., this.
The file C:/svn/trunk/vtd-xml/customTypes.h is being used by any other files and...
Hello,
I have a problem with Qt Combobox.
I have added three item in comboBox : "Show" , "View", "Download"
Here "Show" is the permanently visible item for combobox even if i click on "View" or...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.

Qt help is missing in qtcreator 2.7.0. How to add it?
Yesterday 18:17 by TorAn