BlinCT
BlinCTDec. 3, 2017, 4:05 p.m.

LinuxSNAP Tutorial 01. What is a snap and a simple example of a package assembly

snap

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 * …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 1, 2017, 10:43 a.m.

QtQt 3D Studio 1.0 Release

Qt, 3D, Studio, Releases

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 …

Read

QtWriting a custom Qt 3D aspect - part 1

Qt 3D, OpenGL, C++, Qt

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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 27, 2017, 2:42 a.m.

QMLQML - 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 …

Read

QtQt 5.10 Brings New Qt Virtual Keyboard 2.3

Qt, Qt 5.10, Virtual Keyboard

The Qt virtual keyboard provides you with an input interface and keyboard link for Qt 5 on Linux Desktop/X11, Windows Desktop and Boot2Qt - embedded target platforms. In addition to the virtual keyboard, the module also offers universal handwriting recognition …

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 24, 2017, 3:27 a.m.

QtAre you ready for Qt Quick Controls 2.3?

Qt5, Qt Quick Controls, Dev Loop, ui, Qt 5.10

With the release of Qt 5.10, Qt Quick Controls 2.3 will be available.

New functionality in Qt Quick Controls 2.3:

  • New styles
  • Menu and actions (Actions)
  • Palettes

New styles

Two new styles have been introduced: Fusion and Imagine . The …

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 22, 2017, 2:01 p.m.

QtQt 5.9.3 Release

Dev Loop, Qt, Releases

The Qt developers announced on their blog about the release of Qt 5.9.3, which is a patch and does not bring anything new in terms of functionality. However, it focused on fixing bugs and improving performance.


Compared to Qt 5.9.2. …

Read

AlgorithmsMachine Learning Algorithms: Which One Should You Choose to Solve Your Problem?

Машинное обучение, Machine Learning, ИИ, AI

Many articles about [machine learning] algorithms (https://ru.wikipedia.org/wiki/Machine_learning) provide great definitions - but they don't make it easy to choose which algorithm you should use. Read this article!

When I started my data science journey, I often faced the problem of …

Read

QtImproving CPU Usage in Qt 3D

OpenGL, Qt 3D

Много улучшений было внесено в Qt 3D с момента выпуска Qt 5.6, нашей предыдущей версии долгосрочной поддержки (LTS). Инженеры из KDAB и The Qt Company упорно работали, чтобы привнести новые функции в Qt 5.9 LTS, многие из которых перечислены в …

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 10, 2017, 2:43 a.m.

DjangoDjango - Tutorial 028. Connecting the ability to upload images to users without staff status in CKEditor

Django, ckeditor

In most of the site I use a self-written WYSIWYG editor, so it's not as advanced as I'd like. But for writing articles on the site, CKEditor is used, a very powerful and good editor. Nuance is that writing articles …

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 9, 2017, 2:22 a.m.

QtQt/C++ - Tutorial 073. Signals and slots. Connecting Slots to Overloaded Signals in the Qt5 Syntax

Signal, Slot, Qt, Qt5

Quite a frequent problem when working with signals with slots in Qt5, according to my observations on the forum, is the connection of slots in the syntax on the pointers to signals having an overload of the signature. The same …

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 6, 2017, 6:05 a.m.

QMLQML - Tutorial 033. Connecting JavaScript files to other JavaScript files in a Qt / QML project

QML, JavaScript, import

In the framework of the project on QML there is an opportunity not only to connect JavaScript files in QML files, but also in other JavaScript files. The syntax for connecting these files will be similar to that used in …

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