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 | 81 | | |||
| 81 | private: | 82 | private: | ||
| 82 | QGpgME::CryptoConfig *mConfig = nullptr; | 83 | QGpgME::CryptoConfig *mConfig = nullptr; | ||
| 83 | QList<CryptoConfigComponentGUI *> mComponentGUIs; | 84 | QList<CryptoConfigComponentGUI *> mComponentGUIs; | ||
| 84 | }; | 85 | }; | ||
| 85 | 86 | | |||
| 86 | } | 87 | } | ||
| 87 | 88 | | |||
| 88 | #endif | 89 | #endif | ||