Home
last modified time | relevance | path

Searched refs:acceptLabel (Results 1 – 25 of 90) sorted by relevance

1234

/dports/deskutils/plasma5-xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5/src/
H A Dfilechooser.cpp207 const QString acceptLabel = ExtractAcceptLabel(options); in OpenFile() local
240 if (!acceptLabel.isEmpty()) { in OpenFile()
241 m_mobileFileDialog->setAcceptLabel(acceptLabel); in OpenFile()
276 …fileDialog->m_fileWidget->okButton()->setText(!acceptLabel.isEmpty() ? acceptLabel : i18n("Open")); in OpenFile()
357 const QString acceptLabel = ExtractAcceptLabel(options); in SaveFile() local
395 if (!acceptLabel.isEmpty()) { in SaveFile()
396 m_mobileFileDialog->setAcceptLabel(acceptLabel); in SaveFile()
445 if (!acceptLabel.isEmpty()) { in SaveFile()
446 fileDialog->m_fileWidget->okButton()->setText(acceptLabel); in SaveFile()
558 QString acceptLabel; in ExtractAcceptLabel() local
[all …]
/dports/deskutils/plasma5-xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5/src/kirigami-filepicker/declarative/
H A Dfilechooserqmlcallback.h21 Q_PROPERTY(QString acceptLabel READ acceptLabel WRITE setAcceptLabel NOTIFY acceptLabelChanged)
48 QString acceptLabel() const;
49 void setAcceptLabel(const QString &acceptLabel);
H A Dfilechooserqmlcallback.cpp94 QString FileChooserQmlCallback::acceptLabel() const in acceptLabel() function in FileChooserQmlCallback
99 void FileChooserQmlCallback::setAcceptLabel(const QString &acceptLabel) in setAcceptLabel() argument
101 m_acceptLabel = acceptLabel; in setAcceptLabel()
H A DFilePicker.qml26 property string acceptLabel
116 text: root.acceptLabel ? root.acceptLabel : i18n("Select")
H A DFilePickerWindow.qml89 acceptLabel: callback.acceptLabel
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/platform/
H A Dqquickplatformfolderdialog_p.h63 …Q_PROPERTY(QString acceptLabel READ acceptLabel WRITE setAcceptLabel RESET resetAcceptLabel NOTIFY…
80 QString acceptLabel() const;
H A Dqquickplatformfiledialog_p.h72 …Q_PROPERTY(QString acceptLabel READ acceptLabel WRITE setAcceptLabel RESET resetAcceptLabel NOTIFY…
118 QString acceptLabel() const;
/dports/deskutils/plasma5-xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5/src/kirigami-filepicker/api/
H A Dmobilefiledialog.cpp153 QString MobileFileDialog::acceptLabel() const in acceptLabel() function in MobileFileDialog
155 return m_callback->acceptLabel(); in acceptLabel()
158 void MobileFileDialog::setAcceptLabel(const QString &acceptLabel) in setAcceptLabel() argument
160 m_callback->setAcceptLabel(acceptLabel); in setAcceptLabel()
H A Dmobilefiledialog.h43 QString acceptLabel() const;
44 void setAcceptLabel(const QString &acceptLabel);
/dports/x11/plasma5-plasma-integration/plasma-integration-5.23.5/src/platformtheme/
H A Dqxdgdesktopportalfiledialog.cpp87 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
127 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
155 if (!d->acceptLabel.isEmpty()) in openPortal()
156 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/prompts/
H A DPromptCollection.jsm138 let acceptLabel;
148 acceptLabel = this.stringBundles.dom.GetStringFromName(
168 acceptLabel,
/dports/www/firefox/firefox-99.0/browser/components/prompts/
H A DPromptCollection.jsm138 let acceptLabel;
148 acceptLabel = this.stringBundles.dom.GetStringFromName(
168 acceptLabel,
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/prompts/
H A DPromptCollection.jsm138 let acceptLabel;
148 acceptLabel = this.stringBundles.dom.GetStringFromName(
168 acceptLabel,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platformthemes/xdgdesktopportal/
H A Dqxdgdesktopportalfiledialog.cpp114 QString acceptLabel; member in QXdgDesktopPortalFileDialogPrivate
157 d->acceptLabel = options()->labelText(QFileDialogOptions::Accept); in initializeDialog()
191 if (!d->acceptLabel.isEmpty()) in openPortal()
192 options.insert(QLatin1String("accept_label"), d->acceptLabel); in openPortal()

1234