X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvRegisterForm.h;h=ab41f39018634b5dd7336c7b21606c3374171c48;hb=1865f86b7420682f57e160c911cfebabbfaa8375;hp=72bec2a61f274eb082687d28fc0ace8c5cda332f;hpb=fdc1613169b9725128ad19aaa4c4a5c39f2920d7;p=clitk.git diff --git a/vv/vvRegisterForm.h b/vv/vvRegisterForm.h index 72bec2a..ab41f39 100644 --- a/vv/vvRegisterForm.h +++ b/vv/vvRegisterForm.h @@ -20,16 +20,16 @@ #include "ui_vvRegisterForm.h" #include +#include #include class vvRegisterForm : public QDialog, private Ui::vvRegisterForm { Q_OBJECT public: - vvRegisterForm(QUrl url); + vvRegisterForm(QUrl url, QString path, QSettings::Format format); void sendData(); ~vvRegisterForm() {} - //return true only if first time virtual bool canPush(); virtual void acquitPushed(); public slots: @@ -37,6 +37,7 @@ public slots: virtual void show(); protected: QUrl url; + QSettings settings; QNetworkAccessManager* manager; };