Lines Matching refs:setText

244     fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%"));  in actionScale()
274 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType); in drawComplete()
332 fInspectorWidget.setText("", SkInspectorWidget::kDetail_TabType); in updateDrawCommandInfo()
333 fInspectorWidget.setText("", SkInspectorWidget::kClipStack_TabType); in updateDrawCommandInfo()
334 fCurrentCommandBox.setText(""); in updateDrawCommandInfo()
350 fInspectorWidget.setText(info, SkInspectorWidget::kDetail_TabType); in updateDrawCommandInfo()
353 fCurrentCommandBox.setText(QString::number(currentRow)); in updateDrawCommandInfo()
402 fActionOpen.setText("Open"); in setupUi()
409 fActionBreakpoint.setText("Breakpoints"); in setupUi()
416 fActionCancel.setText("Clear Filter"); in setupUi()
419 fActionClearBreakpoints.setText("Clear Breakpoints"); in setupUi()
422 fActionClearDeletes.setText("Clear Deletes"); in setupUi()
425 fActionClose.setText("Exit"); in setupUi()
428 fActionCreateBreakpoint.setText("Set Breakpoint"); in setupUi()
431 fActionDelete.setText("Delete Command"); in setupUi()
434 fActionDirectory.setText("Directory"); in setupUi()
441 fActionInspector.setText("Inspector"); in setupUi()
448 fActionSettings.setText("Settings"); in setupUi()
455 fActionPlay.setText("Play"); in setupUi()
463 fActionPause.setText("Pause"); in setupUi()
470 fActionRewind.setText("Rewind"); in setupUi()
473 fActionSave.setText("Save"); in setupUi()
476 fActionSaveAs.setText("Save As"); in setupUi()
480 fActionShowDeletes.setText("Deleted Commands"); in setupUi()
488 fActionStepBack.setText("Step Back"); in setupUi()
495 fActionStepForward.setText("Step Forward"); in setupUi()
498 fActionZoomIn.setText("Zoom In"); in setupUi()
500 fActionZoomOut.setText("Zoom Out"); in setupUi()
525 fZoomBox.setText("100%"); in setupUi()
531 fCommandHitBox.setText("0"); in setupUi()
537 fCurrentCommandBox.setText("0"); in setupUi()
625 fActionGoToLine.setText("Go to Line..."); in setupUi()
766 fInspectorWidget.setText(overview.c_str(), SkInspectorWidget::kOverview_TabType); in setupOverviewText()
802 fCommandHitBox.setText(QString::number(newHit)); in updateHit()