Translations:Development/Tutorials/Saving and loading/20/en

From KDE TechBase
Revision as of 07:31, 26 October 2019 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The first thing we are going to do is provide the outward interface for the user so they can tell the application to load and save. Like with the quit action in tutorial 3, we will use KStandardActions. We add the actions in the same way as for the quit action and, for each one, we connect it to the appropriate slot that we declared in the header file.