Home | History | Annotate | Download | only in QT

Lines Matching full:settext

38     fVisibleText.setText("Visibility Filter");
51 fCanvasToggle.setText("Render Targets");
55 fRasterLabel.setText("Raster: ");
59 fPathOpsLabel.setText("PathOps: ");
65 fOverdrawVizLabel.setText(" Overdraw Viz: ");
69 fMegaVizLabel.setText(" Mega Viz: ");
74 fGLLabel.setText("OpenGL: ");
143 fCommandToggle.setText("Command Scrolling Preferences");
147 fCurrentCommandLabel.setText("Current Command: ");
150 fCurrentCommandBox.setText("0");
161 fCommandHitLabel.setText("Command HitBox: ");
164 fCommandHitBox.setText("0");
180 fZoomSetting.setText("Zoom Level: ");
185 fZoomBox.setText("100%");
208 fCurrentCommandBox.setText(QString::number(newCommand));
212 fCommandHitBox.setText(QString::number(newHit));
216 fZoomBox.setText(QString::number(scale*100, 'f', 0).append("%"));