[Uml-devel] [Bug 290952] migrate remaining qt3 classes to qt4
Ralf Habacker
ralf.habacker at gmail.com
Tue Jan 31 08:14:40 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=290952
--- Comment #7 from Ralf Habacker <ralf habacker gmail com> 2012-01-31 08:14:40 ---
The AssociationLine class is a good example how to get partially rid of
Q3Canvas based code.
The recent trunk implementation uses a Q3CanvasLine instances for each line
segment, head lines and other graphical elements. The soc-umbrello
implementation of AssociationLine holds and paints all lines by itself.
All symbols required by an association line are handled by the class Symbol,
which use a QPainter path based drawing.
Merging the related parts of the soc-umbrello AssociationLine implementation
into trunk will remove many Q3Canvas related references.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the umbrello-devel
mailing list