Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.2, 5.4.0 Alpha, 5.4.0 Beta
-
None
-
Ie30e76356716a546f7eaa3e4c2eccbc15ebf9a5c
Description
Since Qt 5.4.0 alpha the SplitView gained the ability of adding an item dynamically by using the "addItem" function. However the SplitView lack of a symmetric "removeItem" function.
Furthermore the API should be on par with the TabView one so the following functions should be added:
- insertAt(index, item)
- removeAt(index, item)