For example, in Qt (correct me, if logic is wrong, I have not done Qt for a long time), you can do this:
QLabel label = new QLabel(this);
Now let's suppose:
#include <iostream>
class AbstractBase
{
public:
virtual void A...
asked by
11.02.2014 / 17:22