TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
35 stars 13 forks source link

Add widgets icon #2367

Open avancinirodrigo opened 3 years ago

avancinirodrigo commented 3 years ago

Maybe it is possible to add an icon on the upper left of the widget windows.

    QIcon appIcon("icon.ico");
    this->setWindowIcon(appIcon);