attachmentLayout.addWidget(automaticWildcard);
QHBoxLayout specialCharLayout = new QHBoxLayout();
specialCharLayout.addWidget(new QLabel(tr("Special Word Characters")));
specialCharLayout.addWidget(specialStrip);
attachmentLayout.addLayout(specialCharLayout);
attachmentGroup.setLayout(attachmentLayout);
// Index sleep interval
QGroupBox sleepGroup = new QGroupBox(tr("Index Interval"));
QLabel sleepLabel = new QLabel(tr("Seconds between looking for unindexed notes"));