currentPath() dialog = QtWidgets.QFileDialog(self) dialog.setWindowTitle('Open EEG Position file') dialog.setNameFilter('(*.csv)') dialog.
確定! 回上一頁