lxqt / lxqt-globalkeys

Daemon used to register global keyboard shortcuts
https://lxqt.github.io
GNU Lesser General Public License v2.1
31 stars 31 forks source link

Add icons to dialog buttons #298

Closed isf63 closed 3 weeks ago

isf63 commented 2 months ago

lxqt-config-globalkeys is distinct in that it doesn't use QDialogButtonBox, but instead regular QPushButtons for its dialog buttons. The lack of icons looked odd.

The other dialog button missing an icon is "Default". It should have an icon, but there may be no suitable one.

isf63 commented 3 weeks ago

Added an icon to the remaining dialog button, edit-clear for "Default".