Qt for UEFI platforms?
Mobile and Embedded
8
Posts
4
Posters
3.3k
Views
2
Watching
-
In UEFI context you have booted devices, you can acces the graphic card and draw something...
I think it could be posible to have some light Qt version there, just like this versions that run in some RealTime or embbeded systems, was wondering if someone is working on this. -
@neuehier, although not 1:1, wxWidgets is usable for EFI GUIs (I've a LINX 1010 with one), and it can delegate to wxQt when required. I can't imagine a situation in which you'd run the preboot application outside of a preboot environment, though, so, in practice, it wouldn't delegate to it frequently. If you needed the application to be versatile enough to be able to operate in both environments, though, it'd work.