Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 337 → Rev 336

/QMK-Groundstation/trunk/Forms/dlg_Map.cpp
22,6 → 22,10
{
setupUi(this);
 
// Kartenwahl ausschalten
//lb_Maps->setVisible(false);
//cb_Maps->setVisible(false);
 
cb_Maps->removeItem(5);
cb_Maps->removeItem(4);
cb_Maps->removeItem(3);
64,6 → 68,7
o_Map->addLayer(o_Route);
 
o_Map->setZoom(17);
// o_Map->setView(QPointF(13.85615670,52.50787020));
o_Map->setView(QPointF(13.5,52.5));
 
connect(o_Map, SIGNAL(mouseEventCoordinate(const QMouseEvent*, const QPointF)), this, SLOT(slot_Click(const QMouseEvent*, const QPointF)));