QMacToolBar is not available in Qt6

This commit adds new qt pure versions of the mac toolbar to be used in qt6.
This commit is contained in:
Luis Ángel San Martín Rodríguez
2022-09-10 11:07:50 +02:00
committed by Luis Ángel San Martín
parent 450d3c18b2
commit e026f25617
5 changed files with 167 additions and 5 deletions

View File

@ -731,7 +731,7 @@ void MainWindowViewer::createToolBars()
// attach toolbar
comicToolBar->attachToWindow(this->windowHandle());
comicToolBar->attachToWindow(this);
#endif
}