Blog
QBoundMethod Part 2
Today, I’d like to discuss the implementation of QBoundMethod in every detail. The core of all functionality is placed in QBoundMethod::construct() method. It is responsible for creating a copy of generic arguments provided as its parameters. For every QGenericArgument, a QVariant holding copy of the original data is created and […]
QBoundMethod
Bound method is usually defined as class method associated with an object (instance of the class). But what if we could extend this term a bit and bind methods not only to objects but to an arbitrary number of arguments as well? Let’s assume that if we have a method […]
Django "Mass Change" Admin Site Extension
Django Framework with its automatically generated admin site is quite a deal for any web developer when it comes to creating relatively simple applications in a very agile manner. In case you don’t know Django already I highly recommend reading about the project on its homepage – djangoproject.com and googling […]
Hello world!
I don’t think there is an established way of writing the first post on one’s blog but I guess that stating the reasons for running a blog in the first place is fair enough. So… why do I want to run a blog? In fact I gave it quite some […]
Recent Comments