mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Add search filter to card view window (#5791)
* refactor out search syntax help window * add search bar to ZoneViewWidget * implement filter logic
This commit is contained in:
parent
ad06814ac7
commit
3b758962e4
10 changed files with 116 additions and 40 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <QComboBox>
|
||||
#include <QGraphicsProxyWidget>
|
||||
#include <QGraphicsWidget>
|
||||
#include <QLineEdit>
|
||||
|
||||
class QLabel;
|
||||
class QPushButton;
|
||||
|
|
@ -47,6 +48,8 @@ private:
|
|||
QPushButton *closeButton;
|
||||
QScrollBar *scrollBar;
|
||||
ScrollableGraphicsProxyWidget *scrollBarProxy;
|
||||
|
||||
QLineEdit searchEdit;
|
||||
QComboBox groupBySelector;
|
||||
QComboBox sortBySelector;
|
||||
QCheckBox shuffleCheckBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue