https://bugs.kde.org/show_bug.cgi?id=355460
--- Comment #6 from wincak <win...@seznam.cz> --- Turns out this is not a trivial thing to achieve because the information is displayed using several QLabels in a grid layout and you cannot select text across more QLabels. Simply printing all the info newline-separated in a single QLabel (like in KAboutApplicationDialog) gets the selection to work, but you can't get such nice centered alignment. Using a QTableWidget also doesn't look right - different background colour, etc. Creating a special "copy info" button really might be overkill, also you don't always need all the info. So is the right solution to somehow use a single QLabel with formatting tags (like in the "USB Devices" page)? -- You are receiving this mail because: You are watching all bug changes.