|
From: Jérôme L. <lod...@us...> - 2012-01-09 21:17:47
|
> > Maybe we could make it a user-settable preference in the tool widget. > > The wxt terminal maintains a preference file ~/.gnuplot-wxt so that the > > widget settings are persistent. I suppose the qt terminal could do the > > same. > Where does Qt terminal store background color? This is managed by the QSettings model in Qt. The location and format of the settings depends on the system and is chosen by the Qt library. It is hidden from the user and programmer. It is a config file under linux (~/.config/gnuplot/qtterminal.conf), in the registry on windows, and who knows where in OS X... Jérôme |