Evgenii Legotckoi
Evgenii LegotckoiJan. 31, 2020, 3:50 a.m.

DjangoDjango - Tutorial 051. How to change queryset and editing ability in ModelAdmin depending on the user

Model, UserAdmin, Django

A short note on how to fix the queryset administration form admin.ModelAdmin or UserAdmin . Actually, there is no difference, since the form UserAdmin is inherited from admin.ModelAdmin . Nevertheless, I will show UserAdmin as an example.

The task is …

Read
mafulechka
mafulechkaJan. 29, 2020, 4:36 a.m.

QtQt Online Installer 3.2.1 released

Qt, Installer, Online

We are happy to announce that Qt Online Installer based on Installer Framework 3.2.0 has been released. The biggest change was the installation process, which requires users of the Open Source version of Qt to commit to using the open …

Read
mafulechka
mafulechkaJan. 27, 2020, 2:52 a.m.

QtBuilding Qt Creator plugins with GitHub Actions

Qt Creator, Qt, GitHub, plugin

Qt Creator is a cross-platform, highly modular Qt C++ application.

To build the Qt Creator plugin you need:

• C++ compiler
• Qt SDK
• Qt Creator SDK

Few plugin developers know that Qt Creator releases an SDK. You don't …

Read
Ruslan Polupan
Ruslan PolupanJan. 25, 2020, 7:50 a.m.

Development diariesMposWebReport project. Part 01.

FireBird, QtWebApp, Qt, QIBASE, WEB

Setting tasks.

The project is designed to implement the possibility of obtaining reporting on the operation of facilities (gas stations) for customers who do not have a full-fledged part of the implementation of the Back-office component, to monitor and receive …

Read
Ruslan Polupan
Ruslan PolupanJan. 17, 2020, 8:04 a.m.

QtPlace the application window at the top and center of the main screen (monitor)

primaryScreen, QScreen

Пополняю свой склерозник....
Возникла необходимость разместить главный виджет приложения прикрепленный посредине верхней части основного экрана, т.е. основного монитора.


void MainWidget::moveToTopCenter()
{
    auto screen = QGuiApplication::primaryScreen(); //опеределянм главный экран
    QRect rect = screen->geometry(); //размер экрана
    QPoint center = rect.center(); //координаты центра …
Read
Александр Панюшкин
Александр ПанюшкинDec. 24, 2019, 2:58 p.m.

QtCreating an iOS app in QtCreator

iOS, Qt, appstore

This article is a note to myself on the topic of creating an iOS application in the QtCreator environment.

Task: to make an application for iPhone/iPad, which can be uploaded to the AppStore. At the same time, use QtCreator tools …

Read
mafulechka
mafulechkaDec. 11, 2019, 6:18 a.m.

QtQt Design Studio 1.4 Beta released

Quick, Qt, Release, QML, UI, UX

We are happy to announce the beta version of Qt Design Studio 1.4

Qt Design Studio is a User Interface (UI) design and development tool that allows designers and developers to rapidly prototype and develop complex user interfaces. Both designers …

Read
mafulechka
mafulechkaDec. 7, 2019, 8:11 a.m.

QtParsing XML with Qt: Updates for Qt 6

Qt, XML, Parsing, Qt 6

It's been a long time since articles have touched on parsing XML documents with Qt. I would like to share some fresh news about the expected changes in the next releases. But first, let's recap what Qt currently provides for …

Read
mafulechka
mafulechkaDec. 6, 2019, 4:53 a.m.

Unreal Engine 4Effective Virtual Police Training Environment in VR by V-Armed

VR, UE4, Unreal

Virtual reality has seen many implementations in the education and simulation sector, from brain surgery to military operations. VR (virtual reality) based law enforcement training is now available for police officers to quickly and safely prepare them for various situations. …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 1, 2019, 2:22 p.m.

QtQt/C++ - Tutorial 090. How to make a learning dialogue with highlighting widgets in the program

Qt, QWidget, Stylesheet, Tutorial

I suggest studying a small application in which a dialog box will be created, thanks to which the user can be trained in the functionality of your program, step by step explaining which program widget is responsible for what.

To …

Read
Дмитрий

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

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

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

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

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

  • Result:80points,
  • Rating points4
Last comments
k
kmssrFeb. 9, 2024, 2:43 a.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, 6:30 p.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, 4:38 p.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. 19, 2023, 5:01 a.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, 7:27 a.m.
добавить qlineseries в функции в функции: "GPlotter::addSeries(QString title, QVector &arr)" я вызываю метод setChart(...), я в конструктор передал адрес на QChartView элемент
BlinCT
BlinCTMay 5, 2024, 12:46 p.m.
Написать свой GraphsView Всем привет. В Qt есть давольно старый обьект дял работы с графиками ChartsView и есть в 6.7 новый но очень сырой и со слабым функционалом GraphsView. По этой причине я хочу написать х…
PS
Peter SonMay 4, 2024, 12:57 a.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, 9:07 p.m.
Мобильное приложение на C++Qt и бэкенд к нему на Django Rest Framework Добрый день. По моему мнению - да, но то, что будет касаться вызовов к функционалу Андроида, может создать огромные трудности.
IscanderChe
IscanderCheApril 30, 2024, 11:22 a.m.
Во Flask рендер шаблона не передаётся в браузер Доброе утро! Имеется вот такой шаблон: <!doctype html><html> <head> <title>{{ title }}</title> <link rel="stylesheet" href="{{ url_…

Follow us in social networks