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
+
[](https://matlab.mathworks.com/open/github/v1?repo=mathworks/widgets-toolbox&project=WidgetsToolbox.prj)
4
5
5
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.
6
7
@@ -17,11 +18,18 @@ Components include:
17
18
- Slider control linked to a numeric spinner and edit field
18
19
- List of tasks with icons indicating status (pass, fail, running, complete, etc.)
19
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)
20
22
21
-
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.
22
30
23
31
If you have an existing MATLAB app using Widgets Toolbox content developed prior to R2020b, you may also need "Widgets Toolbox (Compatibility Support)".
Planning a complex or business-critical app? MathWorks Consulting can advise you on design and architecture: https://www.mathworks.com/services/consulting/proven-solutions/software-development-with-matlab.html
opts.ToolboxName ="Widgets Toolbox - App Designer and Advanced App Components";
105
+
106
+
opts.Summary ="Additional app building components to efficiently "+ ...
107
+
"develop advanced user interfaces in MATLAB";
108
+
109
+
opts.Description = join([
110
+
"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."
111
+
""
112
+
"Components include:"
113
+
""
114
+
" - Grid of buttons grouped together"
115
+
" - List of checkboxes and labels grouped together"
116
+
" - Color selector control"
117
+
" - Date and time selector"
118
+
" - File selection control, consisting of a label, edit field, and browse button"
119
+
" - Listbox control combined with a label and a set of buttons for managing the list composition and ordering"
120
+
" - Password field with hidden text"
121
+
" - Progress bar indicator with time remaining and cancel button"
122
+
" - Slider control group with labels and enable/disable checkboxes"
123
+
" - Slider control linked to a numeric spinner and edit field"
124
+
" - List of tasks with icons indicating status (pass, fail, running, complete, etc.)"
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)"
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."
129
+
""
130
+
" - Application superclasses for managing single or multiple session files"
131
+
" - Preference management"
132
+
" - Superclasses for model-view-controller implementation"
133
+
""
134
+
"This version of Widgets Toolbox is intended for NEW development of uifigure or App Designer apps starting from R2021a or newer releases."
135
+
""
136
+
"If you have an existing MATLAB app using Widgets Toolbox 1.x content, you may also need 'Widgets Toolbox (Compatibility Support)'."
"Planning a complex or business-critical app? MathWorks Consulting can advise you on design and architecture: https://www.mathworks.com/services/consulting/proven-solutions/software-development-with-matlab.html"
0 commit comments