add widgets automatic in layout

This commit is contained in:
Syping 2019-09-25 14:23:45 +02:00
parent 33c32e096d
commit c51239a3fa
6 changed files with 212 additions and 4 deletions

View file

@ -67,6 +67,7 @@ public:
private:
lua_State *L;
static QString nameForPointer(void *pointer);
static QWidget* windowForObject(QObject *object);
};
#endif // LUAENGINEGUI_H