[telepathy] [Bug 316591] Contact list does not show settings-button, if its to narrow

Martin Klapetek mklapetek at kde.org
Fri Mar 14 18:18:46 GMT 2014


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

--- Comment #2 from Martin Klapetek <mklapetek at kde.org> ---
The core of the problem lies in the docs:

"When a QToolBar is not a child of a QMainWindow, it loses the ability to
populate the extension pop up with widgets added to the toolbar using
addWidget(). Please use widget actions created by inheriting QWidgetAction and
implementing QWidgetAction::createWidget() instead."

So our options are either
1) Make the QToolBar child of QMainWindow (might be tricky)
2) Create a special QWidgetAction class which reimplements
QWidgetAction::createWidget() (easier imho, but longer to finish)

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



More information about the Kde-telepathy-bugs mailing list