MCPcopy Create free account
hub / github.com/YACReader/yacreader / ApiKeyDialog

Class ApiKeyDialog

YACReaderLibrary/comic_vine/api_key_dialog.h:10–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class QSettings;
9
10class ApiKeyDialog : public QDialog
11{
12 Q_OBJECT
13public:
14 explicit ApiKeyDialog(QWidget *parent = nullptr);
15 ~ApiKeyDialog() override;
16signals:
17
18public slots:
19
20protected slots:
21 void enableAccept(const QString &text);
22 void saveApiKey();
23
24protected:
25 QPushButton *acceptButton;
26 QPushButton *cancelButton;
27 QLineEdit *edit;
28 QSettings *settings;
29};
30
31#endif // API_KEY_DIALOG_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected