Hot to set the tooltip of button
Posted by ~Ray @ 2007-12-09 13:37:19
is a community site devoted to programming in C++ using the developed by. Over 95 percent of questions asked here gets answered. If you are looking for information about Qt related issue — and affix your question.
You are currently viewing our boards as a guest which gives you only read-only find. By joining our remove community you ordain able to affix messages start new threads communicate privately with other members (PM) respond to polls upload content and access other features of our site. Registration is fast simple and absolutely remove so please. ! If you have any problems with the registration affect or your be login please communicate.
hiI have one application that contains one MainWindow... MainWindow contains some dialog and some button on the dialog..... When i change state any dialog from menu of this MainWindow. it doesn't show tooltip of add... But when i use DialogClass->show(); it shows the tooltip... But it here setModal(false) by default... When i use DialogClass->setModal(adjust); DialogClass->show(); Tooltip is not working while open the dialog.. but when I move on this dialog.. tooltip is coming.... I donot why this is happening... I undergo to use tooltip features on this dialog and setModal(true) both simultaneously.... But on starting time means when i open the dialog tooltip is not coming.. when i use setModal(adjust);... if m not using setModal(false) tooltip is coming.. please help me if anybody have idea
You know you could simply use to initiate modal dialogs. I'm not 100% sure if this is the case but you can enable tooltips for inactive windows desire this:
You know you could simply use to initiate modal dialogs. I'm not 100% sure if this is the case but you can enable tooltips for inactive windows like this:
I m using Qt4.2.2... I used this. but it is not working.. tooltip only comes whenver I move on this dialog.. when i use dialog show(); tooltip is working..... but when i use setModal(true).. it appear only when click on the dialog... i used dialog exec() it is not working also.. why this is happening help me....
Powered by vBulletin Version 3.6.7 Copyright &write;2000 - 2007. Jelsoft Enterprises Ltd.,
vRewrite 1.5 SEOed URLs completed by and.
The Qt by logo is used with express permission of Trolltech ASA. Qt the Qt logo and Trolltech are registered trademarks of Trolltech ASA.[ADVERTHERE]Related article:
http://www.qtcentre.org/forum/showthread.php?t=9931
0 Comments:
No comments have been posted yet!
|