mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
add deck hash copying functions (#3882)
This commit is contained in:
parent
0ff7472ce5
commit
7bfefee073
5 changed files with 32 additions and 5 deletions
|
|
@ -121,8 +121,10 @@ void TabDeckEditor::createDeckDock()
|
|||
auto *hashSizePolicy = new QSizePolicy();
|
||||
hashSizePolicy->setHorizontalPolicy(QSizePolicy::Fixed);
|
||||
hashLabel1->setSizePolicy(*hashSizePolicy);
|
||||
hashLabel = new QLabel;
|
||||
hashLabel = new QLineEdit;
|
||||
hashLabel->setObjectName("hashLabel");
|
||||
hashLabel->setReadOnly(true);
|
||||
hashLabel->setFrame(false);
|
||||
|
||||
auto *lowerLayout = new QGridLayout;
|
||||
lowerLayout->setObjectName("lowerLayout");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue