mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Libraries and Folders titles added
This commit is contained in:
20
custom_widgets/yacreader_titled_toolbar.h
Normal file
20
custom_widgets/yacreader_titled_toolbar.h
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef YACREADER_TITLED_TOOLBAR_H
|
||||
#define YACREADER_TITLED_TOOLBAR_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class QIcon;
|
||||
|
||||
class YACReaderTitledToolBar : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderTitledToolBar(const QString & title, QWidget *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void addAction(QAction * action);
|
||||
};
|
||||
|
||||
#endif // YACREADER_TITLED_TOOLBAR_H
|
Reference in New Issue
Block a user