Home | History | Annotate | Download | only in QT

Lines Matching full:settext

313     fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%"));
343 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType);
396 fInspectorWidget.setText("", SkInspectorWidget::kDetail_TabType);
397 fInspectorWidget.setText("", SkInspectorWidget::kClipStack_TabType);
398 fCurrentCommandBox.setText("");
414 fInspectorWidget.setText(info, SkInspectorWidget::kDetail_TabType);
417 fCurrentCommandBox.setText(QString::number(currentRow));
466 fActionOpen.setText("Open");
473 fActionBreakpoint.setText("Breakpoints");
480 fActionCancel.setText("Clear Filter");
483 fActionClearBreakpoints.setText("Clear Breakpoints");
486 fActionClearDeletes.setText("Clear Deletes");
489 fActionClose.setText("Exit");
492 fActionCreateBreakpoint.setText("Set Breakpoint");
495 fActionDelete.setText("Delete Command");
498 fActionDirectory.setText("Directory");
504 fActionProfile.setText("Profile");
512 fActionInspector.setText("Inspector");
519 fActionSettings.setText("Settings");
526 fActionPlay.setText("Play");
534 fActionPause.setText("Pause");
541 fActionRewind.setText("Rewind");
544 fActionSave.setText("Save");
547 fActionSaveAs.setText("Save As");
551 fActionShowDeletes.setText("Deleted Commands");
559 fActionStepBack.setText("Step Back");
566 fActionStepForward.setText("Step Forward");
569 fActionZoomIn.setText("Zoom In");
571 fActionZoomOut.setText("Zoom Out");
596 fZoomBox.setText("100%");
602 fCommandHitBox.setText("0");
608 fCurrentCommandBox.setText("0");
701 fActionGoToLine.setText("Go to Line...");
827 fInspectorWidget.setText(overview.c_str(), SkInspectorWidget::kOverview_TabType);
863 fCommandHitBox.setText(QString::number(newHit));