pyrcc

How can resources be provided in PyQt6 (which has no pyrcc)?

落花浮王杯 提交于 2021-02-11 06:51:12
问题 The documentation for PyQt6 states that Support for Qt’s resource system has been removed (i.e. there is no pyrcc6 ). In light of this, how should one provide resources for a PyQt6 application? 回答1: There has been some discussion on the PyQt mailing list when this was found out. The maintainer is not interested in maintaining pyrcc anymore as he believes that it doesn't provide any major benefit considering that python already uses multiple files anyway. The easiest solution is probably to