GUI help

Hello all,

 This is not related to OpenGL, but thought ask u people.Whenever we open any window, In the file menu we see the "recently opened files" option. Can anyone please tell me what is the technique used to store these files? Are there any inbuilt functions in Qt for this?

Thank you,
VJ

I think this is what you want:
http://www.trolltech.com/developer/changes/changes-3.0.0.html

here what’s said:
"
Most programs will need to store some settings between runs, for
example, user selected fonts, colors and other preferences, or a list
of recently used files. The new QSettings class provides a platform
independent way to achieve this goal. The API makes it easy to store
and retrieve most of the basic data types used in Qt (such as basic
C++ types, strings, lists, colors, etc). The class uses the registry
on the Windows platform and traditional resource files on Unix.
"

hope this helps

jide

yeah thanks.It did help

-VJ

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.