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
i deployed laravel 4.1 app in heroku following article http://phpartisan.tumblr.com/post/71580870739/running-laravel-4-on-heroku the static html homepage loaded okay when trying log-in, getting error sqlstate[hy000] [2002] no such file or directory my local setup laravel 4.1 & mysql. i don't think there database created when deployed. do need manually? how , settings then? thanks! the problem environment might still point local. in cli, type heroku run php artisan env find out. else, might wanto run php artisan migrate --env=production set correct production environment. you might encounter issue this: php fatal error: call undefined function symfony\component\console\mb_convert_variables() in /var/www/mysite/vendor/symfony/console/symfony/component/console/application.php on line 1154 trust me, tt has nothing mb_string module post stated. laravel: call undefined function symfony\component\console\mb_convert_variables()? the problem @ e...
Comments
Post a Comment