KDBindings icon indicating copy to clipboard operation
KDBindings copied to clipboard

multithreading support

Open kshanik opened this issue 2 months ago • 2 comments

Can we achieve following in KDBindings?

  1. signal in thread1 and slots in thread2
  2. can it support something Qt provides ? QueuedConnection or BlockingQueuedConnection connection types?

Basically wanted to check if KDBindings support multithreaded property binding evaluation?

kshanik avatar Apr 07 '24 09:04 kshanik