https://bugs.documentfoundation.org/show_bug.cgi?id=104154

--- Comment #5 from Akshay Deep <akshaydeepi...@gmail.com> ---
Hi Samuel, Abhilash,
I can think of a slightly different approach here. It will be good to subclass
SvSimpleTable class to create a custom widget which displays lists of templates
along with their properties. All the features can be implemented in the custom
widget similar to TemplateLocalView. It can then be dynamically shown or kept
hidden according to the user preference.
Similar work of creating a custom list view has been seen here:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=08da15cabdcef60191f4ed98ed694eba3e35b5e1

when the user switches from listview to thumbnailview or vice-versa, controls
can just be reloaded. See-> TemplateLocalView::Reload and a similar function in
the list view widget has to be implemented.

After this is done, other tasks such as move, copy, delete, rename, search, etc
can be implemented to the custom listview widget.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to