Home
last modified time | relevance | path

Searched refs:rightLabel (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/commons/javafx/mainwindow/bottom/
H A DStatusBar.java26 private Label rightLabel = new Label(); field in StatusBar
43 rightLabel.setPrefWidth(150); in StatusBar()
44 rightLabel.setAlignment(Pos.CENTER_RIGHT); in StatusBar()
45 rightLabel.setFont(new Font(14)); in StatusBar()
47 AnchorPane.setTopAnchor(rightLabel, 2.); in StatusBar()
48 AnchorPane.setRightAnchor(rightLabel, 12.); in StatusBar()
49 AnchorPane.setBottomAnchor(rightLabel, 2.); in StatusBar()
50 root.getChildren().add(rightLabel); in StatusBar()
69 return rightLabel; in getRightLabel()
/dports/textproc/link-grammar/link-grammar-5.8.0/bindings/java/org/linkgrammar/
H A DLink.java25 private String label, leftLabel, rightLabel; field in Link
61 return rightLabel; in getRightLabel()
63 public void setRightLabel(String rightLabel) in setRightLabel() argument
65 this.rightLabel = rightLabel; in setRightLabel()
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dvalueslider.cpp45 rightLabel = new QLabel(this); in ValueSlider()
46 rightLabel->setAlignment(Qt::AlignRight | Qt::AlignVCenter); in ValueSlider()
47 layout->addWidget(rightLabel, 2, 2, 1, 1); in ValueSlider()
61 rightLabel->setText(QString()); in setValues()
72 rightLabel->setText(enc.high); in setValues()
H A Dvalueslider.h51 QLabel *rightLabel; variable
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/
H A DFilteredList.java126 Label rightLabel = (Label) right; in compare() local
132 .compareToIgnoreCase(rightLabel.string) in compare()
133 : leftLabel.string.compareTo(rightLabel.string); in compare()
136 .compare(leftLabel.string, rightLabel.string); in compare()
144 return (rightLabel.image == null) ? 0 : -1; in compare()
145 } else if (rightLabel.image == null) { in compare()
149 - fImages.indexOf(rightLabel.image); in compare()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Draw-editor.c81 GtkWidget *leftLabel, *rightLabel; member
488 SetLabelText(GTK_LABEL(rec->rightLabel), _("Buffer saved to %s."), path); in buffer_io_cb()
717 if(err==0) SetLabelText(GTK_LABEL(rec->rightLabel), in button_cb()
725 SetLabelText(GTK_LABEL(rec->rightLabel), in button_cb()
728 else SetLabelText(GTK_LABEL(rec->rightLabel), in button_cb()
743 { SetLabelText(GTK_LABEL(rec->rightLabel), in button_cb()
759 SetLabelText(GTK_LABEL(rec->rightLabel), in button_cb()
781 { SetLabelText(GTK_LABEL(rec->rightLabel), in button_cb()
795 SetLabelText(GTK_LABEL(rec->rightLabel), in button_cb()
857 SetLabelText(GTK_LABEL(rec->rightLabel), _("Showing sample %d (of %d)."), in action_cb()
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/
H A DL1R1ButtonPanel.java71 public L1R1ButtonPanel(final String leftLabel, final String rightLabel) { in L1R1ButtonPanel() argument
75 this.right = new JButton(rightLabel); in L1R1ButtonPanel()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/
H A DMainProgram.java171 Label rightLabel = mainWindow.getBottomArea().getStatusBar().getRightLabel(); in bottomBarUpdate()
172 rightLabel.setPrefWidth(550d); in bottomBarUpdate()
183 Platform.runLater(() -> rightLabel.setText(string)); in bottomBarUpdate()
188 Platform.runLater(() -> rightLabel.setText("")); in bottomBarUpdate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/
H A DFilteredList.java187 Label rightLabel = (Label) right; in compare() local
190 value = labelIgnoreCase ? leftLabel.string.compareToIgnoreCase(rightLabel.string) in compare()
191 : leftLabel.string.compareTo(rightLabel.string); in compare()
193 value = fComparator.compare(leftLabel.string, rightLabel.string); in compare()
200 return (rightLabel.image == null) ? 0 : -1; in compare()
201 } else if (rightLabel.image == null) { in compare()
204 return fImages.indexOf(leftLabel.image) - fImages.indexOf(rightLabel.image); in compare()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/transcoding/
H A DTranscodingPropertySliderWidget.cpp70 QLabel *rightLabel = new QLabel( m_property.endLabels().at( 1 ), this ); in PropertySliderWidget() local
71 rightLabel->setAlignment( Qt::AlignRight | Qt::AlignVCenter ); in PropertySliderWidget()
72 secondaryBotLayout->addWidget( rightLabel, 1 ); in PropertySliderWidget()
/dports/editors/ted/Ted-2.23/appFrame/
H A DguiToolUtil.c29 const char * rightLabel, in guiToolMake2BottonRow() argument
45 appMakeButtonInRow( &rightButton, row, rightLabel,rightCallback, through, in guiToolMake2BottonRow()
62 const char * rightLabel, in guiToolMake3ButtonRow() argument
82 appMakeButtonInRow( &rightButton, row, rightLabel,rightCallback, through, in guiToolMake3ButtonRow()
H A DguiToolUtil.h31 const char * rightLabel,
43 const char * rightLabel,
/dports/audio/nas/nas-1.9.4/clients/audio/auedit/
H A DAuedit.ad83 Auedit*rightLabel.label: End
84 Auedit*rightLabel.fromHoriz: durationTime
85 Auedit*rightLabel.fromVert: graph
86 Auedit*rightLabel.borderWidth: 0
88 Auedit*rightTime.fromVert: rightLabel
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A Dqt_tm_widget.cpp136 rightLabel= new QLabel (qt_translate ("Booting"), mw); in qt_tm_widget_rep()
138 rightLabel->setFrameStyle (QFrame::NoFrame); in qt_tm_widget_rep()
140 bar->addPermanentWidget (rightLabel); in qt_tm_widget_rep()
441 rightLabel->setFont(f); in update_visibility()
555 rightLabel->setText (to_qstring (msg)); in send()
556 rightLabel->update (); in send()
570 mainwindow()->statusBar()->removeWidget (rightLabel); in send()
577 mainwindow()->statusBar()->addPermanentWidget (rightLabel); in send()
579 rightLabel->show(); in send()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DResourceCompareInput.java406 String rightLabel= fRightResource.getName(); in prepareInput() local
412 title= MessageFormat.format(format, ancestorLabel, leftLabel, rightLabel); in prepareInput()
415 title= MessageFormat.format(format, leftLabel, rightLabel); in prepareInput()
440 String rightLabel= fRightResource.getFullPath().makeRelative().toString(); in getToolTipText() local
444 return MessageFormat.format(format, ancestorLabel, leftLabel, rightLabel); in getToolTipText()
447 return MessageFormat.format(format, leftLabel, rightLabel); in getToolTipText()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dsqlcompareview.cpp55 rightLabel = label; in setRightLabel()
103 setHorizontalHeaderLabels({leftLabel, rightLabel}); in updateLabels()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DLeftRightToggleButton.java75 public LeftRightToggleButton(String leftLabel, String rightLabel, in LeftRightToggleButton() argument
82 right_.setInnerText(rightLabel); in LeftRightToggleButton()
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoPageLayoutWidget.cpp60 int width = qMax(d->widget.leftLabel->width(), d->widget.rightLabel->width()); in KoPageLayoutWidget()
63 width = qMax(width, qMax(d->widget.leftLabel->width(), d->widget.rightLabel->width())); in KoPageLayoutWidget()
189 d->widget.rightLabel->setText(i18n("Right Edge:")); in facingPagesChanged()
193 d->widget.rightLabel->setText(i18n("Page Edge:")); in facingPagesChanged()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/widgets/
H A DKoPageLayoutWidget.cpp61 int width = qMax(d->widget.leftLabel->width(), d->widget.rightLabel->width()); in KoPageLayoutWidget()
64 width = qMax(width, qMax(d->widget.leftLabel->width(), d->widget.rightLabel->width())); in KoPageLayoutWidget()
190 d->widget.rightLabel->setText(i18n("Right Edge:")); in facingPagesChanged()
194 d->widget.rightLabel->setText(i18n("Page Edge:")); in facingPagesChanged()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoPageLayoutWidget.cpp60 int width = qMax(d->widget.leftLabel->width(), d->widget.rightLabel->width()); in KoPageLayoutWidget()
63 width = qMax(width, qMax(d->widget.leftLabel->width(), d->widget.rightLabel->width())); in KoPageLayoutWidget()
189 d->widget.rightLabel->setText(i18n("Right Edge:")); in facingPagesChanged()
193 d->widget.rightLabel->setText(i18n("Page Edge:")); in facingPagesChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/find_bar/
H A Dfind_bar_view.mm186 // Adds |rightLabel| as right view of the |textField|.
187 - (void)addLabel:(UILabel*)rightLabel
192 [rightView addSubview:rightLabel];
194 rightLabel, rightView,
/dports/science/jstrack/jstrack/extlib/tcllib1.19/javascript/
H A Djavascript.tcl200 rightLabel rightValueList rightNameList {length 8} {minWidth 32}} {
208 $leftLabel "</th><th></th><th>" $rightLabel "</th></tr>\n<tr>"
/dports/devel/tcllib/tcllib-1.20/modules/javascript/
H A Djavascript.tcl200 rightLabel rightValueList rightNameList {length 8} {minWidth 32}} {
208 $leftLabel "</th><th></th><th>" $rightLabel "</th></tr>\n<tr>"
/dports/devel/tcllibc/tcllib-1.20/modules/javascript/
H A Djavascript.tcl200 rightLabel rightValueList rightNameList {length 8} {minWidth 32}} {
208 $leftLabel "</th><th></th><th>" $rightLabel "</th></tr>\n<tr>"
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Classification/Linear/
H A DDecisionStump.php251 $rightLabel = $this->binaryLabels[1];
257 $predicted = $rightLabel;

12345678910>>...15