Gonzalo Peña-Castellanos
Gonzalo Peña-Castellanos
If we create the screenshots on every travis build we could compare image deltas of the generated screenshots, plus other problematic examples. If the build system is the same, the...
On Circle CI we can add a workflow that could require manual approval for tests to pass. This could be used to check images?
Well travis is easier to setup, but I think circleci is more powerful and it runs faster than Travis (the whole startup process of the containers)
@dpizetta, what kind of tests did you had in mind?
@dridk I do not think that you can get those values from the qpalette. If you need to access the palette programmatically you can use https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/palette.py ```python from qdarkstyle.palette import...
Thanks for pointing to th-at . resource. Thoughts @dpizetta
In the past I did not compile resources but used full paths with a variable and used the QSS file directly. Loading the compiled resources seems convenient but without the...
>Try reload() python function. May it works. May you also need to refresh cache. I'm not with the right name of this function right now but I have it. I...
Hi again @ColinDuquesnoy, regarding > (especially distribution of png files that are bundled with the stylesheet and loaded throught qrc:// url ) Understood, however I never used this method before...
Thanks for the heads up @dpizetta