Miam-Player  0.8.0
A nice music player
addressbardirectorylist.h
Go to the documentation of this file.
1 #ifndef ADDRESSBARDIRECTORYLIST_H
2 #define ADDRESSBARDIRECTORYLIST_H
3 
4 #include <QDir>
5 #include <QListWidget>
6 
8 
17 {
18  Q_OBJECT
19 private:
20  QDir _dir;
21 
22 public:
23  explicit AddressBarDirectoryList(const QDir &dir, QWidget *parent = nullptr);
24 
25  void cd(const QString &path);
26 
27  void cdUp(const QString &path);
28 
29  void filterItems(const QString &path);
30 };
31 
32 #endif // ADDRESSBARDIRECTORYLIST_H
The AddressBarDirectoryList class is used to mimic the behaviour of Windows&#39; Explorer.
Definition: addressbardirectorylist.h:16
#define MIAMTABPLAYLISTS_LIBRARY
Definition: miamtabplaylists_global.hpp:8