Actions
Feature #958
closedMake clicking on the spell check language names check the boxes
Start date:
02/07/2023
Due date:
% Done:
0%
Estimated time:
Description
This will probably require switching from a QListWidget to a QListView.
Updated by Soren Stoutner over 1 year ago
- Status changed from New to Closed
I was able to make the name checkable without switching to a QListView. The blank space to the right of the name is not clickable, but this was fairly easy and is good enough. If I ever have to change it to a QListView for some other reason I can look into making the entire line, including the blank space, clickable.
Implemented in commit: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=commitdiff;h=16a3a29abcc083de8a46a0e6e2dbed8dd6d896a5
Actions