mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 08:45:25 +08:00
qt 6.5.1 original
This commit is contained in:
10
examples/dbus/remotecontrolledcar/common/car.xml
Normal file
10
examples/dbus/remotecontrolledcar/common/car.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||||
<node name="/com/trollech/examples/car">
|
||||
<interface name="org.example.Examples.CarInterface">
|
||||
<method name="accelerate"/>
|
||||
<method name="decelerate"/>
|
||||
<method name="turnLeft"/>
|
||||
<method name="turnRight"/>
|
||||
</interface>
|
||||
</node>
|
Reference in New Issue
Block a user