contactengine/mainwindow.cpp
changeset 37 1ced6e446fd4
parent 34 93c5a58496b6
--- a/contactengine/mainwindow.cpp	Thu Aug 19 19:21:12 2010 -0700
+++ b/contactengine/mainwindow.cpp	Mon Aug 23 17:07:32 2010 +0100
@@ -31,7 +31,7 @@
     this->details = new DetailsGV(this,ui->graphicsView);
     connect(this->details,SIGNAL(closeMe()),this,SLOT(close()));
     connect(this->details,SIGNAL(backToList()),this, SLOT(displayList()));
-
+    connect(ui->listView, SIGNAL(clicked(QModelIndex)),this, SLOT(displayDetails()));
     ui->stackedWidget->setCurrentIndex(MainWindow::EListPage);
 
 }