15 #include <QMessageBox>
20 #include "collectable.hpp"
22 #include "oauthloginquery.hpp"
23 #include "wlquery.hpp"
24 #include "apiquery.hpp"
25 #include "configuration.hpp"
36 RetrievingGlobalConfig,
38 RetrievingLocalConfig,
61 explicit Login(QWidget *parent = 0);
71 void on_ButtonOK_clicked();
72 void on_ButtonExit_clicked();
74 void on_pushButton_clicked();
75 void on_Language_currentIndexChanged(
const QString &arg1);
100 void RetrieveWhitelist();
105 void DeveloperMode();
106 void DisplayError(QString message);
void Progress(const int progress)
Window that is displayed as first when huggle is started.
void RetrieveGlobalConfig()
void CancelLogin()
Cancel currently running login attempt.
void Reset()
Reset the interface to default.
void Enable()
Enable parts of interface.
void RetrieveLocalConfig()
void RetrievePrivateConfig()
bool ProcessOutput()
This function make sure that login result is done.
QString Token
The token obtained from login.
This class can be used to execute any kind of api query on any wiki.