首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏嵌入式开发圈

    一口气, 了解 Qt 的所有 IPC 方式 | Qt 速学

    示例 https://doc.qt.io/qt-5/qtdbus-chat-example.html 这个例子演示了如何使用 Qt DBus 实现一个基于 D-Bus 的简易聊天室。 运行效果: ? 更详细的说明: https://doc.qt.io/qt-5/qtdbus-index.html https://unix.stackexchange.com/questions/604258/what-is-d-bus-practically-useful-for

    1.2K30发布于 2021-07-07
  • 来自专栏嵌入式技术笔记

    一口气, 了解 Qt 的所有 IPC 方式 | Qt 速学

    示例 https://doc.qt.io/qt-5/qtdbus-chat-example.html 这个例子演示了如何使用 Qt DBus 实现一个基于 D-Bus 的简易聊天室。 运行效果: ? 更详细的说明: https://doc.qt.io/qt-5/qtdbus-index.html https://unix.stackexchange.com/questions/604258/what-is-d-bus-practically-useful-for

    2K40发布于 2021-07-09
  • 来自专栏祥的专栏

    PyQT5编译安装[Python3.6.1 + VS2013 + QT5.5]

    Checking to see if the QtDBus module should be built... QtQml, QtSql, QtSvg, QtTest, QtWebKit, QtWebKitWidgets, QtWidgets, QtXml, QtXmlPatterns, QtDesigner, QtDBus Generating the C++ source for the QtDBus module... Generating the .pro file for the QtDBus module... 另外,附上PyQT5.10.1中可以禁掉的模块 'QtCore', 'QtAndroidExtras', 'QtDBus', 'QtGui', 'QtNetwork', 'QtNetworkAuth',

    3.1K10发布于 2020-03-10
  • 来自专栏Qt6 研发工程师

    Qt | linux dbus聊天

    04、QDBusAbstractAdaptor>>>QDBusAbstractAdaptor 是 QtDBus 模块中的一个类,用于创建 D-Bus 适配器。

    2.9K00编辑于 2024-12-22
领券