On Tue, 6 Jul 2021 at 02:03, Joao Folgado <[email protected]> wrote: > > Hi Qgis Developers ! > > In a plugin I tried to use a if statement that while ask something to the > user. > My ideia is to us tkinter but the library did not exist. > > Do any one know who to use Tkinter in Qgis plugin ?
Don't use it! QGIS is built on the Qt library, so all GUI components like message boxes should be made using PyQt instead. Nyall > > Best Regards, > João Folgado > -- > JOÃO FOLGADO > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
