lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 10 March 2012 09:23, Ralf Van Bogaert <ralf.vanbogaert@gmail.com> wrote:
> Does this mean lqt would also permit the use of QThread and other classes
> that use threads such as QFileSystemModel?

It does not allow the use of QThread (yet). However, if I handle the
threading issue, I will definitely think about enabling QThread. Even
if I do not allow the creation of threads, I will need to handle
access from other threads. I was not aware of the problems with
QFileSystemModel, so I'll check it.