[Uml-devel] [Bug 130601] make command line export of graphics independent from X

Daniel Calviño Sánchez danxuliu at gmail.com
Tue Jul 11 22:13:07 UTC 2006


------- 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=130601         




------- Additional Comments From danxuliu gmail com  2006-07-12 00:13 -------
If I'm not wrong, I think that this can't be done, at least with the current internal design of Umbrello.

The main class of Umbrello is UMLApp. This class inherits, through some other classes, from QWidget. The problem is that when a KApplication is executed without connecting to X server, QWidgets can't be created (the application crashes with this message: "QWidget: Cannot create a QWidget when no GUI is being used").

So, as UMLApp is itself a QWidget, it can't be created.

Provided I haven't mistaken anything, to fix this bug a major redesign should be made in Umbrello internal code.




More information about the umbrello-devel mailing list