lqt icon indicating copy to clipboard operation
lqt copied to clipboard

Lua Binding for Qt5

Results 7 lqt issues
Sort by recently updated
recently updated
newest added

Hello! I found this project while I was looking for Lua alternatives to PyQT and I noticed that this project has build instructions for Windows and Mac OS, but not...

I found that the generated XML has winId information, but export qtwidgets_ meta_ QWidget. The cpp file does not register Lua's winId interface. So how do I get the winId...

1. The dynamically created "LqtSlotAcceptor" objects were never deleted. Wrapped it into a unique_ptr to auto-delete them, when the library is unloaded. 2. When multiple lua_States loaded modules (via "require")...

Tried to compile with Visual Studio 2017 and QT 5.14.1 but got the following Errors: ``` Error C2248 'QObjectUserData::QObjectUserData': cannot access private member declared in class 'QObjectUserData' qtcore c:\devtools\lqtqt5.14.1\build\qtcore_src\qtcore_meta_qobjectuserdata.cpp 7...

`qtcore_meta_QObjectUserData.cpp:7:52: error: use of deleted function ‘QObjectUserData::QObjectUserData(const QObjectUserData&)’ 7 | QObjectUserData& ret = *(new QObjectUserData(arg1)); ` 5.13.0 with some other error spend my whole day (>﹏

Is it true that classes QMenuBar and QToolBar are not implemented in lqt? Any specific reason for that? It would be helpful to have a list of implemented, partially implemented,...

Hi, I tried to port lqt5 to the current lua 5.4.4 release. Till now i was already successfully using it with a custom Lua 5.1.4 Interpreter. I came around the...