i'm trying subclass qstyleditemdelegate remove focus rectangle in qcombobox . even though i'm calling base implementation of paint function , nothing else, result different. looks if parts of style-sheet influence bounding box of item taken consideration. class pstyleditemdelegate(qstyleditemdelegate): def __init__(self, *args, **kwds): super(pstyleditemdelegate, self).__init__(*args, **kwds) def paint(self, *args, **kwargs): qstyleditemdelegate.paint(*args, **kwargs) what have paint unmodified qstyleditemdelegate ? as suggested tried replacing pyside pyqt4 , works, appears bug. update pyside 1.1.2 1.2.1 result same. unfortunately switch breaks other parts of code, if there no other suggestions i'm going accept answer. edit bug tracked here
initially, had deployed windows server 2012 in workstation mode tfs 2012 sql server 2012 did not install sharepoint nor configured reporting services tfs everything working fine. had users created under computer management > users , roles. the client machines able connect server, developers connected tfs , tfs portal. later decided move server have ad roles installed, installed , installation of ad went fine without issues, of-course had restart server couple times , change ad name. then tried connect server "name" can, "ip" never able to, quite ok. but later tried connect tfs using vs 2012 not able connect. sql server working fine, instance name working fine working fine in regards sql server, still tfs not able connect. later decided remove ad role - did!!! after users got removed, tfs entire setting got affected , tfs virtual folder under iis got corrupted, default collections under tfs got removed. in total entire project in stake. sys...
Comments
Post a Comment