17 #ifndef QVGOOGLECALENDAR_H
18 #define QVGOOGLECALENDAR_H
24 #include <QNetworkReply>
25 #include <QNetworkAccessManager>
26 #include "../qvelement.h"
30 QString summary, location;
47 void onDataReceived(QNetworkReply*);
48 void getAccessToken();
52 QNetworkAccessManager *network_manager;
54 QSettings *registry_settings;
57 QString next_sync_token, next_page_token;
58 int refresh_value, refresh_counter;
62 QMap<QString,calendar_entry> entries;
65 QList<QLabel*> w_summary, w_date, w_location;
68 void do_getEventList(
bool);
69 void showCalendarEvents();
71 static const int padding = 8;
77 #endif // QVGOOGLECALENDAR_H
Definition: qvgooglecalendar.h:28
Definition: qvelement.h:34
void resizeEvent(QResizeEvent *)
Definition: qvgooglecalendar.cpp:334
Definition: qvgooglecalendar.h:35
QString container
Definition: qvelement.h:73