Home
last modified time | relevance | path

Searched defs:fileWidget (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsexternalresourcewidgetwrapper.cpp650 QgsExternalStorageFileWidget *fileWidget = ww.mQgsWidget->fileWidget(); in testStoreExternalDocument() local
743 QgsExternalStorageFileWidget *fileWidget = ww.mQgsWidget->fileWidget(); in testStoreExternalDocumentError() local
854 QgsExternalStorageFileWidget *fileWidget = ww.mQgsWidget->fileWidget(); in testStoreExternalDocumentCancel() local
965 QgsExternalStorageFileWidget *fileWidget = ww.mQgsWidget->fileWidget(); in testStoreExternalDocumentNoExpression() local
1052 QgsExternalStorageFileWidget *fileWidget = ww.mQgsWidget->fileWidget(); in testChangeValueBeforeLoaded() local
1229 QgsExternalStorageFileWidget *fileWidget = ww.mQgsWidget->fileWidget(); in testChangeValueToNullBeforeLoaded() local
/dports/archivers/ark/ark-21.12.3/kerfuffle/
H A Dextractiondialog.h59 KFileWidget *fileWidget; variable
/dports/devel/kf5-kio/kio-5.89.0/tests/
H A Dkfilewidgettest_gui.cpp16 …KFileWidget *fileWidget = new KFileWidget(QUrl(QStringLiteral("kfiledialog:///OpenDialog")), nullp… in main() local
H A Dkfilewidgettest_saving_gui.cpp32 KFileWidget *fileWidget = new KFileWidget(folder); in main() local
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkfilecustomdialog.cpp80 KFileWidget *KFileCustomDialog::fileWidget() const in fileWidget() function in KFileCustomDialog
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dextcap_argument_file.cpp51 QWidget * fileWidget = new QWidget(parent); in createEditor() local
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dextcap_argument_file.cpp51 QWidget * fileWidget = new QWidget(parent); in createEditor() local
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dextcap_argument_file.cpp51 QWidget * fileWidget = new QWidget(parent); in createEditor() local
/dports/accessibility/kmouth/kmouth-21.12.3/wordcompletion/
H A Ddictionarycreationwizard.h124 CreationSourceDetailsWidget *fileWidget; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/kf5/
H A DKF5FilePicker.cxx169 if (auto* fileWidget = w->findChild<KFileWidget*>({}, Qt::FindDirectChildrenOnly)) in eventFilter() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/kf5/
H A DKF5FilePicker.cxx169 if (auto* fileWidget = w->findChild<KFileWidget*>({}, Qt::FindDirectChildrenOnly)) in eventFilter() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsexternalresourcewidget.cpp79 QgsFileWidget *QgsExternalResourceWidget::fileWidget() in fileWidget() function in QgsExternalResourceWidget
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/dialogs/
H A Dclipcreationdialog.cpp368 …QScopedPointer<KFileWidget> fileWidget(new KFileWidget(QUrl::fromLocalFile(clipFolder), dlg.data()… in createClipsCommand() local
448 KFileWidget* fileWidget = new KFileWidget(QUrl::fromLocalFile(clipFolder), m_DockClipWidget); in clipWidget() local
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsexternalresourcewidget.cpp98 QgsExternalStorageFileWidget *QgsExternalResourceWidget::fileWidget() in fileWidget() function in QgsExternalResourceWidget
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dgvcore.cpp109 KFileWidget *fileWidget = dialog->fileWidget(); in createSaveAsDialog() local
426 KFileWidget *fileWidget = dialog->fileWidget(); in saveAs() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3_kde5/
H A Dkde5_filepicker.cxx279 if (auto* fileWidget = w->findChild<KFileWidget*>({}, Qt::FindDirectChildrenOnly)) in eventFilter() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3_kde5/
H A Dkde5_filepicker.cxx277 if (auto* fileWidget = w->findChild<KFileWidget*>({}, Qt::FindDirectChildrenOnly)) in eventFilter() local
/dports/x11/plasma5-plasma-integration/plasma-integration-5.23.5/autotests/
H A Dkfiledialog_unittest.cpp157 KFileWidget *fileWidget = findFileWidget(); in testGetSaveFileUrl() local
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkfilewidgettest.cpp517 KFileWidget fileWidget(QUrl::fromLocalFile(tempDir.path())); in testDropFile() local
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/playlist/
H A Dplaylisttab.cpp614 KFileWidget *fileWidget = new KFileWidget(QUrl(), fileWidgetSplitter); in createFileWidget() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/
H A DMMenuItemTest.java552 Menu fileWidget = fileManager.getMenu(); in testWithVisible() local
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kio/
H A Dkfiledialog.cpp985 KFileWidget *KFileDialog::fileWidget() in fileWidget() function in KFileDialog
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/monitor/
H A Dmonitor.cpp1220 …QScopedPointer<KFileWidget> fileWidget(new KFileWidget(QUrl::fromLocalFile(framesFolder), dlg.data… in slotExtractCurrentFrame() local
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py4204 def fileWidget(self): member in KFileDialog