QTfrontend/ui/page/pagedrawmap.cpp
changeset 10700 a979c857d8c5
parent 10235 bafca1686867
child 11046 47a8c19ecb60
equal deleted inserted replaced
10699:3d1eb6a66ba7 10700:a979c857d8c5
    43 
    43 
    44     rbPolyline->setChecked(true);
    44     rbPolyline->setChecked(true);
    45 
    45 
    46     pbClear = addButton(tr("Clear"), pageLayout, 5, 0);
    46     pbClear = addButton(tr("Clear"), pageLayout, 5, 0);
    47     pbOptimize = addButton(tr("Optimize"), pageLayout, 6, 0);
    47     pbOptimize = addButton(tr("Optimize"), pageLayout, 6, 0);
       
    48     pbOptimize->setVisible(false);
    48     pbLoad = addButton(tr("Load"), pageLayout, 7, 0);
    49     pbLoad = addButton(tr("Load"), pageLayout, 7, 0);
    49     pbSave = addButton(tr("Save"), pageLayout, 8, 0);
    50     pbSave = addButton(tr("Save"), pageLayout, 8, 0);
    50 
    51 
    51     drawMapWidget = new DrawMapWidget(this);
    52     drawMapWidget = new DrawMapWidget(this);
    52     pageLayout->addWidget(drawMapWidget, 0, 1, 10, 1);
    53     pageLayout->addWidget(drawMapWidget, 0, 1, 10, 1);