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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user