Evgenii Legotckoi
Evgenii LegotckoiNov. 1, 2017, 2:40 a.m.

QMLQML - Tutorial 032. Create Custom QuickItem from C ++ using OpenGL tools

QQuickItem, QQuickPaintedItem, QML, Qt, C++

In tutorial 024 , I showed an example of creating a custom QML object in C ++ using QQuickPaintedItem , which has a paint() method, and in this paint method, you can draw the necessary objects on the graphics scene …

Read
grig_p
grig_pOct. 31, 2017, 4:27 a.m.

QtQt - WinAPI. How to show a running application on top of your application

WinAPI, Qt, winId

There was at me somehow a problem to operate applications - the services written on Qt, from application - a kernel written also on Qt. And, if the service application is not running, then it should be started, and if …

Read

LinuxSecrets of Writing Good Documentation

Документация

At the upcoming APIStrat conference in Portland, Taylor Barnett will explore various documentation design principles and discuss best practices.


Taylor Barnett, community engineer at Keen IO, says practice and constant iteration are key to writing good documentation. At the upcoming …

Read

QMLRunning Qt Applications in a Browser Using the WebGL Plugin

QML, Qt, WebGL, 3D

An interesting feature that came in Qt 5.10 is a new Qt back-end that uses WebGL for rendering. This allows Qt applications (with some restrictions) to run in a web browser that supports WebGL.

What it is?

The new back-end …

Read

QtBlocking serial port. QSerialPort + QThread.

Qt, QSerialPort, QThread

I had the task of writing software for controlling the radiator of the X-ray. Namely: realize the protocol of data transfer between the PC and the radiator of the X-ray and create the user-defined functions "Set parameters", "Enable X-ray", "Switch …

Read
Evgenii Legotckoi
Evgenii LegotckoiOct. 22, 2017, 4:54 a.m.

QtQt / C ++ - Tutorial 072. An example of a vector editor on Qt

QGraphicsItem, QGraphicsScene, QGraphicsView, Vector Editor, QGraphicsObject

Quite often there are questions in one way or another related to the work of the graphic scene, with custom figures, drawing lines on the graphic scene, and even all sorts of broken lines. And then I remembered about one …

Read
Evgenii Legotckoi
Evgenii LegotckoiOct. 15, 2017, 5:31 p.m.

C++C++ - Tutorial 011. Exceptions

C++, throw, catch, exception

What is an exception? This is a situation that is not provided by the standard behavior of the program. For example, an attempt to access an element in the Vector class (which we discussed in the article about classes ), …

Read
Evgenii Legotckoi
Evgenii LegotckoiOct. 14, 2017, 4:41 p.m.

C++C++ - Tutorial 010. Namespaces

namespaces, C++

In addition to functions, classes, and enumerations, C ++ provides namespaces as a mechanism for controlling and controlling the repeated names of functions and classes. For example, if you name some of your functions with names that intersect with the …

Read
Evgenii Legotckoi
Evgenii LegotckoiOct. 7, 2017, 4:46 p.m.

SFMLSFML - Tutorial 001. Connecting the SFML library to a project on Qt

SFML, Qt, C++, QWidget

SFML is an object-oriented analog SDL. The library provides easy access to the systems of input-output, audio, data network, as well as to OpenGL functionality.

And what if, in addition, to add to this library also the Qt functionality, get …

Read
Ruslan Polupan
Ruslan PolupanOct. 4, 2017, 1:05 p.m.

QtQt, Build IBASE driver (FireBird) Win10 Firebird 2.5

QIBASE, ming32, Qt, драйвер

Information does not pretend to be super useful, but it can help save time when setting up.


We have:
Win10 64 bit
Firebird 2.5 (win32)
Qt Creator 4.2.1
Based on Qt 5.8.0 (MSVC 2015, 32 бита)

mingw32-make.exe  -v
GNU Make …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 23, 2017, 7:55 a.m.

DjangoDjango - Tutorial 027. Implementation Google reCAPTCHA

Google, reCAPTCHA, Validation, Google API

I added to the site reCAPTCHA when registering users and some other actions of anonymous users, and then too many robots are registered on the site.

The adding of reCAPTCHA was done through the decorator function, so that it was …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 17, 2017, 4:10 a.m.

DjangoDjango - Tutorial 026. Setting up the Minification of CSS and JavaScript code in PyCharm

Minification, CSS, JavaScript

When developing a website, it is often noticed that the site should have a short response time to the user's actions, so they apply various methods to improve the site's performance, such as caching data on the user side, using …

Read
AD

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:50points,
  • Rating points-4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:80points,
  • Rating points4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:20points,
  • Rating points-10
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 10:51 p.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiNov. 1, 2024, 12:37 a.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 6:19 p.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 5:51 p.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 9:02 p.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
m
moogoNov. 22, 2024, 6:17 p.m.
Mosquito Spray System Effective Mosquito Systems for Backyard | Eco-Friendly Misting Control Device & Repellent Spray - Moogo ; Upgrade your backyard with our mosquito-repellent device! Our misters conce…
Evgenii Legotckoi
Evgenii LegotckoiJune 25, 2024, 1:11 a.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 5:04 p.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 1:49 p.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…

Follow us in social networks