urlLayout.addWidget(this.url);
QVBoxLayout textEditLayout = new QVBoxLayout();
textEditLayout.addWidget(new QLabel(tr("Notebook: ") +n.getName()));
textEditLayout.addWidget(new QLabel(tr("Public URL")));
textEditLayout.addLayout(urlLayout);
textEditLayout.addWidget(new QLabel(tr("Description")));
description = new QTextEdit();
textEditLayout.addWidget(description);
sortedBy = new QComboBox(this);