Bug 329060

Summary: digiKam Tabs in Scanning faces dialog need to be fixed
Product: [Applications] digikam Reporter: André Marcelo Alvarenga <alvarenga>
Component: Faces-WorkflowAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 4.12.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 5.3.0

Description André Marcelo Alvarenga 2013-12-21 03:11:01 UTC
1-Go to Browse -> People
2-Click on 'Scan collection for faces' button
3-Click on 'Options>>' button

When you click on Advanced tab, others tabs go down and when you return to Albums tab or go to Parameters tab, all tabs go up.

Reproducible: Always



Expected Results:  
All tabs should not move.
Comment 1 caulier.gilles 2013-12-21 10:25:05 UTC
This layout problem is due to QLabel named "cpuExplanation" plugged in Advanced page with properties setWordWrap enabled.

This label take a priority in KTabWidget to resize it automatically when Advanced tab is selected.

Sound like a problem in Qt (i tried to use QTabWidget instead). Code relevant is here :

https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/facemanagement/facescandialog.cpp#L410

I reassing it...

Gilles Caulier
Comment 2 André Marcelo Alvarenga 2016-09-27 00:38:32 UTC
This problem was fixed in digiKam 5.2.0, but I don't know if this affects other software.

Using Plasma 5.7.5, Frameworks 5.26 and Qt 5.7.0.
Comment 3 caulier.gilles 2016-09-27 02:35:00 UTC
It's fixed in digiKam since the port to Qt5.

Gilles Caulier