mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-10-31 21:31:21 +03:00 
			
		
		
		
	Qt6 support added
This commit is contained in:
		| @@ -63,7 +63,11 @@ void FontEditorWidget::initEditor() | ||||
|     m_fontSizeEditor = new QComboBox(this); | ||||
|     m_fontSizeEditor->setModel(&m_fontSizeModel); | ||||
|     m_fontSizeEditor->setEditable(true); | ||||
| #if QT_VERSION >= QT_VERSION_CHECK(5, 12, 3) | ||||
|     connect(m_fontSizeEditor,SIGNAL(currentTextChanged(QString)), this, SLOT(slotFontSizeChanged(QString))); | ||||
| #else | ||||
|     connect(m_fontSizeEditor,SIGNAL(currentIndexChanged(QString)),this,SLOT(slotFontSizeChanged(QString))); | ||||
| #endif | ||||
|     addWidget(m_fontSizeEditor); | ||||
|  | ||||
|     addSeparator(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user