--- a/QTfrontend/ui/page/pagefeedback.h Tue Dec 18 20:48:37 2012 +0400
+++ b/QTfrontend/ui/page/pagefeedback.h Fri Jan 04 21:44:40 2013 +0400
@@ -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();