I tried searching for this issue and although I was able to find this bug on Qt's website, I wasn't able to find anything regarding non-document mode (in fact, it seemed to imply that the behavior that I was seeing was correct).
Anyways, I am trying to make a simple issue tracker and so I have a QTableWidget and a QTabWidget in a QSplitter as shown:
tabwidget1.png
If you look at the right side of the two widgets, you can see that the frame of the QTableWidget does not line up with the frame of the QTabWidget. I have emphasized the issue here:
tabwidget2.png
My question is, if this is the intended behavior...why was this added to the xp style sheet (it does not appear to have the same extra pixels on Macintosh or Plastique)? And regardless of that, how can I remove the extra white pixels on the bottom and right so that the frame lines up appropriately?
Thanks.
Bookmarks