Form field manager (beginnings)

This commit is contained in:
Jakub Melka
2020-04-22 20:00:44 +02:00
parent b654ce463a
commit d16e2a2c02
15 changed files with 499 additions and 3 deletions

View File

@ -70,7 +70,8 @@ public:
ColorManagementSystemSettings,
SecuritySettings,
UISettings,
SpeechSettings
SpeechSettings,
FormSettings
};
const PDFViewerSettings::Settings& getSettings() const { return m_settings; }