From: James Benton Date: Fri, 7 Sep 2012 13:23:43 +0000 (+0100) Subject: Change the default graphic system to raster. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=023a4f852ab64748e727f2c246195a1b7412d728 Change the default graphic system to raster. This render system out performs the native implementations on all platforms, this is necessary as the native implementation on Mac is basically unusable with the profile dialog due to poor performance. --- diff --git a/gui/main.cpp b/gui/main.cpp index 18e07f1..0ed50ed 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -22,6 +22,7 @@ static void usage(void) int main(int argc, char **argv) { + QApplication::setGraphicsSystem("raster"); QApplication app(argc, argv); qRegisterMetaType >();