Qt application, creating and editing a text file
General and Desktop
3
Posts
1
Posters
1.5k
Views
1
Watching
-
Hi there,
I have this application that checks whether a certain file exists and then according to the result it creates the file or confirms that its already there. Now, I want the user to be able to choose the location and the name of the file to be checked.
For example,
Enter the name of the file: <filename>
Enter the location of the file: <location> / a window dialog would be ideal to navigate to the location of the fileIs that possible? Any suggestions would be great.
Thank you in advance.