[Bug 300063] Auth handler prompt dialog does not have a fixed size

Daniele E. Domenichelli daniele.domenichelli at gmail.com
Fri Nov 2 22:49:49 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=300063

--- Comment #5 from Daniele E. Domenichelli <daniele.domenichelli at gmail.com> ---
This is the password dialog we are using now [1]. 
This is using KPasswordDialog and doing a few very nasty things to show the
icon [2].
And when I say nasty I mean stuff like
QHBoxLayout *box =
qobject_cast<QHBoxLayout*>(m_dialog.data()->layout()->itemAt(0)->widget()->layout()->itemAt(0)->layout());
in order to place the icon, I couldn't find a better way to do it.

I'm not an ui designer, but imho the second wastes a lot of space and has a
worst alignment.
Nonetheless we could work on KPasswordDialog to make it look prettier and to
have an extra pixmap for the account, and then use it... But it will take time
and moreover since kdelibs is frozen, we won't be able to place the icon until
kde frameworks 5 is released.

Comments?

[1]http://wstaw.org/m/2012/11/02/snapshot103.png
[2]ttp://wstaw.org/m/2012/11/02/snapshot104.png

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list