|
addarg("no-background",0,"Do not print background", new ConstSetter<bool>(s.background,false,true));
|
|
addarg("no-background",0,"Do not print background", new ConstSetter<bool>(s.background,false,true));
|
|
addarg("user-style-sheet",0,"Specify a user style sheet, to load with every page", new QStrSetter(s.userStyleSheet,"url",""));
|
|
addarg("user-style-sheet",0,"Specify a user style sheet, to load with every page", new QStrSetter(s.userStyleSheet,"url",""));
|
|
|
|
+ addarg("stop-slow-scripts", 0, "Stop slow running javascripts", new ConstSetter<bool>(s.stopSlowScripts, true, false));
|