Home
last modified time | relevance | path

Searched refs:fZoomBox (Results 1 – 2 of 2) sorted by relevance

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp244 fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%")); in actionScale()
524 fViewStateLayout.addRow("Zoom Level", &fZoomBox); in setupUi()
525 fZoomBox.setText("100%"); in setupUi()
526 fZoomBox.setMinimumSize(QSize(50,25)); in setupUi()
527 fZoomBox.setMaximumSize(QSize(50,25)); in setupUi()
528 fZoomBox.setAlignment(Qt::AlignRight); in setupUi()
529 fZoomBox.setReadOnly(true); in setupUi()
DSkDebuggerGUI.h286 QLineEdit fZoomBox; variable