OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fZoomBox
(Results
1 - 2
of
2
) sorted by null
/external/skia/debugger/QT/
SkDebuggerGUI.cpp
244
fZoomBox
.setText(QString::number(scaleFactor * 100, 'f', 0).append("%"));
523
fViewStateLayout.addRow("Zoom Level", &
fZoomBox
);
524
fZoomBox
.setText("100%");
525
fZoomBox
.setMinimumSize(QSize(50,25));
526
fZoomBox
.setMaximumSize(QSize(50,25));
527
fZoomBox
.setAlignment(Qt::AlignRight);
528
fZoomBox
.setReadOnly(true);
SkDebuggerGUI.h
286
QLineEdit
fZoomBox
;
Completed in 798 milliseconds