QVBoxLayout editLayout = new QVBoxLayout();
editLayout.addWidget(addButton);
editLayout.addWidget(deleteButton);
QHBoxLayout listLayout = new QHBoxLayout();
listLayout.addLayout(horizontalLayout);
listLayout.addLayout(editLayout);
QVBoxLayout mainLayout = new QVBoxLayout();
if (syncRunner.authToken == null) {
QLabel msg = new QLabel(tr("You must be connected to make changes."));