Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サードパーティのサービスによって生成された D-BUS 信号に応答するように QT スロットをフックするにはどうすればよいですか?
次は正しいですか?
QDBusConnection bus = QDBusConnection::systemBus(); bus.connect("com.me.foo", "/", "com.me.foo.bar", "foo", this, SLOT(fooSignal()));