QTfrontend/hwform.h
changeset 8328 03684c667664
parent 8318 e2c01fbf36c0
child 8330 aaefa587e277
child 8353 c23bd7ee9a5e
equal deleted inserted replaced
8327:a6f3452f5f94 8328:03684c667664
   126         void UpdateCampaignPage(int index);
   126         void UpdateCampaignPage(int index);
   127         void UpdateCampaignPageProgress(int index);
   127         void UpdateCampaignPageProgress(int index);
   128         void InitCampaignPage();
   128         void InitCampaignPage();
   129         //Starts the transmission process for the feedback
   129         //Starts the transmission process for the feedback
   130         void SendFeedback();
   130         void SendFeedback();
   131         //Make a xml representation of the issue to be created
   131         //Called after submitting new feedback
   132         bool CreateIssueXml();
       
   133         //Called after posting a new issue
       
   134         void finishedSlot(QNetworkReply* reply);
   132         void finishedSlot(QNetworkReply* reply);
   135 
   133 
   136         void NetGameChangeStatus(bool isMaster);
   134         void NetGameChangeStatus(bool isMaster);
   137         void NetGameMaster();
   135         void NetGameMaster();
   138         void NetGameSlave();
   136         void NetGameSlave();
   190         QTime eggTimer;
   188         QTime eggTimer;
   191         BGWidget * wBackground;
   189         BGWidget * wBackground;
   192         QSignalMapper * pageSwitchMapper;
   190         QSignalMapper * pageSwitchMapper;
   193         QByteArray m_lastDemo;
   191         QByteArray m_lastDemo;
   194         QNetworkAccessManager * nam;
   192         QNetworkAccessManager * nam;
   195         QString issueXml;
       
   196 
   193 
   197         QPropertyAnimation *animationNewSlide;
   194         QPropertyAnimation *animationNewSlide;
   198         QPropertyAnimation *animationOldSlide;
   195         QPropertyAnimation *animationOldSlide;
   199         QPropertyAnimation *animationNewOpacity;
   196         QPropertyAnimation *animationNewOpacity;
   200         QPropertyAnimation *animationOldOpacity;
   197         QPropertyAnimation *animationOldOpacity;