QMap::iterator iterGraph; QMap graphs = Model::GraphDAO::getGraphs( db->tmpGetConn(), &error ); graphsCount = graphs.count(); numberOfGraphs->setText( tr("%1 graph(s) found").arg( graphsCount ) ); graphsTable->setRowCount( graphsCount ); nodes = Model::NodeDAO::getListOfNodes(...