Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp398 fCurrentCommandBox.setText(""); in updateDrawCommandInfo()
417 fCurrentCommandBox.setText(QString::number(currentRow)); in updateDrawCommandInfo()
607 fViewStateLayout.addRow("Current Command", &fCurrentCommandBox); in setupUi()
608 fCurrentCommandBox.setText("0"); in setupUi()
609 fCurrentCommandBox.setMinimumSize(QSize(50,25)); in setupUi()
610 fCurrentCommandBox.setMaximumSize(QSize(50,25)); in setupUi()
611 fCurrentCommandBox.setAlignment(Qt::AlignRight); in setupUi()
612 fCurrentCommandBox.setReadOnly(true); in setupUi()
DSkDebuggerGUI.h286 QLineEdit fCurrentCommandBox; variable