It is necessary to increase the height of the lines in the QLabel multi-line text. But, I did not find a solution with QFont and QStyleSheets . How to do it?
auto progNameLabel = new QLabel(tr("Text text text text text..."), leftPanel); progNameLabel->setWordWrap(true);
HTML, but hoped that there were other options. - Zivit