lqt
lqt copied to clipboard
Lua bindings for Qt4 by Mauro Iazzi
Hello! I was looking for a lupdate-like tool to collect string data from source code, so they can be translated (in .ts files) for multi-language applications. Does your code offer...
I got a build error when I tried to build lqt on Ubuntu. The installed version of libqt4-dev is 4.8 This is the output from the build: http://pastebin.com/RzCeUfFW This is...
Specifically, you can create objects in threads other than the loader, but you cannot then connect their signals to anything, or strange error messages from QCoreApplication::exec or QCoreApplication::processEvents (depending on...
Hey guys, hopefully someone will see this post after the latest contribution to this project is a little back-dated :( At first, I want to make clear what I have...
This closes Issue #44
The below segfaults for me; it works if I do `scene:addText("hi",QFont())` instead ``` require "qtcore" require "qtgui" local app = QApplication(1 + select('#', ...), {arg[0], ...}) local scene = QGraphicsScene()...
I'd like to record audio in my program, particularly using QAudioInput. Reckon you can add support for it?
This is a small crash case, from Qt 4.8.1 template <typename T> struct QConcatenable {}; template <typename A, typename B> class QStringBuilder { private: typedef QConcatenable<QStringBuilder<A, B> > Concatenable; typedef...
I'm not sure if this is a problem or it is just not clear to me how to do this. I'm trying to handle some keypresses to a QListWidget, but...
I'm working with a QImage and would appriciate a way to work with the raw uchar * As a note: I am working in luajit, and using the ffi would...