mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
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:
committed by
Luis Ángel San Martín
parent
450d3c18b2
commit
e026f25617
@ -68,8 +68,10 @@ YACReaderMainToolBar::YACReaderMainToolBar(QWidget *parent)
|
||||
mainLayout->addStretch();
|
||||
|
||||
mainLayout->addWidget(toggleComicsViewButton, 0, Qt::AlignVCenter);
|
||||
#ifndef Q_OS_MAC
|
||||
addWideDivider();
|
||||
mainLayout->addWidget(fullscreenButton, 0, Qt::AlignVCenter);
|
||||
#endif
|
||||
|
||||
setLayout(mainLayout);
|
||||
|
||||
|
Reference in New Issue
Block a user