[Uml-devel] [Bug 66461] Widgets (classes, enum...) are not wide enough
Sebastian Stein
seb_stein at gmx.de
Sun Jan 4 15:12:08 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=66461
seb_stein at gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From seb_stein at gmx.de 2004-01-04 22:18 -------
It isn't fixed yet. I have some ways to reproduce the bug:
1. Create a class named new_class_1 -> the first n won't be complete ; This only happens if there is a char 1 in at the end
2. Add an abstract static operation new_operation_2 to this class. The void won't be displayed fully
3. create an interface and call it new_interface_1, some pixels are missing
The problem seems to be, that QFontMetrics.boundingRect().width() or QFontMetrics.size().width() return the same value for italic and non-italic fonts. I'm not sure, but I think this is incorrect.
More information about the umbrello-devel
mailing list