mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added movable reading lists title tool bar to the sidebar
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#ifndef YACREADER_SIDEBAR_H
|
||||
#define YACREADER_SIDEBAR_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QtWidgets>
|
||||
|
||||
class YACReaderTreeView;
|
||||
class YACReaderLibraryListWidget;
|
||||
@ -28,6 +28,9 @@ public:
|
||||
YACReaderLibraryListWidget * selectedLibrary;
|
||||
YACReaderTitledToolBar * librariesTitle;
|
||||
YACReaderTitledToolBar * foldersTitle;
|
||||
YACReaderTitledToolBar * readingListsTitle;
|
||||
|
||||
QSplitter * splitter;
|
||||
|
||||
signals:
|
||||
|
||||
|
Reference in New Issue
Block a user