toInt              66 scripts/kconfig/qconf.cc 			result.push_back((*it).toInt());
toInt             331 scripts/kconfig/qconf.cc 		optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt();
toInt            1283 scripts/kconfig/qconf.cc 		width = configSettings->value("/window width", parent->width() / 2).toInt();
toInt            1284 scripts/kconfig/qconf.cc 		height = configSettings->value("/window height", parent->height() / 2).toInt();
toInt            1289 scripts/kconfig/qconf.cc 			move(x.toInt(), y.toInt());
toInt            1350 scripts/kconfig/qconf.cc 	width = configSettings->value("/window width", d->width() - 64).toInt();
toInt            1351 scripts/kconfig/qconf.cc 	height = configSettings->value("/window height", d->height() - 64).toInt();
toInt            1356 scripts/kconfig/qconf.cc 		move(x.toInt(), y.toInt());