equal
deleted
inserted
replaced
441 |
441 |
442 QLayout * PageScheme::footerLayoutDefinition() |
442 QLayout * PageScheme::footerLayoutDefinition() |
443 { |
443 { |
444 QHBoxLayout * bottomLayout = new QHBoxLayout(); |
444 QHBoxLayout * bottomLayout = new QHBoxLayout(); |
445 selectScheme = new QComboBox(this); |
445 selectScheme = new QComboBox(this); |
|
446 selectScheme->setMaxVisibleItems(50); |
446 |
447 |
447 bottomLayout->addWidget(selectScheme, 0); |
448 bottomLayout->addWidget(selectScheme, 0); |
448 BtnCopy = addButton(tr("Copy"), bottomLayout, 1); |
449 BtnCopy = addButton(tr("Copy"), bottomLayout, 1); |
449 BtnNew = addButton(tr("New"), bottomLayout, 2); |
450 BtnNew = addButton(tr("New"), bottomLayout, 2); |
450 BtnDelete = addButton(tr("Delete"), bottomLayout, 3); |
451 BtnDelete = addButton(tr("Delete"), bottomLayout, 3); |