Lines Matching refs:toInt
52 result.push_back((*it).toInt());
319 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt();
1259 width = configSettings->value("/window width", parent->width() / 2).toInt();
1260 height = configSettings->value("/window height", parent->height() / 2).toInt();
1265 move(x.toInt(), y.toInt());
1324 width = configSettings->value("/window width", d->width() - 64).toInt();
1325 height = configSettings->value("/window height", d->height() - 64).toInt();
1330 move(x.toInt(), y.toInt());