Evgenii Legotckoi
Evgenii LegotckoiSept. 14, 2017, 3:05 p.m.

C++C++ - Tutorial 009. Modularity

C++, Modularity

The key to managing this is to clearly define the interactions among those parts. The first and most important step is to distinguish between the interface to a part and its implementation. At the language level, C++ represents interfaces by …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 13, 2017, 4:05 p.m.

QMLQML - Tutorial 031. Disable the system window framing in QML and write the code for processing the move and resize windows

QML, Qt, Frameless Window, Custom Style

If for some reason, you decide to abandon the standard system window frame and implement all the Title Bar windows on your own in QML, then you can easily implement this with QML, which is even easier than in C …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 2, 2017, 7:25 a.m.

C++C++ - Tutorial 008. Enumerations

c++, enum, enumerations

In addition to classes, C ++ supports enumerations. In the current standard, C ++ is supported as enumeration without the scope that was introduced in earlier versions of C ++, as well as C.

enum ColorTypes {
    Green,
    Yellow,
    Red …
Read
Дмитрий
ДмитрийAug. 29, 2017, 3:26 p.m.

QtOpen fb2-files using Qt

fb2, html, QXmlStreamReader, xml

Currently fb2 is a popular format for storing books. The fb2 file is a special case of xml. The main element of its structure, as for html, is the tag (control words). In this article, I'll show you how to …

Read
Дмитрий
ДмитрийAug. 11, 2017, 2:58 p.m.

QtUsing the capabilities of winExtras when working with QML

qt, TaskbarButton, JumpList, qml, ThumbnailToolBar, winextras

Some time ago I wrote several articles about using the QtWinExtras library, which opens access to special features that are available only for Windows. Now I want to say a few words about how to repeat, too, using QML. For …

Read
Дмитрий
ДмитрийAug. 6, 2017, 2:56 p.m.

QtUsing JumpList to store files opened in the application when using Qt

winExtras, jumpList

JumpList, one of the features that are present only in Windows (version 7 and above). In this sheet, in particular, you can store links to the most recently opened files in the application.


Step-by-step instruction

To use this function, you …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 5, 2017, 5:54 a.m.

QtQt/C ++ - Tutorial 071. Dynamic creation of graphs with QtCharts.

QtCharts, Qt5

We will analyze the creation of graphs when it is necessary to add a large number of graphs, which are created dynamically. A similar lesson was already in the article on dynamically creating widgets, only there were added QPushButton buttons. …

Read
Дмитрий
ДмитрийAug. 5, 2017, 1:13 a.m.

QtUsing the buttons WinThumbnailToolButton when working with Qt on Windows

winextras, QWinThumbnailToolButton, Qt, ThumbnailToolButton, WinThumbnailToolButton

Buttons of class QWinThumbnailToolButton - one of the options available only for Windows (7 and older). You could see such buttons in Windows Media Player


Step-by-step instruction

To use these buttons, you need to

Connect the winextras module to the …

Read
Дмитрий
ДмитрийJuly 30, 2017, 2:20 p.m.

QtProgress bar on the taskbar icon of a Windows application using Qt

Qt, полоса прогресса, QWinTaskbarProgress, winextras

The Qt library provides a number of platform-dependent features. One of these features for Windows is the use of the progress bar on the taskbar icon. This option is available for the OS since version 7.

To use this and …

Read
Evgenii Legotckoi
Evgenii LegotckoiJuly 27, 2017, 3:55 p.m.

QtQt/C++ - Tutorial 070. Crop image using QGraphicsScene

crop, Qt, qgraphicsscene, Image

Let's write a small application that will allow you to crop the image using QGraphicsScene . In this case, the image will be cropped so that a square is obtained. That is, to make the image always square (Add this …

Read
Evgenii Legotckoi
Evgenii LegotckoiJuly 23, 2017, 9:27 a.m.

QtQt/C++ - Tutorial 069. XOR Encryption

Qt, cmake, XOR

XOR-encryption is the application of a key through bitwise exclusive OR to the source text. The mechanism of the bitwise exclusive is the following:

X Y X⊕Y
0 0 0
0 1 1
1 0 1
1 1 0

Thus, …

Read
Evgenii Legotckoi
Evgenii LegotckoiJuly 23, 2017, 4:05 a.m.

QtQt/C++ - Tutorial 068. Hello World using the CMAKE build system in CLion

C++, Qt, cmake

Write "Hello, World !!!" On Qt in the IDE CLion using the CMAKE build system. The emphasis on the fact that the project is being developed in IDE CLion was made because to work with the project it is necessary …

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