Esempio n. 1
0
ScribusQApp::ScribusQApp( int & argc, char ** argv ) : QApplication(argc, argv),
	lang(""),
	GUILang("")
{
	ScQApp=this;
	ScCore=NULL;

	initDLMgr();
}
Esempio n. 2
0
ScribusQApp::ScribusQApp( int & argc, char ** argv ) : QApplication(argc, argv),
	m_lang(""),
	m_GUILang("")
{
	ScQApp = this;
	ScCore = 0;
	m_scDLMgr = 0;
	m_ScCore = NULL;
	initDLMgr();
	setAttribute(Qt::AA_UseHighDpiPixmaps, true);
}