HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #871406
QGridLayout::setMargin() deprecated in Qt-5.13
Start date:
Due date:
% Done:
0%
Estimated time:
Description
There's hard to find any documentation about what QGridLayout::setMargin() ever did, as if it never existed. I'm assuming it set equal content margin to every direction. Then replacement would be setContentsMargins() that takes margin for each direction separately. setContentsMargins() is also not a new method, so we can use it unconditionally (not subject to Qt5/Qt5x mode).
History
#1
Updated by Marko Lindqvist over 2 years ago
- File 0040-Qt-Avoid-deprecated-QGridLayout-setMargin.patch 0040-Qt-Avoid-deprecated-QGridLayout-setMargin.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist