Reworked deck editor

This commit is contained in:
Fabio Bas 2015-06-13 20:37:51 +02:00
parent 50b908c7c4
commit 3af5804073
13 changed files with 157 additions and 79 deletions

View file

@ -1,14 +1,14 @@
#ifndef FILTERBUILDER_H
#define FILTERBUILDER_H
#include <QFrame>
#include <QWidget>
class QCheckBox;
class QComboBox;
class QLineEdit;
class CardFilter;
class FilterBuilder : public QFrame {
class FilterBuilder : public QWidget {
Q_OBJECT
private: