Hi,
Anyone knows how can I force user to use my file extension? I'm using QFileDialog to ask user about file name. The filter is set to my own extension, but when I type name without extension, it is not included in path.
I've tried to check path string if it contains extension or not and then append it. But I'd like to do it inside QFileDialog, it checks if file exist and asks if user wants to replace it or not, so changing file name after this is not really good idea IMO.