Ref T219, adjusted existing forms

This commit is contained in:
Klaus Basan
2018-01-07 03:06:59 +01:00
parent 9fc231b657
commit e7073202bd
8 changed files with 51 additions and 56 deletions

View File

@@ -53,7 +53,7 @@ namespace BlackGui
connect(ui->comp_LiverySelector, &CDbLiverySelectorComponent::changedLivery, this, &CLiveryForm::setValue);
// drag and drop, paste
connect(ui->tb_Paste, &QToolButton::clicked, this, &CLiveryForm::ps_pasted);
connect(ui->tb_Paste, &QToolButton::clicked, this, &CLiveryForm::pasted);
connect(ui->drop_DropData, &CDropSite::droppedValueObject, this, &CLiveryForm::ps_droppedLivery);
ui->drop_DropData->setInfoText("<drop livery>");
ui->drop_DropData->setAcceptedMetaTypeIds({ qMetaTypeId<CLivery>(), qMetaTypeId<CLiveryList>()});