Andrei Yankovich
March 24, 2020, 7:50 p.m.

SoftwareRelease of C++/Qt and QML application deployment utility CQtDeployer v1.4.0 (Binary Box)

с++, Installer, cqtdeployer, deployment, самодостаточные установщики, qml

Almost half a year later, a major update of the CQtDeployer deployment utility was released.
This update has many innovations, but the main emphasis is on creating packages.


CQtDeployer 1.4.0

Fixes

  • Fixed The help output in the console, now the …
Read
Said Py
March 24, 2020, 4:02 p.m.

PythonHow to Remove the last word from string in Python

string, python3

To remove the last word from string we need to follow these steps

  1. convert the string to list by using split() function
  2. remove the last item from the list
  3. convert the list to string

example

  1. #string
  2. string = "hello world"
Read
mafulechka
March 18, 2020, 4:01 p.m.

QtCustom client side window decorations in Qt 5.15

UI, Client, Qt, Design, UX

This is fresh news about a new feature in Qt 5.15 that is very exciting.

Traditionally, window treatments have been a pretty boring thing. Title, Limit, Minimize, Maximize, Resize, Exit... and that's it.


However, more and more applications have recently …

Read
mafulechka
March 12, 2020, 4:02 p.m.

QtEmotional UX design for creating desired products

UX, t, UI, Design

One product can rarely satisfy everyone, so it's important to understand both the real and hidden needs of your intended users. The product must provide the functionality to meet their real needs, and it must be easy for them to …

Read
Evgenii Legotckoi
March 10, 2020, 5:41 a.m.

AndroidAndroid and QML - Adding Splash Screen

manifest, Splash, Android, QML

Let me show you a small example of adding Splash Screen to an application written in Qt. In this case, the Splash Screen will be added to the application using the Android ecosystem, that is, through its manifest. Adding a …

Read
mafulechka
Feb. 25, 2020, 2:04 p.m.

QtCross-platform development with Qt and Visual Studio

development, Qt, Visual Studio, MSBuild

In the next release of the Qt Visual Studio tools scheduled for this summer, the developers plan to add support for Visual Studio Linux projects. Since the introduction of the Linux in C++ workload, users have been able to work …

Read
mafulechka
Feb. 21, 2020, 4:03 p.m.

QtQt can now be moved!

Qt, QMake

Since version 5.14.0 Qt is roamable , i.e. you can move your Qt installation to another directory without breaking functionality or loading plugins.


What does this mean to me?

Let's move on to the role of the Qt Build Master …

Read
mafulechka
Jan. 31, 2020, 6 p.m.

QtExtending Qt Bridge

Qt, Bridge

Qt Design Studio is the latest offering from the Qt company. It is an easy-to-use design tool that allows designers to import designs from Sketch and Photoshop into Qt, animate and test them on the target hardware, and turn them …

Read
Evgenii Legotckoi
Jan. 31, 2020, 2:50 p.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
Jan. 29, 2020, 3:36 p.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
Jan. 27, 2020, 1:52 p.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
Jan. 25, 2020, 6:50 p.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
  • Last comments
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
  • ИМ
    Nov. 22, 2024, 9:51 p.m.
    Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
  • Evgenii Legotckoi
    Oct. 31, 2024, 11:37 p.m.
    Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup