[Digikam-devel] [Bug 116485] Mimimize button missing on "Compaq Flash Reader" camera window
Gilles Caulier
caulier.gilles at free.fr
Wed May 17 16:05:51 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=116485
------- Additional Comments From caulier.gilles free fr 2006-05-17 17:05 -------
SVN commit 541880 by cgilles:
digikam from trunk : no need to use parent widget to create the cameragui instance like a real modal dialog. Now, you can minimize the camera dialog during pictures download.
CCMAIL: digikam-devel kde org
CCBUGS: 116485
M +3 -2 cameraui.cpp
--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.cpp #541879:541880
@ -153,12 +153,13 @
ImagePropertiesSideBarCamGui *rightSidebar;
};
-CameraUI::CameraUI(QWidget* parent, const QString& cameraTitle,
+CameraUI::CameraUI(QWidget* /*parent*/, const QString& cameraTitle,
const QString& model, const QString& port,
const QString& path)
: KDialogBase(Plain, cameraTitle,
Help|User1|User2|User3|Close, Close,
- parent, 0, false, true,
+ 0, // B.K.O # 116485: no parent for this modal dialog.
+ 0, false, true,
i18n("D&elete"),
i18n("&Download"),
i18n("&Select"))
More information about the Digikam-devel
mailing list