Re: [Interest] Text-To-Speech in QT6

2021-07-20 Thread Volker Hilsheimer
> On 9 Jul 2021, at 15:35, Corentin BACQUÉ-CAZENAVE via Interest > wrote: > > Hi, > > I'm working on an app using Text-To-Speech, but QTextToSpeech isn't not > present in QT6 apparently. > > There is plan to add this module to a future QT6 release? Or an alternative > module exists? > > Tha

Re: [Interest] Difficulty running Timer from QThread

2021-07-20 Thread Israel Brewster
For what it’s worth, it doesn’t appear that the thread in which the QTimer object lived was ever the problem. Even when I first asked the question, calling rtspStartTimer->thread() returned the correct thread (or at least the same thread as calling this->thread() from a parent class function).

Re: [Interest] Difficulty running Timer from QThread

2021-07-20 Thread Björn Schäpers
Am 20.07.2021 um 06:19 schrieb Thiago Macieira: On Monday, 19 July 2021 11:51:30 PDT Björn Schäpers wrote: Yes, and the Timer was created inside the VLCWorker::initVLC, and said worker was moved, but before initVLC, but initVLC was called in the moved from thread. But the QTimer had no parent.