mirror of
https://github.com/YACReader/yacreader
synced 2026-02-04 14:20:07 -05:00
merge
This commit is contained in:
@ -9,6 +9,7 @@ class QResizeEvent;
|
||||
class QPaintEvent;
|
||||
class QHBoxLayout;
|
||||
|
||||
//TODO create methods for adding actions, separators and sctreches dynimically
|
||||
class YACReaderMainToolBar : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -21,8 +22,10 @@ public:
|
||||
QToolButton * settingsButton;
|
||||
QToolButton * serverButton;
|
||||
QToolButton * helpButton;
|
||||
QToolButton * toggleComicsViewButton;
|
||||
QToolButton * fullscreenButton;
|
||||
|
||||
|
||||
void setCurrentFolderName(const QString & name);
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user