Qt → Qt WinAPI - Lesson 010. How to check if file writing is prohibited by another process.
Surprisingly, in the course of my professional activity, I stumbled upon one interesting feature of QFile. With it, you can check whether it is possible to read or write information to a file. But at the same time, QFile ignores …
Qt → Building Docker from QtCreator
Docker, Qt, QtCreator, build, cmake
On your development machine, press Ctrl+R (Run) in QtCreator to create and run your Qt application. If you want to run an application on an embedded system, then you must complete four tasks:
• Create a Qt cross-application for the …
Qt → Introducing Qt Quick 3D Benchmarking App
Why a benchmark app?
With the upcoming release of Qt 5.15 and the improved version of Qt Quick 3D, the developers wanted to offer their customers and other users the ability to easily test the capabilities of their hardware. Thus …
Qt → Qt Design Studio 1.5 Beta Released
Qt developers are happy to announce the beta version of Qt Design Studio 1.5
Qt Design Studio is a user interface design and development tool that allows designers and developers to rapidly prototype and develop complex user interfaces. Both designers …
Career and business in IT field → Path to Programmers (C ++)
стать программистом с нуля, C++, Qt, карьера в IT
Hello. I am with you. I liked boxing and long-distance running, and I only thought about sports, but I trained as a sailor. I worked in aviation and became a C++ programmer at 29. I'll tell you how it happened. …
Qt → What's New in QML in Qt 5.15
While big changes are expected in Qt 6.0, QML has already received some new language features in 5.15. Read on to learn about required properties, built-in components, and nullish coalescing.
Required Properties
Sometimes you have components that require some property …
Qt → QML Type Registration in Qt 5.15
qmlRegisterType, QMetaType, qmlRegisterSingletonType, Qt, QML, QML_ELEMENT
Qt 5.15 provides a much improved way to represent C++ types for QML. Now you can specify the name and version of your module in a central place, and you no longer need to specify minor versions or revisions. In …
Qt → Custom client side window decorations in Qt 5.15
This is fresh news about a new feature in Qt 5.15 that is very exciting.
Traditionally, window treatments have been a pretty boring thing. Title, Limit, Minimize, Maximize, Resize, Exit... and that's it.
However, more and more applications have recently …
Qt → Cross-platform development with Qt and Visual Studio
development, Qt, Visual Studio, MSBuild
In the next release of the Qt Visual Studio tools scheduled for this summer, the developers plan to add support for Visual Studio Linux projects. Since the introduction of the Linux in C++ workload, users have been able to work …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…