41
41
QVBoxLayout *mainLayout = new QVBoxLayout(this);
42
42
//TODO PORT QT5 mainLayout->setSpacing(QDialog::spacingHint());
43
43
QLabel *label = new QLabel(i18n("Please decide which phrase books you need:"), this);
45
45
mainLayout->addWidget(label);
47
47
m_model = new QStandardItemModel(0, 1, this);