realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Show attribute's ID, type etc. in Entity-Component Editor #686

Open Stinkfist0 opened 11 years ago

cadaver commented 11 years ago

Would this be a toggleable option? Might be inconvenient if those are always shown, though they are very useful info.

Stinkfist0 commented 11 years ago

Configuration wouldn't hurt I'd guess. Could be optionally implemented as tooltips.

jonnenauha commented 11 years ago

I think if we are talking about EC editor UI capabilities it will get complex quick if everything is shown by default. What I'd like to see:

Most things here also apply to the scene struct window.

edit: I think tooltips in EC editor would be a bad idea. It would then constantly show a tooltip on top of ~everything and using the widget would get a lot more harder/unpleasant. More data columns might be a better idea.

Stinkfist0 commented 11 years ago

@jonnenauha's ideas sound good. Don't know how well QtPropertyBrowser can be adjusted to our needs, so it might be convenient also to accomplish #637 while enhancing the EC Editor.

jonnenauha commented 11 years ago

If we can get the QTreeWidget ptr or whatever its using we can modify the headers and install event filter for UI actions. But yeah sure making our own at some point would be ideal.