mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -04: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