add deck hash copying functions (#3882)

This commit is contained in:
ebbit1q 2020-01-13 16:11:19 +01:00 committed by Zach H
parent 0ff7472ce5
commit 7bfefee073
5 changed files with 32 additions and 5 deletions

View file

@ -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");