Lines Matching defs:value
50 QStringList entryList = value(key).toStringList();
67 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value)
72 for (it = value.begin(); it != value.end(); ++it)
293 "Setting the old value.");
321 showName = configSettings->value("/showName", false).toBool();
322 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt();
941 setShowDebug(configSettings->value("/showDebug", false).toBool());
999 str += "</b></big><br><br>value: ";
1268 width = configSettings->value("/window width", parent->width() / 2).toInt();
1269 height = configSettings->value("/window height", parent->height() / 2).toInt();
1271 x = configSettings->value("/window x");
1272 y = configSettings->value("/window y");
1334 width = configSettings->value("/window width", g.width() - 64).toInt();
1335 height = configSettings->value("/window height", g.height() - 64).toInt();
1337 x = configSettings->value("/window x");
1338 y = configSettings->value("/window y");
1518 QString listMode = configSettings->value("/listMode", "symbol").toString();
1796 "Value cell will allow you to edit the value.\n"