Searched refs:selectedFile (Results 1 – 3 of 3) sorted by relevance
154 QString selectedFile = fileDialog.selectedFiles()[0]; in openFile() local155 if (!selectedFile.isEmpty()) in openFile()156 load(QUrl::fromLocalFile(selectedFile)); in openFile()
364 QString selectedFile = fileDialog.selectedFiles()[0]; in openFile() local365 if (!selectedFile.isEmpty()) in openFile()366 loadURL(QUrl::fromLocalFile(selectedFile)); in openFile()
1603 File selectedFile = fileChooser.getSelectedFile(); in actionPerformed() local1604 String fileName = selectedFile.getPath(); in actionPerformed()