lqt icon indicating copy to clipboard operation
lqt copied to clipboard

Lua bindings for Qt4 by Mauro Iazzi

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

QTabBar \* QTabWidget::tabBar () const [protected] Returns the current QTabBar.

missing

1. So many C4715 warnings arised when compile the generated codes using VC2010 warning C4715: 'lqt_shell_QGLShader::event' : not all control paths return a value 2. The Additional Dependence libraries are...

Well behaved lua modules should not set globals; Please fix lqt so it no longer does. For compatability, older apps can: local function shallowcopy ( dst , ... ) for...

I can't seem to find some defines anywhere in the library Eg, QWIDGETSIZE_MAX

I'm on windows, and I used pre-compiled package and the dlls I compiled myself, I can make it work when I use: require 'qtcore' require 'qtgui' but if I only...

Hello again, Would it be much trouble to add Lua bindings for the QScintilla component? If you can write me a short tutorial in the Wiki I would love to...

hi - I'm getting the following error after 'make' ....... Linking CXX shared module lib/qtsvg.so [ 69%] Built target qtsvg Scanning dependencies of target generate_qtuitools_xml [ 69%] Generating XML: running...

I built lqt successfully on macosx 10.6 but lua crashes as soon as I load the qtgui library with the following error: lua(39856,0x7fff70745ca0) malloc: **\* error for object 0x1057590a0: pointer...

Hi. I was using LQT a while back, however, there was a number of things lacking, operator overloading and templates among others. This is added in your version I saw....