Dear visitor, welcome to QtForum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
gui state functionality name?
I have a file in which I put in only those functions that have to do with maintaining the state of the gui toolbar buttons and menu items and other things that are enabled/disabled. I seem to think that there is a name for this sort of functionality but cant remember it. I wanted to name my source code file with that name.
Thanks,
sb
Thanks.
RE: gui state functionality name?
Are you maybe referring to design patterns like Model-View-Controller? View would be visual display and formatting, model would be data that view uses, controller used to select views. If your model informs the view of changes, you actually have an observer instead of a view.
-- "Quality is free", quoted from Dr. W. E. Deming