Julien
Julien
Well sometime the frame is here to highlight a widget, and sometime to give it some depth. I already handled groupboxes, but I don't think that scrollbars would look good...
Light frame for groupbox is triggered by the `QPalette::Window` color being very Dark `Dc::hack_isVeryDarkCol(pal.color(QPalette::Window))`, which is false for Stealth (only the `QPalette::Base` color passes the test) I'll play with threshold...
Thanks for your answer. This is not a linked image but rather a reference to a gradient defined earlier. ` ` Ok, so after messing with the canvas I found...
Could you help me locate where in your code I could access the fill property and strip everything that is located before the # ?
I'm currently cleaning up the canva using jquery before calling the png export function. `// clean up svg $(curSelector + " svg circle").each(function() { var fill = $(this).attr("fill"); if( fill.startsWith("url(")...
Came here to ask the very same question. I'm unable to use clang power tools since my project is Qt based. I get the infamous `Exception lors de l'appel de...
Thanks a lot. Let me know if you need help with testing.
i still obtain the same error messages when running clang tidy.
Clang compile returns different errors, it seems like it can't find Qt headers and complains for lots of them ```c++ D:\Dev\Test-x64\Project\debug/../../../Primary.h:3:10: fatal error: 'QThread' file not found #include ^~~~~~~~~ 1...
I have both Qt4 and Qt5 projects and errors seems to only occur with Qt4. I'll spend more time on this and come back to you