Hi everyone,

I want to experiment with a program I'm building that uses QSettings to remember a path.. however I want to be able to reset whatever is kept, so I can test my code further. Where are these settings being kept. I'm in a MacOS Leopard 10.5 (Documentation says in the Library folder, but where in there? )
Qt Code:
  1. QSettings settings("Software Inc.", "Viper Sims");
  2. environment = settings.value("environment").toString();
To copy to clipboard, switch view to plain text mode 

Thanks in advance,
Ed.