summaryrefslogblamecommitdiffstats
path: root/qt-ui/usersurvey.h
blob: 8dacb7bb8e14602dbb9603135f460cbef06ec83c (plain) (tree)
1
2
3
4
5
6


                    
                            














                                                 
                               

                           
                   
                      
#ifndef USERSURVEY_H
#define USERSURVEY_H

#include <QDialog>
class QNetworkAccessManager;
class QNetworkReply;

namespace Ui {
	class UserSurvey;
}

class UserSurvey : public QDialog {
	Q_OBJECT

public:
	explicit UserSurvey(QWidget *parent = 0);
	~UserSurvey();

private
slots:
	void on_buttonBox_accepted();
	void on_buttonBox_rejected();
	void requestReceived();

private:
	Ui::UserSurvey *ui;
	QString os;
};
#endif // USERSURVEY_H