Feature #608
topicview: "Drag to scroll the topic" vs tooltips
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/07/2009
Due date:
% Done:
100%
Estimated time:
OS:
Any
Description
"Drag to scroll the topic" is not a convenient solution.
Maybe use tooltips instead?
Associated revisions
History
#1 Updated by Sputnick over 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset ef20dd04ad6ed1911fa070c5dafe2498d9a4fc9d.
Redesign the topic widget
This replaces the old ugly hackish topicwidget by something cleaner. We now use a stacked widget to switch
between display and edit mode. In edit mode, we use a MultiLineEdit rather than a single QLineEdit.
Instead of doing voodooish resizing of the parent widget, we use proper sizeHints and sizePolicies that make
Qt's layout system actually work with this.
There are still some features missing though, notably clickable URLs and the clear button. Will
be implemented ASAP.
Closes #506, fixes #573, closes #608.