ResourceBrowser: added management-buttons

Added two new buttons "Manage locations" and "Show piano". The first
one will open a resource location management dialog while the latter
one toggles visibility of the preview piano below.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
Tobias Doerffel
2009-06-30 00:24:16 +02:00
parent 9588e3dcce
commit 65668f9489
2 changed files with 28 additions and 1 deletions

View File

@@ -60,11 +60,12 @@ public:
private slots:
void showContextMenu( const QPoint & _pos );
void updateFilterStatus();
void startItemPreview( const QModelIndex & _idx );
void stopItemPreview( const QModelIndex & _idx );
void stopPreview();
void triggerDefaultAction( const QModelIndex & _idx );
void updateFilterStatus();
void manageDirectories();
private: