added movable reading lists title tool bar to the sidebar

This commit is contained in:
Luis Ángel San Martín
2014-10-28 15:49:34 +01:00
parent b0d944e6b6
commit 0ecae3b44a
6 changed files with 107 additions and 16 deletions

View File

@ -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: