summaryrefslogblamecommitdiffstats
path: root/qt-ui/usersurvey.h
blob: 55140521e6dd2c42fa2a3afbe7bcd1f04686daa8 (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();
	static QString getVersion();
	static QString getUserAgent();

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

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