mafulechka
mafulechkaApril 3, 2020, 4:40 a.m.

QtWhat's New in QML in Qt 5.15

property, Qt, QML, required

While big changes are expected in Qt 6.0, QML has already received some new language features in 5.15. Read on to learn about required properties, built-in components, and nullish coalescing.


Required Properties

Sometimes you have components that require some property …

Read
mafulechka
mafulechkaMarch 26, 2020, 5:18 a.m.

QtQML Type Registration in Qt 5.15

qmlRegisterType, QMetaType, qmlRegisterSingletonType, Qt, QML, QML_ELEMENT

Qt 5.15 provides a much improved way to represent C++ types for QML. Now you can specify the name and version of your module in a central place, and you no longer need to specify minor versions or revisions. In …

Read
Andrei Yankovich
Andrei YankovichMarch 24, 2020, 9:50 a.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
Said PyMarch 24, 2020, 6:02 a.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

#string
string = "hello world" …
Read
mafulechka
mafulechkaMarch 18, 2020, 6:01 a.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
mafulechkaMarch 12, 2020, 6:02 a.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
Evgenii LegotckoiMarch 9, 2020, 7:41 p.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
mafulechkaFeb. 25, 2020, 3:04 a.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
mafulechkaFeb. 21, 2020, 5:03 a.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
mafulechkaJan. 31, 2020, 7 a.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
Ua

Qt - Test 001. Signals and slots

  • Result:84points,
  • Rating points4
Ua

Qt - Test 001. Signals and slots

  • Result:42points,
  • Rating points-8
ОК

Qt - Test 001. Signals and slots

  • Result:47points,
  • Rating points-6
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 11:51 a.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiOct. 31, 2024, 2:37 p.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 8:19 a.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 7:51 a.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 11:02 a.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
NW
Nayo WaiJan. 30, 2025, 9:22 a.m.
не запускается компьютер!!! Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
n
nklyJan. 3, 2025, 2:52 a.m.
Нужно запретить перемещение только некоторых итемов, остальные перемещать можно. Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
M
MarselAug. 16, 2023, 2:26 p.m.
OAuth2.0 через VK, получение email Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.
Evgenii Legotckoi
Evgenii LegotckoiJune 24, 2024, 3:11 p.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 6:04 a.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]

Follow us in social networks