Lines Matching defs:height
1264 int width, height;
1269 height = configSettings->value("/window height", parent->height() / 2).toInt();
1270 resize(width, height);
1290 configSettings->setValue("/window height", size().height());
1324 int width, height;
1335 height = configSettings->value("/window height", g.height() - 64).toInt();
1336 resize(width, height);
1829 configSettings->setValue("/window height", size().height());