Home
last modified time | relevance | path

Searched refs:ImportDlg (Results 1 – 5 of 5) sorted by relevance

/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/pyqt_ui/
H A Dui_import_dlg.py16 def setupUi(self, ImportDlg): argument
17 ImportDlg.setObjectName("ImportDlg")
18 ImportDlg.resize(251, 185)
19 self.gridLayout = QtWidgets.QGridLayout(ImportDlg)
26 self.textLabel_5 = QtWidgets.QLabel(ImportDlg)
30 self.file_formats = QtWidgets.QComboBox(ImportDlg)
35 self.textLabel1 = QtWidgets.QLabel(ImportDlg)
49 self.textLabel2 = QtWidgets.QLabel(ImportDlg)
53 self.tags = QtWidgets.QComboBox(ImportDlg)
74 self.retranslateUi(ImportDlg)
[all …]
H A Dimport_dlg.py44 class ImportDlg(QtWidgets.QDialog, QtGuiThread, ImportDialog, Ui_ImportDlg): class
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Jobs/
H A DSLAImportJob.cpp23 class ImportDlg: public wxDialog { class
28 ImportDlg(Plater *plater) in ImportDlg() function in Slic3r::GUI::ImportDlg
177 ImportDlg dlg{p->plater}; in prepare()
/dports/devel/upp/upp/uppsrc/ide/
H A DUppWspc.cpp419 class ImportDlg : public WithImportLayout<TopWindow> { class
420 typedef ImportDlg CLASSNAME;
427 ImportDlg();
430 void ImportDlg::SetFolder() in SetFolder()
436 ImportDlg::ImportDlg() in ImportDlg() function in ImportDlg
547 ImportDlg dlg; in Import()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/import/
H A DImport.cpp619 ImportStreamDialog ImportDlg(inFile.get(), NULL, -1, XO("Select stream(s) to import")); in Import() local
621 if (ImportDlg.ShowModal() == wxID_CANCEL) in Import()