IscanderChe
Aug. 29, 2019, 3:02 p.m.

Development diariesDBComponents project. Part 1. Requirements for the project and database

DBComponents, Qt, Iscander Che, C++

Project requirements

The project implements a database of IT components. Three categories are planned so far: monitors, medical printers, system units. The functionality of the database also includes the ability to create new categories.

The project should consist of two …

Read
Evgenii Legotckoi
Aug. 23, 2019, 1:17 p.m.

QtAnnouncing Qt for MCUs

Announce, Qt, Qt Company

21 august Qt Company announce the launch of Qt for MCUs – a comprehensive toolkit to deliver smartphone-like user experience on displays powered by microcontrollers. What started as a research project is now in the final leg of its journey …

Read
Evgenii Legotckoi
Aug. 19, 2019, 2:41 p.m.

QtQt Design Studio 1.3 Beta released

Qt, Releases, Qt Design Studio, design

Qt Design Studio is a UI design and development tool that enables designers and developers to rapidly prototype and develop complex UIs. Both designers and developers use Qt Design Studio and this makes collaboration between the two a lot simpler …

Read
Evgenii Legotckoi
Aug. 16, 2019, 4:26 p.m.

QtUsing QTime to display milliseconds in the current minute of the day

Qt, Qtime, Snippet

Snippet program code. Task Get the number of milliseconds in the current minute of the day. Used operator remainder of division.


  1. #include <QCoreApplication>
  2. #include <QTime>
  3. #include <QDebug>
  4.  
  5. int main(int argc, char *argv[])
  6. {
  7. QCoreApplication a(argc, argv);
  8. QTime time = QTime::currentTime();
Read
Ruslan Polupan
Aug. 9, 2019, 7:16 p.m.

Development diariesIMpos project. Part 011. Viewing the names of fuel. Export results to xlsx file.

QTableWidget, Qt, xlsx, export

View fuel names.

After processing requests for names, we form a table to display information to the user.


Indication of the process of executing queries to the petrol station databases will be used not only for viewing, but also when …

Read
IscanderChe
Aug. 2, 2019, 12:37 p.m.

Development diariesSimple Tracker project. Part 8: the formation of the distribution and the results

Iscander Che, Simple Tracker, C++, Qt

In conclusion, we will prepare the files obtained during compilation for distribution. It doesn't matter if the project is local. It is more convenient to have an installer handy, just in case. With it, you can, for example, automatically clean …

Read
mafulechka
Aug. 1, 2019, 2:07 p.m.

QtUpdating CMake project support in Qt Creator

Qt, cmake, pro, Creator

Over the past few weeks, developers have been working on improving CMake support in Qt Creator, Qt Company would like to highlight some of the new features.


Fileapi support

The CMake project has announced a new IDE integration mechanism version …

Read
IscanderChe
July 31, 2019, 1:57 p.m.

Development diariesSimple Tracker project. Part 7: server and client

Simple Tracker, Qt, Iscander Che, C++

Consider now the server and the client.

Questions regarding the general organization of client-server interaction can be found in this article: " An example of using QLocalServer and QLocalSocket ". Here I will touch only on the points directly related …

Read
IscanderChe
July 30, 2019, 1:06 p.m.

Development diariesSimple Tracker project. Part 6: server. Server slots

C++, Qt, Iscander Che, Simple Tracker

We will consider slots that are directly related to the server in conjunction with the client. For now, let's focus on those slots that relate to project and task management and general application slots.

Let's start with connections. I moved …

Read
IscanderChe
July 26, 2019, 9:47 p.m.

Development diariesAbout iterators

лытдыбр, Qt, C++

When for the fourth time in one place I wrote something like this:

  1. QStringList list;
  2.  
  3. // наполняем list по условию, т.е. элементов там может и не оказаться
  4.  
  5. if(!list.isEmpty())
  6. {
  7. foreach(QString str, list)
  8. {
  9. // обходим каждый найденный элемент
  10. }
  11. }
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