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

@@ -67,6 +67,8 @@ QVector<const char *> InfoWindow::description = {
void InfoWindow::initInfoTable() {
QTableWidget *table = new QTableWidget(this);
table->setWhatsThis(tr("Available shorcuts in the screen capture mode."));
layout->addWidget(table);
table->setColumnCount(2);