Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 37 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,55 @@
![Qt D-Bus Example](./pictures/Qt%20D-Bus%20Example.png)
![Qt D-Bus Example](./assets/Qt%20D-Bus%20Example.png)
# Qt D-Bus Example

D-Bus is a popular mechanism to implement an inter-process communication. It's important to understand the very basics of this way of making processes talking with each other.
D-Bus is a popular mechanism for inter-process communication. It's important to understand the very basics of this way of making processes talk to each other.

That's why we spent some time on preparin a tutorial and this example on how to start with D-Bus in the Qt framework - our main area of expertise.
Thats why we prepared a tutorial and this example on how to start with D-Bus in the Qt framework - our main area of expertise.

You find the blog post with full ste-by-step explanation on [Somco Software website](https://somcosoftware.com/en/blog/how-to-use-d-bus-with-qt-6).
You find the blog post with full step-by-step explanation on [Somco Software website](https://somcosoftware.com/en/blog/how-to-use-d-bus-with-qt-6).
Make sure you check it!

---

<br>

[![Somco Software](./pictures/Group%201.png)](https://somcosoftware.com)
[![Somco Software](./assets/somcosoftware-full-logo.svg)](https://somcosoftware.com)

## About Somco Software
We are a group of Qt and C++ enthusiasts whose goal is to address growing demand for cross-platform Qt development services. Thanks to our expertise in **Qt QML development**, quality of deliveries and proven track of projects developed for companies from various industries we have been awarded the title of an official **Qt Service Partner**.

<span>
<a href="https://somcosoftware.com"><img width="340" height="150" src="https://user-images.githubusercontent.com/45963332/221174257-c1e1a9d9-0efa-4b25-996b-4b364ccb325c.svg"></a>
<a href="https://clutch.co/profile/scythe-studio"><img height="150" width="150" src="https://user-images.githubusercontent.com/45963332/221174280-99b32a1d-7418-4a49-bcea-6927639cf557.png"></a>
</span>

The company offers broad spectrum of services for the clients who wish to bring their ideas to life. We have extensive and practical knowledge about various Qt modules and other technologies allowing to create high quality product in a cost effective approach. If you want to see what Somco Software is is capable of and what services we provide, check out [this link](https://somcosoftware.com/en/services).
[Somco Software](https://somcosoftware.com/en/) (previously Scythe Studio) is an embedded and cross-platform software development company with a strong focus on Qt and C++, delivering reliable, high-quality solutions for regulated industries, with particular expertise in medical devices. We are an ISO 9001 and ISO 13485 certified software house, specializing in GUI development, Linux-based systems, and advanced connectivity solutions. Somco Software is an official Qt Service Partner and a trusted partner of leading hardware manufacturers.

<table style="margin: 0 auto; border:0;">
<tr style="border:0">
<td style="border:0">
<a href="https://somcosoftware.com/">
<img src="./assets/Qt-service-partner-badge.png">
</a>
</td>
<td style="border:0">
<a href="https://clutch.co/profile/somco-software">
<img height="150" width="150"
src="https://github.com/user-attachments/assets/023e102e-84c1-4e7e-b9de-cae476e681e7">
</a>
</td>
<td style="border:0">
<a href="https://somcosoftware.com/en/iso">
<img src="./assets/iso 13485.png" style="background: #031813;">
</a>
</td>
<td style="border:0">
<a href="https://somcosoftware.com/en/iso">
<img src="./assets/iso 9001.png" style="background: #031813;">
</a>
</td>
</tr>
</table>

We support projects from design to delivery, offering UX/UI design, custom Yocto Linux images, and development in Qt as well as LVGL and TouchGFX. We also help with software modernization, training, and technical consulting. With a practical, developer-focused approach, we build efficient, reliable solutions that fit real project needs.

## Follow us

Check out those links if you want to see Somco Software in action and follow the newest trends saying about Qt QML development.
Check out those links if you want to see Somco Software in action and follow the latest trends in Qt/QML development.

* 🌐 [Somco Software Website](https://somcosoftware.com/en/)
* ✍️ [Somco Software Blog Website](https://somcosoftware.com/en/blog)
* 👔 [Somco Software LinkedIn Profile](https://www.linkedin.com/company/scythestudio/mycompany/)
* 👔 [Somco Software Facebook Page](https://www.facebook.com/ScytheStudiio)
* 🎥 [Somco Software Youtube Channel](https://www.youtube.com/channel/UCf4OHosddUYcfmLuGU9e-SQ/featured)
* 👔 [Somco Software LinkedIn Profile](https://www.linkedin.com/company/somcosoftware)
* 🎥 [Somco Software YouTube Channel](https://www.youtube.com/channel/UCf4OHosddUYcfmLuGU9e-SQ/featured)
File renamed without changes
Binary file added assets/Qt-service-partner-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/iso 13485.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/iso 9001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/somcosoftware-full-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed pictures/Group 1.png
Binary file not shown.