filter panel added
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#ifndef CFILTERPANEL_H
|
||||
#define CFILTERPANEL_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class cFilterPanel;
|
||||
}
|
||||
|
||||
class cFilterPanel : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit cFilterPanel(QWidget *parent = nullptr);
|
||||
~cFilterPanel();
|
||||
|
||||
private:
|
||||
Ui::cFilterPanel *ui;
|
||||
};
|
||||
|
||||
#endif // CFILTERPANEL_H
|
||||
Reference in New Issue
Block a user