Bug 75834

Summary: Better widget for editing attributes
Product: [Applications] umbrello Reporter: Jaakko Holster <holster>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: CONFIRMED ---    
Severity: wishlist CC: code, jr, ralf.habacker
Priority: NOR    
Version: 1.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Attribute dialog showing list
Operation dialog showing list
Template dialog showing list
Association dialog showing list

Description Jaakko Holster 2004-02-22 15:18:27 UTC
Version:           1.2 (using KDE 3.2.0, Gentoo)
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
OS:          Linux (i686) release 2.6.2

In properties window, attributes could be placed in table widget instead of simple list (one column for type, name, and initial value). If every cell of that table was editable, modifying attributes would be more comfortable (I'm not totally sure if QT/KDE support an editable table). What's the most important, a table can show more information than a list without extra clicks. List makes only sense if there's a lack of horizontal space.

Happy UML'ing! ;-)
Comment 1 Jonathan Riddell 2004-03-12 10:34:41 UTC
*** Bug 53370 has been marked as a duplicate of this bug. ***
Comment 2 Jesse 2004-05-22 04:55:26 UTC
Kexi and KDevelop use a shared Property table implementation.  Kexi's can be seen here (http://www.kexi-project.org/pics/0.1beta3/tables_beta3.png)

Comment 3 Robert Hairgrove 2020-08-11 14:54:52 UTC
This bug is over 15 years old now. Can it be closed, or does it still need work?
Comment 4 Ralf Habacker 2020-08-12 09:34:44 UTC
Created attachment 130812 [details]
Attribute dialog showing list

Having a table widget instead of the list would enable quick renaming the name and/or the type.
Comment 5 Ralf Habacker 2020-08-12 09:35:34 UTC
Created attachment 130813 [details]
Operation dialog showing list

here also
Comment 6 Ralf Habacker 2020-08-12 09:37:15 UTC
Created attachment 130814 [details]
Template dialog showing list

Templates could be renamed quickly
Comment 7 Ralf Habacker 2020-08-12 09:37:57 UTC
Created attachment 130815 [details]
Association dialog showing list

The target and/or the type of an association could be renamed quickly