We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It uses qt.QFileDialog.getExistingDirectory directly1 from module setup() function.
qt.QFileDialog.getExistingDirectory
setup()
Add a directory selector (e.g ctk.ctkPathLineEdit or ctk.ctkDirectoryButton) to the UI allowing to select a directory
ctk.ctkPathLineEdit
ctk.ctkDirectoryButton
ctkPathLineEdit
ctkDirectoryButton
https://github.com/rnadkarni2/SlicerBreast_DCEMRI_FTV/blob/f0e9ca577ae950f010d6fdb4037195ddaa14b2e9/DCE_IDandPhaseSelect/DCE_IDandPhaseSelect.py#L281-L282 ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Observations
It uses
qt.QFileDialog.getExistingDirectory
directly1 from modulesetup()
function.Suggestions
Add a directory selector (e.g
ctk.ctkPathLineEdit
orctk.ctkDirectoryButton
) to the UI allowing to select a directoryctkPathLineEdit
ctkDirectoryButton
Links
Footnotes
https://github.com/rnadkarni2/SlicerBreast_DCEMRI_FTV/blob/f0e9ca577ae950f010d6fdb4037195ddaa14b2e9/DCE_IDandPhaseSelect/DCE_IDandPhaseSelect.py#L281-L282 ↩
The text was updated successfully, but these errors were encountered: