Home
last modified time | relevance | path

Searched refs:yesText (Results 1 – 25 of 37) sorted by relevance

12

/dports/audio/cantata/cantata-2.4.2/support/
H A Dmessagebox.h44 …const GuiItem &yesText=StdGuiItem::yes(), const GuiItem &noText=StdGuiItem::no(), bool showCancel=…
45 …, const QString &message, const QString &title=QString(), const GuiItem &yesText=StdGuiItem::yes()…
46 return questionYesNoCancel(parent, message, title, yesText, noText, false);
49 … const GuiItem &yesText=StdGuiItem::yes(), const GuiItem &noText=StdGuiItem::no()) {
50 return questionYesNoCancel(parent, message, title, yesText, noText, true, true);
52 …, const QString &message, const QString &title=QString(), const GuiItem &yesText=StdGuiItem::yes()…
53 return questionYesNoCancel(parent, message, title, yesText, noText, false, true);
H A Dmessagebox.cpp86 … const GuiItem &yesText, const GuiItem &noText, bool showCancel, bool isWarning) in questionYesNoCancel() argument
102 if (!yesText.text.isEmpty()) { in questionYesNoCancel()
104 btn->setText(yesText.text); in questionYesNoCancel()
105 btn->setIcon(!yesText.icon.isEmpty() && btnIcons ? Icon::get(yesText.icon) : QIcon()); in questionYesNoCancel()
/dports/sysutils/polkit-qt/polkit-qt-1-0.114.0/gui/
H A Dpolkitqt1-gui-action.cpp66 QString yesText; member in PolkitQt1::Gui::Action::Private
184 qobject_cast<QAction *>(parent)->setText(yesText); in updateAction()
260 d->yesText = text; in setText()
268 d->yesText = text; in setText()
278 return d->yesText; in text()
/dports/www/grafana8/grafana-8.3.6/public/app/core/services/
H A DModalManager.ts54 yesText = 'Yes',
59 confirmText: yesText,
/dports/editors/ted/Ted-2.23/appFrame/
H A DappQuestionMotif.c128 const char * yesText, in appQuestionMakeYesNoCancelRow() argument
140 appMakeButtonInRow( &(qc->qcYesButton), buttonRow, yesText, in appQuestionMakeYesNoCancelRow()
188 const char * yesText, in appQuestionMakeYesNoRow() argument
199 appMakeButtonInRow( &(qc->qcYesButton), buttonRow, yesText, in appQuestionMakeYesNoRow()
322 const char * yesText ) in appQuestionChangeYesText() argument
323 { appGuiChangeButtonText( qc->qcYesButton, yesText ); } in appQuestionChangeYesText()
/dports/x11-toolkits/kproperty/kproperty-3.2.0/src/editors/
H A Dbooledit.cpp124 : yesText( stateName(TrueIndex, QLocale(), prop) ) in Private()
129 QString yesText; member in KPropertyBoolEditor::Private
199 v.toBool() ? d->yesText : d->noText, false /*2state*/); in paintEvent()
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/
H A DAlertTabCtrl.ts241 yesText: 'Delete',
442 yesText: 'Delete',
493 yesText: 'Yes',
H A DNotificationsListPage.tsx36 yesText: 'Delete',
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/qml/
H A DYesNoPanel.qml6 property alias yesText: yesButton.text
H A DPathListDelegate.qml115 yesText: qsTr("Remove")
H A DAddOnsDelegate.qml118 yesText: qsTr("Remove")
H A DCatalogDelegate.qml139 yesText: qsTr("Remove")
H A DAircraftDownloadPanel.qml195 yesText: qsTr("Uninstall")
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dksmessagebox.cpp177 const QString &yesText, const QString &noText) in questionYesNo() argument
185 QPushButton *yesButton = new QPushButton(yesText, this); in questionYesNo()
H A Dksmessagebox.h36 …bool defaultToYes = true, const QString &yesText = i18n("Yes"), const QString &noText = i18n("No")…
/dports/www/grafana8/grafana-8.3.6/public/app/types/
H A Devents.ts37 yesText?: string; property
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DFolderSettingsPage.0e38943fa459e872fe93.js.map1yesText: 'Delete',\n onConfirm: () => {\n this.props.deleteFolder(this.props.folde…
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/utils/
H A Dpanel.ts41 yesText: 'Remove',
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/canvas/editor/
H A DLayerElementListEditor.tsx148 yesText: 'Decouple',
186 yesText: 'Delete',
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dpolkitqt.py103 def yesText(self): member in PolkitQt.Action
/dports/www/grafana8/grafana-8.3.6/public/app/features/folders/
H A DFolderSettingsPage.tsx75 yesText: 'Delete',
/dports/www/grafana8/grafana-8.3.6/public/app/features/explore/RichHistory/
H A DRichHistorySettings.tsx69 yesText: 'Delete',
H A DRichHistoryCard.tsx200 yesText: 'Delete',
/dports/www/grafana8/grafana-8.3.6/public/app/features/datasources/settings/
H A DDataSourceSettingsPage.tsx115 yesText: 'Delete',
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/mysql/
H A Dquery_ctrl.ts165 yesText: 'Switch',

12