filter panel added

This commit is contained in:
2019-03-18 17:08:38 +01:00
parent d72f7da1ef
commit 95179c2db1
9 changed files with 439 additions and 154 deletions
+22
View File
@@ -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