diff --git a/README.md b/README.md index 45f1ac9..303c4d6 100755 --- a/README.md +++ b/README.md @@ -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. +That’s 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! ---
-[![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**. - - - - - - -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. + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +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) diff --git a/pictures/Qt D-Bus Example.png b/assets/Qt D-Bus Example.png similarity index 100% rename from pictures/Qt D-Bus Example.png rename to assets/Qt D-Bus Example.png diff --git a/assets/Qt-service-partner-badge.png b/assets/Qt-service-partner-badge.png new file mode 100644 index 0000000..b17b5c7 Binary files /dev/null and b/assets/Qt-service-partner-badge.png differ diff --git a/assets/iso 13485.png b/assets/iso 13485.png new file mode 100644 index 0000000..3fba4aa Binary files /dev/null and b/assets/iso 13485.png differ diff --git a/assets/iso 9001.png b/assets/iso 9001.png new file mode 100644 index 0000000..5dd72d5 Binary files /dev/null and b/assets/iso 9001.png differ diff --git a/assets/somcosoftware-full-logo.svg b/assets/somcosoftware-full-logo.svg new file mode 100644 index 0000000..895ac6b --- /dev/null +++ b/assets/somcosoftware-full-logo.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/pictures/Group 1.png b/pictures/Group 1.png deleted file mode 100644 index 205a150..0000000 Binary files a/pictures/Group 1.png and /dev/null differ