QTfrontend/ui/page/pagefeedback.h
branchflibqtfrontend
changeset 8363 0b4ac686fc44
parent 8328 03684c667664
child 8330 aaefa587e277
child 8385 9e8924ff9813
--- 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();