[Kde-imaging] extragear/libs/kipi-plugins/rawconverter

Gilles Caulier caulier.gilles at free.fr
Sun Jul 16 23:31:03 CEST 2006


SVN commit 563174 by cgilles:

RAW batch converter dialog use a non-modal dialog now. Just need to use a null parent in constructor and start dialog with show() method.
A minimize button is also available to reduce the dialog during conversions.

Vardhman: this is a right example for you to transform you flicker export plugin in non-modal ! Look here :
http://digikam3rdparty.free.fr/Screenshots/batchrawconverter-nonmodal.png

CCMAIL: kde-imaging at kde.org, vardhman at gmail.com



 M  +2 -2      batchdialog.cpp  


--- trunk/extragear/libs/kipi-plugins/rawconverter/batchdialog.cpp #563173:563174
@@ -78,8 +78,8 @@
 namespace KIPIRawConverterPlugin
 {
 
-BatchDialog::BatchDialog(QWidget *parent)
-           : KDialogBase(parent, 0, false, i18n("Raw Images Batch Converter"),
+BatchDialog::BatchDialog(QWidget* /*parent*/)
+           : KDialogBase(0, 0, false, i18n("Raw Images Batch Converter"),
                          Help|User1|User2|Close, Close, true,
                          i18n("Con&vert"), i18n("&Abort"))
 {


More information about the Kde-imaging mailing list