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
[](https://www.mathworks.com/matlabcentral/fileexchange/83328)
4
4
[](https://matlab.mathworks.com/open/github/v1?repo=mathworks/widgets-toolbox&project=WidgetsToolbox.prj)
5
5
6
6
Widgets Toolbox helps you efficiently develop advanced user interfaces in MATLAB and App Designer. Widgets combine existing control functionalities together into larger, reusable, common functionality to accelerate development of graphical user interfaces.
@@ -18,8 +18,15 @@ Components include:
18
18
- Slider control linked to a numeric spinner and edit field
19
19
- List of tasks with icons indicating status (pass, fail, running, complete, etc.)
20
20
- Toolbar with advanced layout functionality that can appear like a toolstrip
21
+
- Contextual pane that can switch contents (similar to card panel, tab panel, uitab)
21
22
22
-
This version of Widgets Toolbox is intended for NEW development of uifigure or App Designer apps starting from R2020b or newer releases.
23
+
Additional object-oriented code components provide enable you to work more efficiently developing advanced apps using a modular hand-code approach. You can use model-view-controller or a similar separated presentation architecture.
24
+
25
+
- Application superclasses for managing single or multiple session files
26
+
- Preference management
27
+
- Superclasses for model-view-controller implementation
28
+
29
+
This version of Widgets Toolbox is intended for NEW development of uifigure or App Designer apps starting from R2021a or newer releases.
23
30
24
31
If you have an existing MATLAB app using Widgets Toolbox content developed prior to R2020b, you may also need "Widgets Toolbox (Compatibility Support)".
opts.ToolboxName ="Widgets Toolbox - App Designer and Advanced App Components";
105
105
106
106
opts.Summary ="Additional app building components to efficiently "+ ...
107
107
"develop advanced user interfaces in MATLAB";
@@ -123,9 +123,14 @@
123
123
" - Slider control linked to a numeric spinner and edit field"
124
124
" - List of tasks with icons indicating status (pass, fail, running, complete, etc.)"
125
125
" - Toolbar with advanced layout functionality that can appear like a toolstrip"
126
+
" - Contextual pane that can switch contents (similar to card panel, tab panel, uitab)"
126
127
""
127
128
"Additional object-oriented code components provide enable you to work more efficiently developing advanced apps using a modular hand-code approach. You can use model-view-controller or a similar separated presentation architecture."
128
129
""
130
+
" - Application superclasses for managing single or multiple session files"
131
+
" - Preference management"
132
+
" - Superclasses for model-view-controller implementation"
133
+
""
129
134
"This version of Widgets Toolbox is intended for NEW development of uifigure or App Designer apps starting from R2021a or newer releases."
130
135
""
131
136
"If you have an existing MATLAB app using Widgets Toolbox 1.x content, you may also need 'Widgets Toolbox (Compatibility Support)'."
0 commit comments