setValue
configSettings->setValue("/window x", pos().x());
configSettings->setValue("/window y", pos().y());
configSettings->setValue("/window width", size().width());
configSettings->setValue("/window height", size().height());
configSettings->setValue("/window x", pos().x());
configSettings->setValue("/window y", pos().y());
configSettings->setValue("/window width", size().width());
configSettings->setValue("/window height", size().height());
configSettings->setValue("/listMode", entry);
configSettings->setValue("/showName", showName);
configSettings->setValue("/optionMode", (int)optMode);
setValue(item, no);
setValue(item, mod);
setValue(item, yes);
setValue(key, stringList);
configSettings->setValue("/showDebug", showDebug());
void setValue(ConfigItem* item, tristate val);