Add WhatsThis messages for info and config windows

This commit is contained in:
lupoDharkael
2017-05-30 12:27:03 +02:00
parent 3025b95118
commit c9dacd1a70
4 changed files with 85 additions and 40 deletions

View File

@@ -46,6 +46,9 @@ ConfigWindow::ConfigWindow(QWidget *parent) : QWidget(parent) {
ButtonListView *m_buttonListView = new ButtonListView(this);
m_buttonListView->setFlow(QListWidget::TopToBottom);
m_buttonListView->setWhatsThis(tr("Select which buttons will appear arround "
"the capture's selection by clicking on its"
" checkbox."));
baseLayout->addWidget(m_buttonListView);