QHBoxLayout startupNotebookLayout = new QHBoxLayout();
startupNotebook = new QComboBox();
startupNotebook.addItem(tr("All Notebooks"), "AllNotebooks");
startupNotebook.addItem(tr("Default Notebook"), "DefaultNotebook");
startupNotebookLayout.addWidget(new QLabel(tr("Startup Notebook")));
startupNotebookLayout.addWidget(startupNotebook);
startupNotebookLayout.addStretch();
QHBoxLayout autoSaveLayout = new QHBoxLayout();
autoSaveLayout.addWidget(new QLabel(tr("Automatic Save Interval (in Minutes)")));