Visually validate input path in torrent creator dialog

PR #19245.
This commit is contained in:
Chocobo1
2023-07-02 12:56:41 +08:00
committed by GitHub
parent f4deb1050f
commit c3fc96dfe6
6 changed files with 48 additions and 17 deletions

View File

@@ -63,7 +63,8 @@ public:
FileOpen, //!< opening files, shows open file dialog
FileSave, //!< saving files, shows save file dialog
DirectoryOpen, //!< selecting existing directories
DirectorySave //!< selecting directories for saving
DirectorySave, //!< selecting directories for saving
ReadOnly //!< no browse button and no dialog, only validate path and check read permission
};
Q_ENUM(Mode)