On Monday 22 September 2014 11:01:23 william.croc...@analog.com wrote:
> Gang:
> 
> While we are talking about the need for a Q[Core]Application...
> 
> What is the difference between;
> 
>      QCoreApplication(argv,argc);
> 
> and
> 
>      QApplication(argc,argc,false);  // Note GUIEnabled=false

It creates a QApplication, which enables a bunch of backend things, without 
also connecting to the display server.

Note that this constructor is removed in Qt 5.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to