[qet] [735] Dans l'assistant de creation d'un nouvel element, le bouton Annuler apparait desormais sous MacOS. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 735
Author: xavier
Date: 2009-08-14 19:50:44 +0200 (Fri, 14 Aug 2009)
Log Message:
-----------
Dans l'assistant de creation d'un nouvel element, le bouton Annuler apparait desormais sous MacOS.
Modified Paths:
--------------
trunk/sources/newelementwizard.cpp
Modified: trunk/sources/newelementwizard.cpp
===================================================================
--- trunk/sources/newelementwizard.cpp 2009-08-13 18:30:06 UTC (rev 734)
+++ trunk/sources/newelementwizard.cpp 2009-08-14 17:50:44 UTC (rev 735)
@@ -39,6 +39,7 @@
QWizard(parent, f),
chosen_category(0)
{
+ setOptions(options() & ~QWizard::NoCancelButton);
setPixmap(LogoPixmap, QPixmap(":/ico/256x256/qelectrotech.png").scaled(64, 64, Qt::KeepAspectRatio, Qt::SmoothTransformation));
setWindowTitle(tr("Cr\351er un nouvel \351l\351ment : Assistant", "window title"));
setButtonText(QWizard::NextButton, tr("&Suivant >"));