We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Used this (https://stackoverflow.com/questions/50627220/loadui-loads-everything-but-no-images-in-pyqt) but I don't know if it really solves our problems. Had to do the following:
cd
icons
addie
ui
pyrcc4
pyrcc5
pyrcc4 icons.qrc -o icons_rc.py
from addie.icons import icons_rc
addiedevel.sh
Should add this to the icons directory with a README to explain this
The text was updated successfully, but these errors were encountered:
I don't think we need this but keeping issue open till I can test we don't
Sorry, something went wrong.
marshallmcdonnell
No branches or pull requests
Used this (https://stackoverflow.com/questions/50627220/loadui-loads-everything-but-no-images-in-pyqt) but I don't know if it really solves our problems. Had to do the following:
cd
to theicons
folder (I moved it toaddie
sub-directory like I did theui
directory)pyrcc4
(orpyrcc5
):pyrcc4 icons.qrc -o icons_rc.py
from addie.icons import icons_rc
at the top of the file (just tried one so far)addiedevel.sh
Should add this to the
icons
directory with a README to explain thisThe text was updated successfully, but these errors were encountered: