Port HPLIP to Qt5 as Qt4 is deprecated
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HPLIP |
New
|
Wishlist
|
Unassigned |
Bug Description
The Ubuntu standard installation does not contain the Qt4-based GUI parts of HPLIP, it only contains the core parts (printer and scanner drivers, CUPS backends, PPD files, and command line tools). This was originally done due to restriction onto the space of one CD. Currently, in the age of DVDs and USB sticks this restriction is dropped and I am reconsidering including the GUI in the standard installation (Ubuntu bug 802304). The problem I am hitting now is that the GUI is bassed on the deprecated Qt4 which we do not want to pull into the standard installatioin.
So can you port HPLIP to Qt5? This would improve a lot on acceptance in Linux distributions and also help for integration on space-restricted mobile devices or appliances.
+1, I want to remove pyqt4 from Ubuntu's main at some point, so we will need this even if we won't include the GUI on the images.
Differences between PyQt4 and PyQt5 are described here: http:// pyqt.sourceforg e.net/Docs/ PyQt5/pyqt4_ differences. html.