--- a/QTfrontend/ui/page/pagedata.h Mon Dec 23 13:51:51 2013 -0500
+++ b/QTfrontend/ui/page/pagedata.h Mon Dec 23 23:08:40 2013 +0400
@@ -27,6 +27,7 @@
class QNetworkReply;
class QVBoxLayout;
+
class PageDataDownload : public AbstractPage
{
Q_OBJECT
@@ -39,12 +40,14 @@
protected:
QLayout * bodyLayoutDefinition();
+ QLayout * footerLayoutDefinition();
void connectSignals();
private:
DataBrowser *web;
QHash<QNetworkReply*, QProgressBar *> progressBars;
QVBoxLayout *progressBarsLayout;
+ QPushButtonWithSound * pbOpenDir;
bool m_contentDownloaded; ///< true if something was downloaded since last page leave
@@ -54,6 +57,7 @@
void pageDownloaded();
void fileDownloaded();
void downloadProgress(qint64, qint64);
+ void openPackagesDir();
void onPageLeave();
};