Changeset View
Changeset View
Standalone View
Standalone View
src/ui/cryptoconfigmodule.h
| Show First 20 Lines • Show All 71 Lines • ▼ Show 20 Line(s) | 63 | public: | |||
|---|---|---|---|---|---|
| 72 | void defaults(); | 72 | void defaults(); | ||
| 73 | void cancel(); | 73 | void cancel(); | ||
| 74 | 74 | | |||
| 75 | Q_SIGNALS: | 75 | Q_SIGNALS: | ||
| 76 | void changed(); | 76 | void changed(); | ||
| 77 | 77 | | |||
| 78 | private: | 78 | private: | ||
| 79 | void init(Layout layout); | 79 | void init(Layout layout); | ||
| 80 | QStringList sortComponentList(const QStringList &components); | 80 | static QStringList sortConfigEntries(const QString *orderBegin, const QString *orderEnd, const QStringList &entries); | ||
| 81 | static QStringList sortComponentList(const QStringList &components); | ||||
| 82 | | ||||
| 83 | public: | ||||
| 84 | static QStringList sortGroupList(const QString &moduleName, const QStringList &groups); | ||||
| 81 | 85 | | |||
| 82 | private: | 86 | private: | ||
| 83 | QGpgME::CryptoConfig *mConfig = nullptr; | 87 | QGpgME::CryptoConfig *mConfig = nullptr; | ||
| 84 | QList<CryptoConfigComponentGUI *> mComponentGUIs; | 88 | QList<CryptoConfigComponentGUI *> mComponentGUIs; | ||
| 85 | }; | 89 | }; | ||
| 86 | 90 | | |||
| 87 | } | 91 | } | ||
| 88 | 92 | | |||
| 89 | #endif | 93 | #endif | ||