Searched defs:maxGuestSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp710 QString maxGuestSize = vboxGlobal().settings().publicProperty("GUI/MaxGuestResolution"); local
711 if ((maxGuestSize == QString::null) || (maxGuestSize == "auto"))
713 else if (maxGuestSize == "any")
717 int width = maxGuestSize.section(',', 0, 0).toInt();
718 int height = maxGuestSize.section(',', 1, 1).toInt();
870 QSize UIMachineView::maxGuestSize() function in class:UIMachineView

Completed in 47 milliseconds