Added by Axel Sjöberg over 6 years ago
Hello,
I have a table with a long text:
table~~elementAt(row, column)~~>addWidget(std::make_unique("Long text that wraps around sometimes"));
How do I call setWordWrap(false) for the WText element i just created? Or what would be the correct way to keep the rows in my table from wrapping around?
Br,
Axel