PDA

View Full Version : problem with qfiledialog customization (Qt4.5.2) ........



netfanatic
9th March 2010, 05:58
hi everyone ,

i am trying to customize the qfiledialog box [Qt 4.5.2]due to the following reason :

1. i am expexcting the following functionality from qfiledialogbox : after i enter a directory name in the file name option . If the
directory is present then the qfiledialog should navigate to the that particular directory and should also clear the directory name from the
file name option . [This works if i use the option existingfiles ]

2.However after navigating inside that directory if i try to create a new file by by entering the file name then the save option gets disabled [option : existingfiles ]. This is the problem . i also wish to save the new files with the functionality as mentioned in option 1 intact .:

Can some one plz suggest a possible way out of this problem . Also if some can suggest how to customise the qfiledialogbox using the source code or anyother way then it will be very helpful . Kindly do quote an example " ie with valid sample code "


Thanx in advance !!!!