D12986: [Trash KCM] Clean up and standardize UI to be in line with the KDE HIG
David Edmundson
noreply at phabricator.kde.org
Thu May 24 14:13:19 BST 2018
davidedmundson accepted this revision.
davidedmundson added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> kcmtrash.cpp:303
>
> - mLimitReachedAction = new QComboBox(mSizeWidget);
> - mLimitReachedAction->addItem(i18n("Warn Me"));
> + mLimitReachedAction = new QComboBox(this);
> + mLimitReachedAction->addItem(i18n("Show a Warning"));
There's no benefit in changing the initial parent of these.
It's all moot as QFormLayout::addItem takes ownership
REPOSITORY
R241 KIO
BRANCH
clean-up-trash-kcm (branched from master)
REVISION DETAIL
https://phabricator.kde.org/D12986
To: ngraham, #dolphin, #frameworks, #vdg, davidedmundson
Cc: davidedmundson, abetts, rkflx, kfm-devel, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180524/6a3f1e9c/attachment.htm>
More information about the kfm-devel
mailing list