NOISSUE Try on fixing overflowing text

This commit is contained in:
janrupf
2019-06-17 18:20:08 +02:00
committed by Petr Mrázek
parent ce12f1a734
commit b09f3448f9
2 changed files with 5 additions and 3 deletions

View File

@@ -661,6 +661,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new MainWindow
// Create the instance list widget
{
view = new GroupView(ui->centralWidget);
view->setTextElideMode(Qt::TextElideMode::ElideRight);
view->setSelectionMode(QAbstractItemView::SingleSelection);
// FIXME: leaks ListViewDelegate