Lines Matching defs:value
48 QStringList entryList = value(key).toStringList();
65 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value)
70 for (it = value.begin(); it != value.end(); ++it)
290 "Setting the old value.");
318 showName = configSettings->value("/showName", false).toBool();
319 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt();
937 setShowDebug(configSettings->value("/showDebug", false).toBool());
992 str += "</b></big><br><br>value: ";
1259 width = configSettings->value("/window width", parent->width() / 2).toInt();
1260 height = configSettings->value("/window height", parent->height() / 2).toInt();
1262 x = configSettings->value("/window x");
1263 y = configSettings->value("/window y");
1324 width = configSettings->value("/window width", d->width() - 64).toInt();
1325 height = configSettings->value("/window height", d->height() - 64).toInt();
1327 x = configSettings->value("/window x");
1328 y = configSettings->value("/window y");
1495 QString listMode = configSettings->value("/listMode", "symbol").toString();
1763 "Value cell will allow you to edit the value.\n"