Evgenii Legotckoi
Evgenii LegotckoiFeb. 28, 2018, 4:57 a.m.

DjangoDjango - Tutorial 033. Passing the argument list to the order_by method to sort the QuerySet

сортировка, sort, Django

To improve the usability of article sections, we sorted articles by date, title, and number of views. In addition, the ability to find information on articles of the section has been added. This feature is implemented through several checkboxes that …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 27, 2018, 2:40 a.m.

AndroidAndroid. Java vs Qt QML - Tutorial 002. Handling of button clicks

Qt, Android, JAVA, button, QML

After we got acquainted with Hello World from the Java world and Qt QML under Android, I suggest writing an application that will have two buttons and by clicking on these buttons it will change the text in a small …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 26, 2018, 2:07 a.m.

QtQt/C++ - Tutorial 075. Improving the syntax of signals and slots in Qt 5.7 and above for overloaded signals and slots

слоты, Qt, сигналы

In Qt, different classes have a number of signals and slots that have overloads, so that the connection recording looks simply monstrous, when static_cast is required to specify a particular signal or slot.

So, in Qt, there is a functional …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 24, 2018, 11:51 a.m.

PythonPython 3 - Tutorial 003. Basic Syntax

Синтаксис, Python 3, Syntax

The Python language has many similarities to Perl, C, and Java. However, there are some definite differences between the languages.

First Python Program

Let us execute the programs in different modes of programming.

Interactive Mode Programming

Invoking the interpreter without …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 19, 2018, 2:13 a.m.

AndroidAndroid. Java vs Qt QML - Tutorial 001. Hello World

Qt, JAVA, Android, QML

Curiosity sake decided to compare the two options for writing applications for Android. Once upon a time, I began to work on programming for Android on Java, but over time I switched to developing Desktop applications on Qt QML. But …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 18, 2018, 8:34 a.m.

PythonPython 3 - Tutorial 002. Environment Setup

Python 3, Python

Python 3 is available for Windows, Mac OS and most versions of the Linux operating system.

Local Environment Setup

Open a terminal window and type "python" to find out if it is already installed and which version is installed.

Getting …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 13, 2018, 6:13 p.m.

C++Cooking lambda functions in C ++ - Part 1

С++, лямбда функция

My favorite tool in C ++ is lambda functions, although somehow they told me that they seem scary. In fact they are lovely. They greatly simplify the writing of programs and allow you to make quite interesting decisions.

But before …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 13, 2018, 5:02 p.m.

PythonPython 3 - Tutorial 001. Introduce

Python, Python 3

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). Python is named after …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 16, 2018, 2:19 a.m.

DjangoDjango - Tutorial 032. Advanced search options

Django, Search

The site has functional, thanks to which you can ask a question on the forum with an article on the site to which this question relates in one way or another. This is done through external keys from the topic …

Read

C++The Pimpl Programming Pattern - What You Should Know

C++, Pimpl

Basics

You may come across the Pimpl template under other names: d-pointer, compiler firewall, or even Cheshire Cat template or opaque pointer.

In its main form, the template looks like this:

  • In a class, we move all private members to …
Read
alex_lip
alex_lipJan. 14, 2018, 2:15 p.m.

QtDevelopment on Qt for iOS

ios, qt

Preamble

The most democratic country in the world has created the most totalitarian operating system. Therefore, if you want to test your software on an iPad or IPhone, you must register with https://developer.apple.com/ as a developer. At the first stage, …

Read

QtQt Cloud Messaging API available for embedded systems

Cloud, Messaging, QML

Problems with cloud messaging for embedded devices inspired the Kaltiot & SnowGrains teams to create a cross-platform Qt API that makes it easy to send messages from embedded devices. The API is called Qt Cloud Messaging API and is built …

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, 7:51 p.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiOct. 31, 2024, 9:37 p.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 3:19 p.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 2:51 p.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 6: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, 3: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 24, 2024, 10:11 p.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 2:04 p.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 10:49 a.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…

Follow us in social networks