Qt → Writing a custom Qt 3D aspect - part 2
Introduction
In the previous article we reviewed the custom aspect creation process and showed how to create (most of) the front-end functionality. In this article, we will continue to build our user facet by implementing the appropriate backend types, registering …
QML → QML - Tutorial 035. Using enumerations in QML without C ++
Well, finally they finally got it !!! There was an opportunity to declare enums immediately in QML without dancing with C ++. How to add your enumerations to QML through C ++ I described in this article . In fact, …
Qt → Qt/C++ - Tutorial 074. Generating pseudo-random numbers, using STD library random
qsrand, QRandomGenerator, Qt, Random, C++11, qrand
Generating random numbers may be needed, for example, to calculate weapon damage in a computer game or to represent a graph from random numbers.
Qt provides the qrand function for generating random numbers, and also, starting with Qt 5.10 , …
QML → Say hello to Qt Quick pointer handler
We know that over the years Qt Quick's multi-touch support has been inadequate in many of its use cases. We have a PinchArea , to handle zooming, rotating and dragging with two fingers; and MultiPointTouchArea , which can be used …
Django → Django 2.0 release
The Django team announced the release of Django 2.0
This release starts with free-form semantic versioning in Django, but there are no significant backward compatibility changes (except that Python 2.7 has been removed), which was expected in the 2.0 release. …
Linux → SNAP Tutorial 01. What is a snap and a simple example of a package assembly
Hello everyone.
It has long been planned to write a couple of articles on the topic of assembling self-contained snap packages.
If anyone does not know, then the snapcraft technology is a package assembly similar to * .deb or * …
Qt → Qt 3D Studio 1.0 Release
The Qt developers have announced the release of Qt 3D Studio 1.0 , which provides a 3D user interface development system that is suitable for both software developers and graphic designers.
Qt 3D Studio Editor
Qt 3D Studio is a …
Qt → Writing a custom Qt 3D aspect - part 1
Introduction
Qt 3D has a flexible and extensible architecture that allows us to easily add new functionality to it without breaking existing features. The functionality of Qt 3D is divided into so-called aspects, each of which encapsulates a specific subject …
QML → QML - Tutorial 034. Transfer of data structures from the C ++ application layer to the QML layer
QML, Qt, Meta, Q_INVOKABLE
One of the undoubted advantages of QML in Qt is that it allows a fairly sharp separation of backend logic from the application interface. That is, we write all the backend in C ++, and in QML we only display …
- Last comments
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
- ИМOct. 5, 2024, 4:51 p.m.Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
- Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
- Now discuss on the forum
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
- Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.