You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use a single shared code with if statements to construct the GUI element to manipulate an item:
- Pages:Sample:SideBarBasic.qml
We should also get rid of the item dependent branching in:
- Logic:Proxies:Model.py
Instead we should have a series of GUI components, which each is dedicated to just one item type.
- MultiLayer
- RepeatedMultiLayer