get the last QWidget actived
-
And is that type a QObject based class with
Q_OBJECT
in it's declaration ?@bozo6919 said in get the last QWidget actived:
class __declspec(dllexport) LayoutManager : public QObject
On a side note, Qt provides macros to properly handle the export/import stuff. See here.