https://bugs.kde.org/show_bug.cgi?id=60452
--- Comment #12 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Ralf Habacker from comment #11) > Refactor out data type property widget related code from attribute and > operation dialog into class UMLDatatypeWidget. > > This makes it easier to implemented further data type widget related > extensions. The data type related widgets are spread all over the code. Adding new stuff like your proposal needs to be coded about 5 times. It is more effective to refactor the code first to merge them into one datatype related widget before and then implement the new feature, which will be shared by all other. For that I added the new class UMLDatatypeWidget, which is already used by UMLAttributeDialog and UMLOperationDialog, it is still missing in ParameterPropertyDialog, UMLTemplateDialog and UMLEntityAttributeDialog. If this is finished we can implement the additions. In the meantime we need to design the gui extensions and how to add the attributes to the internal uml model. -- You are receiving this mail because: You are watching all bug changes.