Actions
Bug #13669
openAllow setObjectName() to apply to layouts
Start date:
03/25/2025
Due date:
% Done:
0%
Estimated time:
Description
The setObjectName() function is defined in WObject
. However, only in WWebWidget
does it have an actual effect.
This means that any WLayout
or any other class that directly inherits from WObject
has this function, but not always the right effect implemented for it.
This ticket serves to:
- implement the missing functionality for layouts (so that their container can have a
data-object-name
) - check whether there are more (pseudo)widgets missing this functionality
Note: only widgets that have an actual visual representation will require this functionality. Widgets that only live on the backend with no UI can omit this.
No data to display
Actions