Home | History | Annotate | Download | only in QtTestBrowser

Lines Matching refs:WindowOptions

36 WindowOptions windowOptions;
96 if (windowOptions.useTestFonts)
160 if (windowOptions.useGraphicsView)
208 windowOptions.useGraphicsView = true;
212 windowOptions.useCompositing = false;
217 windowOptions.showFrameRate = true;
222 windowOptions.cacheWebView = true;
227 windowOptions.useTiledBackingStore = true;
232 windowOptions.resizesToContents = true;
236 windowOptions.useLocalStorage = true;
239 windowOptions.startMaximized = true;
242 windowOptions.useOfflineStorageDatabase = true;
245 windowOptions.useOfflineWebApplicationCache = true;
250 windowOptions.offlineStorageDefaultQuotaSize = maxSize;
254 windowOptions.viewportUpdateMode = QGraphicsView::BoundingRectViewportUpdate;
268 windowOptions.viewportUpdateMode = static_cast<QGraphicsView::ViewportUpdateMode>(idx);
273 windowOptions.useQGLWidgetViewport = true;
278 windowOptions.useWebGL = true;
284 windowOptions.useTestFonts = true;
288 windowOptions.printLoadedUrls = true;
293 windowOptions.inspectorUrl = takeOptionValue(&args, inspectorUrlIndex);
298 windowOptions.remoteInspectorPort = takeOptionValue(&args, remoteInspectorPortIndex).toInt();
351 newWindow = window = new LauncherWindow(&windowOptions);