Bug 329060 - digiKam Tabs in Scanning faces dialog need to be fixed
Summary: digiKam Tabs in Scanning faces dialog need to be fixed
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Faces-Workflow (show other bugs)
Version: 4.12.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-21 03:11 UTC by André Marcelo Alvarenga
Modified: 2017-08-15 18:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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