lxqt / liblxqt

Core utility library for all LXQt components
https://lxqt-project.org
GNU Lesser General Public License v2.1
59 stars 50 forks source link

Create an about dialog for all LXQt apps #300

Open miway08 opened 3 years ago

miway08 commented 3 years ago

I see wich any application of LXQt have they own about dialog, i think wich with a general about dialog is more attractive and easy for the developer.

tsujan commented 3 years ago

Not all LXQt apps depend on liblxqt (pcmanfm-qt and QTerminal don't) and those apps that depend on it (like lxqt-config) may not need an about dialog.

miway08 commented 3 years ago

Yes, but is good idea have one for an application wich need one, I can do it!