Borrar filtros
Borrar filtros

Matlab gui how to add "about" information field

4 visualizaciones (últimos 30 días)
Daniel
Daniel el 10 de Jun. de 2016
Comentada: Daniel el 13 de Jun. de 2016
Hi. I've created a gui and i would like to add an "about" button/tab/whatever which will look like most product do. It will hold the name of the project, creator, version and so on. Any suggestions?

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 11 de Jun. de 2016
Daniel - you could use one of the pre-defined dialogs or you could create your own (which could just be a simple GUI that has some text and a button).
If using a pre-defined dialog, the message dialog may be sufficient for your needs:
msgbox({'Project X', 'Version 42.0', 'Author: me'},'About My App','help')
  1 comentario
Daniel
Daniel el 13 de Jun. de 2016
Thanks. i created a menu, created a field 'about' and then used your suggestion. Thank you!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by