mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
show colors of cards
This commit is contained in:
parent
f199e20740
commit
afa8b53870
3 changed files with 11 additions and 7 deletions
|
|
@ -9,11 +9,8 @@
|
|||
|
||||
#include <QVBoxLayout>
|
||||
|
||||
CardFrame::CardFrame(int width, int height,
|
||||
const QString &cardName, QWidget *parent)
|
||||
: QTabWidget(parent)
|
||||
, info(0)
|
||||
, cardTextOnly(false)
|
||||
CardFrame::CardFrame(int width, int height, const QString &cardName, QWidget *parent)
|
||||
: QTabWidget(parent), info(0), cardTextOnly(false)
|
||||
{
|
||||
setFixedWidth(width);
|
||||
setMinimumHeight(height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue