Lines Matching refs:toInt
54 result.push_back((*it).toInt());
322 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt();
1268 width = configSettings->value("/window width", parent->width() / 2).toInt();
1269 height = configSettings->value("/window height", parent->height() / 2).toInt();
1274 move(x.toInt(), y.toInt());
1334 width = configSettings->value("/window width", g.width() - 64).toInt();
1335 height = configSettings->value("/window height", g.height() - 64).toInt();
1340 move(x.toInt(), y.toInt());