Felipe Farinon

Results 6 issues of Felipe Farinon

## Description Whenever I move a tab (TabWidget with movable=true) left, the text disappears while I'm dragging it. But when I move it right, the text is kept. ![GIF 1-8-2023...

bug

## Description The image below shows two issues. In red, the tab header is not aligned with the border of the tab widget. In blue, I believe that there shouldn't...

bug

## Question I've two differences in my application to the visual styles that appear in the gallery gif [1]. 1. The TreeWidget background in the gallery is white in the...

question

If you access https://github.com/uwerat/qskinny/blob/master/doc/tutorials/01-What-is-QSkinny.asciidoc you'll see that the images are not rendering. Was the tutorial meant to be read in another way, or is it broken? ![image](https://github.com/uwerat/qskinny/assets/17036813/0fb138c8-54f4-41ce-9358-555e6c90a1db)

When we compile cryptopp as a universal binary (x86_64 + arm64) using this CMake script, running the cryptest validation test fails. It also crashes my application that relies on this,...

When we compile a universal binary (x86_64 + arm64) on an Intel macOS, a warning message shows, but compilation and validation tests succeed. Is this a deeper problem or just...