X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvRegisterForm.h;h=ab41f39018634b5dd7336c7b21606c3374171c48;hb=706d7e2dc69e12b3823cfae2f3be3f903e4d3c80;hp=10c57708d98340c1165830fc239788caee8640da;hpb=8e0671d3fff58c9232517f0b91cc0d1d3d3821ed;p=clitk.git diff --git a/vv/vvRegisterForm.h b/vv/vvRegisterForm.h index 10c5770..ab41f39 100644 --- a/vv/vvRegisterForm.h +++ b/vv/vvRegisterForm.h @@ -20,22 +20,24 @@ #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: virtual void accept(); + virtual void show(); protected: QUrl url; + QSettings settings; QNetworkAccessManager* manager; };