--- a/QTfrontend/ui/page/pagefeedback.h Tue Dec 25 01:13:07 2012 +0100
+++ b/QTfrontend/ui/page/pagefeedback.h Tue Dec 25 02:30:00 2012 +0100
@@ -34,6 +34,8 @@
void LoadCaptchaImage();
QPushButton * BtnSend;
+ QPushButton * BtnViewInfo;
+ QCheckBox * CheckSendSpecs;
QLineEdit * summary;
QTextBrowser * description;
QLabel * info;
@@ -45,12 +47,15 @@
QLineEdit * captcha_code;
QLineEdit * email;
int captchaID;
+ QString specs;
private slots:
virtual void NetReply(QNetworkReply*);
+ virtual void ShowSpecs();
private:
+ void GenerateSpecs();
QLayout * bodyLayoutDefinition();
QLayout * footerLayoutDefinition();
QNetworkAccessManager * GetNetManager();