I'm trying to center a checkbox as described by this faq: http://trolltech.com/developer/knowledgebase/faq.2008-01-03.2614755816/ Unfortunately, it looks like the function, check, that returns the size of the checkbox isn't exposed in pyqt4 because it's marked as internal. Is there another way to figure out the size? -e