Home | History | Annotate | Download | only in src

Lines Matching full:zoom

73 //the minimum zoom value to start displaying the values in the grid
1945 vect_QActions[4] = new QAction(QIcon(":/zoom_x1-icon"), "Zoom x1 (CTRL+P)", this);
1949 vect_QActions[5] = new QAction(QIcon(":/imgRegion-icon"), tr("Zoom x%1 (see label) (CTRL+X)").arg(threshold_zoom_img_region), this);
1953 vect_QActions[6] = new QAction(QIcon(":/zoom_in-icon"), "Zoom in (CTRL++)", this);
1957 vect_QActions[7] = new QAction(QIcon(":/zoom_out-icon"), "Zoom out (CTRL+-)", this);
2097 //control plus (Z, +, -, up, down, left, right) are used for zoom/panning functions
2709 //in mode zoom/panning
2744 //after check top-left, bottom right corner to avoid getting "out" during zoom/panning
2788 //factor is -0.5 (zoom out) or 0.5 (zoom in)
2794 //limit zoom out ---
2802 //limit zoom int ---
2815 //display new zoom
2817 centralWidget->displayStatusBar(tr("Zoom: %1%").arg(param_matrixWorld.m11()*100),1000);