>> what is the expected event execution order in the following scenario?
>>
>> - 2 Threads running their event loop
>> - Thread T1 is handling an event E1
>> - Thread T2 sends an event E2 to T1 (queued)
>> - Thread T1 (still handling E1) emits an event E3 to itself (direct) after
>> E2 has already
Hello,
My project contains several executable projects. One of them is main GUI
application and I want it to be set as to run by default. Now Qt Creator
by default assigns another one and I have to switch to main GUI project
manually for every new platform / new solution load.
Is it possible
On Sunday, 29 September 2019 02:49:36 PDT Richard Weickelt wrote:
> Hello,
>
> what is the expected event execution order in the following scenario?
>
> - 2 Threads running their event loop
> - Thread T1 is handling an event E1
> - Thread T2 sends an event E2 to T1 (queued)
> - Thread T1 (still h
On 9/29/19 5:00 AM, Richard Weickelt wrote:
what is the expected event execution order in the following scenario?
- 2 Threads running their event loop
- Thread T1 is handling an event E1
- Thread T2 sends an event E2 to T1 (queued)
- Thread T1 (still handling E1) emits an event E3 to itself (di
...back from vacation
tomorrow will update my tooling
anyone else with working installations using SDK Platform 29 ?
Otherwise I'll start with Jérôme's config
thx
ekke
Am 11.09.19 um 15:21 schrieb Jérôme Godbout:
> I have the following working with Qt 5.13.1:
> - SDK 28 rev 6
> - SDK Built tool
Hello,
what is the expected event execution order in the following scenario?
- 2 Threads running their event loop
- Thread T1 is handling an event E1
- Thread T2 sends an event E2 to T1 (queued)
- Thread T1 (still handling E1) emits an event E3 to itself (direct) after
E2 has already been enqueue