Evgenii Legotckoi
Evgenii LegotckoiJan. 26, 2017, 12:07 p.m.

QtConnecting your Qt application to Google services using OAuth 2.0

OAuth2, Qt, Google API, QtNetworkAuth

With the release of Qt 5.8, the QtNetworkAuth module has been added as a technology pending. It's focused on helping developers with their authentication frenzy. Currently OAuth1 and OAuth2 are supported. More authorization methods will be included in the future. …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 25, 2017, 10:07 a.m.

QtQt 5.8 released

Qt Lite, Qt 5.8, QML, Charts, Wayland, CAN, Modbus, Quick

On January 23, Qt Company announced the release of Qt 5.8, with a number of innovations that are quite global in nature. Let's get to know them.

Qt Lite

One of the main themes of Qt 5.8 is to make …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 22, 2017, 10:33 a.m.

QtQt/C++ - Lesson 059. Do I need to delete QStandardItem object from the memory after the call clear method in a data model?

QStandardItem, QStandardItemModel

When working with tables, and generally with different data in C ++ requires control over the removal to avoid memory leaks. But whether you want a total control of the removal of QStandardItem objects placed in QStandardItemModel , which has …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 22, 2017, 3:05 a.m.

DjangoDjango - Tutorial 019. Configuring the HTTPS protocol on the site of Let`s Encrypt

SSL, Django, HTTPS, letsencrypt, Nginx

Yesterday I received a letter from Google , since I use Google Search Console to monitor the indexing of site in Google search engine. The essence of the letter is that Google Chrome will report unsafe site that uses the …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 15, 2017, 6:49 a.m.

PyQt5PyQt5 - Lesson 004. Using QSettings

PyQt5, QSettings, Qt, python

See Using QSettings in PyQt5. I propose to write a small application, which will be a single check box, the state of which we will save in the settings. Status checkbox will be saved by clicking on the checkbox. After …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 13, 2017, 9:15 a.m.

QtQt/C++ - Lesson 058. Syntax highlighting of HTML code in QTextEdit

QTextDocument, QTextEdit, Qt, QSyntaxHighLighter, HTML

Some time ago, I was engaged in the study of syntax highlighting in QTextEdit and practiced on the syntax hightlighting for HTML code. As a result, able to do a pretty good variant of syntax highlighting of HTML code, but …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 9, 2017, 9:45 a.m.

DjangoDjango - Tutorial 018. Hackers blocking IP when attempting to password guessing on Django

IP, brute force, брутфорс, Django, блокировка, подбор пароля

After we replaced the login page Django on his own customized login page , the time has come to use this substitution for the purpose of improving the security of the site. For example, the introduction of an IP attacker …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 7, 2017, 8:20 a.m.

DjangoDjango - Tutorial 017. Customize the login page to Django

авторизация, Django, login

In order to make the registration of the login page in the same style with the design throughout the site, you can prepare a design template and replace the url pattern to give us an view of the desired page …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 5, 2017, 8:21 a.m.

QtQt/C++ - Lesson 057. Mistakes of output qDebug() for floating-point numbers

Qt, qDebug, float

When developing software to Qt had a chance encounter with one nuance when outputting floating point numbers through qDebug() . The problem is that not all characters are displayed after the decimal point. In the same sins and output std::cout …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 5, 2017, 7:47 a.m.

DjangoDjango - Tutorial 016. Displays a list of popular articles on any page of the site

Django, templatetags, Python, список популярных статей

The site already had an article about the withdrawal the list of popular articles in the last 7 days . But in the variant that is used in this article shows how to draw a conclusion on the Articles page. …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 4, 2017, 1:27 a.m.

Career and business in IT fieldProgramming - Individual entrepreneurship and work with foreign customers

ИП, валютный контроль, договор

После того, как мы обсудили налоговые послабления в виде налоговых каникул для индивидуальных предпринимателей, которые только начали свой профессиональный путь и были впервые зарегистрированы в качестве ИП, давайте обсудим вопрос внешнеэкономической деятельности. Например, Вы нашли заказчика из-за рубежа, которого устроили …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 30, 2016, 12:30 a.m.

DjangoDjango - Tutorial 015. Obtaining the IP address and the previous URL from the request

referer, Django, IP, HTTP

Obtaining the user IP-addresses from the request on the Django can be useful for the organization of a functional site, such as the hosts lock, from which users are trying to make password brute force to the site or if …

Read
Дмитрий

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

  • Result:60points,
  • Rating points-1
Дмитрий

C++ - Тест 003. Условия и циклы

  • Result:92points,
  • Rating points8
d
  • dsfs
  • April 26, 2024, 4:56 a.m.

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

  • Result:80points,
  • Rating points4
Last comments
k
kmssrFeb. 8, 2024, 6:43 p.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Qt WinAPI - Lesson 007. Working with ICMP Ping in Qt Без строки #include <QRegularExpressionValidator> в заголовочном файле не работает валидатор.
EVA
EVADec. 25, 2023, 10:30 a.m.
Boost - static linking in CMake project under Windows Ошибка LNK1104 часто возникает, когда компоновщик не может найти или открыть файл библиотеки. В вашем случае, это файл libboost_locale-vc142-mt-gd-x64-1_74.lib из библиотеки Boost для C+…
J
JonnyJoDec. 25, 2023, 8:38 a.m.
Boost - static linking in CMake project under Windows Сделал всё по-как у вас, но выдаёт ошибку [build] LINK : fatal error LNK1104: не удается открыть файл "libboost_locale-vc142-mt-gd-x64-1_74.lib" Хоть убей, не могу понять в чём дел…
G
GvozdikDec. 18, 2023, 9:01 p.m.
Qt/C++ - Lesson 056. Connecting the Boost library in Qt for MinGW and MSVC compilers Для решения твой проблемы добавь в файл .pro строчку "LIBS += -lws2_32" она решит проблему , лично мне помогло.
Now discuss on the forum
G
George13May 7, 2024, 12:27 a.m.
добавить qlineseries в функции в функции: "GPlotter::addSeries(QString title, QVector &arr)" я вызываю метод setChart(...), я в конструктор передал адрес на QChartView элемент
BlinCT
BlinCTMay 5, 2024, 5:46 a.m.
Написать свой GraphsView Всем привет. В Qt есть давольно старый обьект дял работы с графиками ChartsView и есть в 6.7 новый но очень сырой и со слабым функционалом GraphsView. По этой причине я хочу написать х…
PS
Peter SonMay 3, 2024, 5:57 p.m.
Best Indian Food Restaurant In Cincinnati OH Ready to embark on a gastronomic journey like no other? Join us at App india restaurant and discover why we're renowned as the Best Indian Food Restaurant In Cincinnati OH . Whether y…
Evgenii Legotckoi
Evgenii LegotckoiMay 2, 2024, 2:07 p.m.
Мобильное приложение на C++Qt и бэкенд к нему на Django Rest Framework Добрый день. По моему мнению - да, но то, что будет касаться вызовов к функционалу Андроида, может создать огромные трудности.
IscanderChe
IscanderCheApril 30, 2024, 4:22 a.m.
Во Flask рендер шаблона не передаётся в браузер Доброе утро! Имеется вот такой шаблон: <!doctype html><html> <head> <title>{{ title }}</title> <link rel="stylesheet" href="{{ url_…

Follow us in social networks