As long as you don't have
you don't have to worry about the gui module, it's included by defaultQT -= gui![]()
As long as you don't have
you don't have to worry about the gui module, it's included by defaultQT -= gui![]()
Furthermore removing the gui module will prevent QApplication from being instantiated and having the gui module and instantiating QCoreApplication instead of QApplication will not make gui work.
Bookmarks