mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added YACReaderMacOSXToolbar class for using a native toolbar in MacOSX
This commit is contained in:
18
custom_widgets/yacreader_macosx_toolbar.h
Normal file
18
custom_widgets/yacreader_macosx_toolbar.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef YACREADER_MACOSX_TOOLBAR_H
|
||||
#define YACREADER_MACOSX_TOOLBAR_H
|
||||
|
||||
#include <QMacToolBar>
|
||||
|
||||
class YACReaderMacOSXToolbar : public QMacToolBar
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderMacOSXToolbar(QWidget *window, QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // YACREADER_MACOSX_TOOLBAR_H
|
Reference in New Issue
Block a user