mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
game tab: added splitter for manual size control of text boxes
This commit is contained in:
parent
0b22f73095
commit
5f46b5cd41
6 changed files with 36 additions and 61 deletions
|
|
@ -21,7 +21,6 @@ private:
|
|||
bool minimized;
|
||||
ResizeMode mode;
|
||||
|
||||
QPushButton *minimizeButton;
|
||||
QLabel *cardPicture;
|
||||
QLabel *nameLabel1, *nameLabel2;
|
||||
QLabel *manacostLabel1, *manacostLabel2;
|
||||
|
|
@ -30,7 +29,6 @@ private:
|
|||
QTextEdit *textLabel;
|
||||
|
||||
CardInfo *info;
|
||||
void setMinimized(bool _minimized);
|
||||
public:
|
||||
CardInfoWidget(ResizeMode _mode, QWidget *parent = 0, Qt::WindowFlags f = 0);
|
||||
void retranslateUi();
|
||||
|
|
@ -41,7 +39,6 @@ public slots:
|
|||
private slots:
|
||||
void clear();
|
||||
void updatePixmap();
|
||||
void minimizeClicked();
|
||||
signals:
|
||||
void mouseReleased();
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue