mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 16:53:00 -07:00
improved rubber band drag
This commit is contained in:
parent
99387861cd
commit
99c0a41d18
15 changed files with 139 additions and 14 deletions
|
|
@ -1,14 +1,14 @@
|
|||
#ifndef ZONEVIEWERZONE_H
|
||||
#define ZONEVIEWERZONE_H
|
||||
|
||||
#include "cardzone.h"
|
||||
#include "selectzone.h"
|
||||
#include <QGraphicsLayoutItem>
|
||||
|
||||
class ZoneViewWidget;
|
||||
class ProtocolResponse;
|
||||
class ServerInfo_Card;
|
||||
|
||||
class ZoneViewZone : public CardZone, public QGraphicsLayoutItem {
|
||||
class ZoneViewZone : public SelectZone, public QGraphicsLayoutItem {
|
||||
Q_OBJECT
|
||||
private:
|
||||
QRectF bRect, optimumRect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue