~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to sources/settings.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-07-30 00:00:25 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130730000025-lsj8rjj0brpaj5ve
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
        bool trackRecentlyUsed() const;
234
234
        void setTrackRecentlyUsed(bool on);
235
235
 
 
236
        int recentlyUsedCount() const;
 
237
        void setRecentlyUsedCount(int recentlyUsedCount);
 
238
 
236
239
        QStringList recentlyUsed() const;
237
240
        void setRecentlyUsed(const QStringList& recentlyUsed);
238
241
 
284
287
        QString savePath() const;
285
288
        void setSavePath(const QString& savePath);
286
289
 
 
290
        QSize settingsDialogSize(const QSize& sizeHint) const;
 
291
        void setSettingsDialogSize(const QSize& settingsDialogSize);
 
292
 
287
293
        QSize fontsDialogSize(const QSize& sizeHint) const;
288
294
        void setFontsDialogSize(const QSize& fontsDialogSize);
289
295
 
462
468
    public:
463
469
        static inline bool trackRecentlyUsed() { return false; }
464
470
 
 
471
        static inline int recentlyUsedCount() { return 10; }
 
472
 
465
473
        static inline bool restoreTabs() { return false; }
466
474
        static inline bool restoreBookmarks() { return false; }
467
475
        static inline bool restorePerFileSettings() { return false; }