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
but I still have some ohers, like how to modify the parameters passed in from the outside?
For example I made a custom file view widget with STreeView, I passed some values from outside to SMyViewer, and I want to make changes on those values, therefore I can do something outside the widget.
I tried pass some shared references or pure references, but they either go wrong in the constructor or cannot be modified.
Could you help me to solve this problem?
The text was updated successfully, but these errors were encountered:
Your blog is brilliant, solved many problems.
but I still have some ohers, like how to modify the parameters passed in from the outside?
For example I made a custom file view widget with STreeView, I passed some values from outside to SMyViewer, and I want to make changes on those values, therefore I can do something outside the widget.
I tried pass some shared references or pure references, but they either go wrong in the constructor or cannot be modified.
Could you help me to solve this problem?
The text was updated successfully, but these errors were encountered: