QTfrontend/pagedata.cpp
changeset 6009 14f6fc9869f2
parent 5769 09aca6e1317a
child 6042 8b5345758f62
--- a/QTfrontend/pagedata.cpp	Sat Sep 24 04:53:53 2011 +0200
+++ b/QTfrontend/pagedata.cpp	Sat Sep 24 16:22:10 2011 +0200
@@ -41,7 +41,6 @@
     pageLayout->setColumnStretch(1, 1);
     pageLayout->setColumnStretch(2, 1);
 
-    BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true);
 
     web = new DataBrowser(this);
     connect(web, SIGNAL(anchorClicked(QUrl)), this, SLOT(request(const QUrl&)));
@@ -52,6 +51,10 @@
     pageLayout->addLayout(progressBarsLayout, 1, 0, 1, 3);
 
     fetchList();
+
+
+    BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true);
+    connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
 }
 
 void PageDataDownload::request(const QUrl &url)