Hi Rainer, I had a look into your problem this afternoon. I am afraid it's nothing to be solved by QLGT. It's a problem of your window managers file dialog.
See, the dialog that pop up to select files is not written by me. It's either done by the Qt library or the library the window manager is based on. When compiling QLGT one can select what dialog to take. Usually the system's nativ one is selected. In other words the one form the window manager. If I try your example on my KDE 4 system I get the same error as you. The reason are the " that upset the dialog and return a crippled file name. If I recompile using Qt's dialog your example is working properly. Why is there an option anyway? Well as usual everyone has a strong feeling about how a file dialog has to look like and how it has to work in detail. Thus it is an option. To make a long story short: If you insist on having " in your file names you have to compile QLGT with NATIVE_FILE_DIALOG off. Oliver ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
