QTfrontend/ui/page/pagefeedback.h
changeset 8328 03684c667664
parent 8268 fe4e94311585
child 8330 aaefa587e277
child 8385 9e8924ff9813
equal deleted inserted replaced
8327:a6f3452f5f94 8328:03684c667664
    32         PageFeedback(QWidget * parent = 0);
    32         PageFeedback(QWidget * parent = 0);
    33         void EmbedSystemInfo();
    33         void EmbedSystemInfo();
    34         void LoadCaptchaImage();
    34         void LoadCaptchaImage();
    35 
    35 
    36         QPushButton * BtnSend;
    36         QPushButton * BtnSend;
       
    37         QPushButton * BtnViewInfo;
       
    38         QCheckBox * CheckSendSpecs;
    37         QLineEdit * summary;
    39         QLineEdit * summary;
    38         QTextBrowser * description;
    40         QTextBrowser * description;
    39         QLabel * info;
    41         QLabel * info;
    40         QLabel * label_summary;
    42         QLabel * label_summary;
    41         QLabel * label_description;
    43         QLabel * label_description;
    43         QLabel * label_email;
    45         QLabel * label_email;
    44         QLabel * label_captcha_input;
    46         QLabel * label_captcha_input;
    45         QLineEdit * captcha_code;
    47         QLineEdit * captcha_code;
    46         QLineEdit * email;
    48         QLineEdit * email;
    47         int captchaID;
    49         int captchaID;
       
    50         QString specs;
    48         
    51         
    49     private slots:
    52     private slots:
    50     
    53     
    51         virtual void NetReply(QNetworkReply*);
    54         virtual void NetReply(QNetworkReply*);
       
    55         virtual void ShowSpecs();
    52 
    56 
    53     private:
    57     private:
       
    58         void GenerateSpecs();
    54         QLayout * bodyLayoutDefinition();
    59         QLayout * bodyLayoutDefinition();
    55         QLayout * footerLayoutDefinition();
    60         QLayout * footerLayoutDefinition();
    56         QNetworkAccessManager * GetNetManager();
    61         QNetworkAccessManager * GetNetManager();
    57         void ShowErrorMessage(const QString & msg);
    62         void ShowErrorMessage(const QString & msg);
    58         void connectSignals();
    63         void connectSignals();