Thanks for the notice, that was why it didn't work.
By make the page transparent, I mean have a hole inside the QToolBox. And actually not a "hole" like 100% transparent but I would to set the transparency.
For example, if you set the stylesheet with:
@QToolBox QWidget[myProperty="true"] { background-color: rgba(0, 255, 0,20); }@
You'll see some green and the transparency are here too BUT still with the gray in background. Like if there is another widget to set!