blob: 7cfa2b700a26da40655c5d9cc30ecaeabe1e7d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.. _resources:
PyQt Resource files
===================
Compiling resource/ui files
---------------------------
You should refresh resource/ui files every time you change an image or a resource/ui (.ui / .qc). From the root folder::
% make ui
% make resources
As there are some tests to guard against unwanted resource updates, you will have to update the resource hash in those failing tests.
|