X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fstardict%2FStarDialog.h;h=aef9986d8fddf0ef89d4ce59e545bf225bfb0e69;hb=34f8c22d8c25a1c46cb4278814443443ac82909c;hp=babd8c03392bd6f840f93cd3207bc7975ee5d118;hpb=83e95b272e7a38e986577a485de04d8841e047cc;p=mdictionary diff --git a/src/plugins/stardict/StarDialog.h b/src/plugins/stardict/StarDialog.h index babd8c0..aef9986 100644 --- a/src/plugins/stardict/StarDialog.h +++ b/src/plugins/stardict/StarDialog.h @@ -18,9 +18,8 @@ Copyright 2010 Comarch S.A. *******************************************************************************/ - /*! - \file XdxfDialog.cpp + \file StarDialog.h \author Mateusz Półrola */ @@ -79,9 +78,11 @@ Q_SIGNALS: void notify(Notify::NotifyType, QString); public Q_SLOTS: - //! Reimplemented accept method, to check if all necessary fields in - //! dialog are correct e. g. dictionary file path - //! and saves new settings + /*! + Reimplemented accept method, to check if all necessary fields in + dialog are correct e. g. dictionary file path + and saves new settings + */ void accept(); private Q_SLOTS: @@ -89,10 +90,13 @@ private Q_SLOTS: void selectFile(); private: + //! create a user interface void initializeUI(); //! saves new settings after acceptance of dialog void saveSettings(); + + //! check that files is compressed bool checkFiles(); QLabel* infoLabel;