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
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
IscanderChe
July 26, 2019, 1:52 p.m.

Development diariesSimple Tracker project. Part 5: server. Task Data Model and View

Simple Tracker, Iscander Che, C++, Qt

Let's take a closer look at the table of tasks.

According to the requirements indicated at the beginning, the table should have looked like this.

At the time of development, it became clear that the logic of the stand-alone drop-down …

Read
IscanderChe
July 24, 2019, 6:56 p.m.

Development diariesSimple Tracker project. Part 4: server. Data Models and GUI of the Main Application Window

Iscander Che, Simple Tracker, Qt, C++

Now let's take a closer look at the internal structure of the tracker itself and its graphical environment.

This part, on the one hand, is important, since data models serve to move from the database to the use of data. …

Read
IscanderChe
July 23, 2019, 1:17 p.m.

Development diariesSimple Tracker project. Part 3: server. Database and its testing

Simple Tracker, Qt, Iscander Che, C++

I will implement the database in SQLite. The database should contain two tables: for projects and for tasks. The tables in a database are independent of each other. All database and table variables are global for consistency.


  1. // database.h
  2.  
  3. #ifndef
Read
IscanderChe
July 15, 2019, 5:32 p.m.

Development diariesSimple Tracker project. Part 2: project structure

Iscander Che, Simple Tracker, Qt, C++

The general structure is shown below.

I changed the name of the project. But in the titles of articles and tags, I will still leave "Simple tracker" so that there is no confusion.

The project consists of client and server …

Read
IscanderChe
July 9, 2019, 5:31 p.m.

Development diariesSimple Tracker project. Part 1: project requirements

Qt, Iscander Che, C++, Simple Tracker

The project implements a simple issue tracker primarily for software projects stored in Subversion. I hope to use it only for myself. If readers of this resource are interested, I will try to refine the code to the possibility of …

Read
Andrei Yankovich
June 20, 2019, 6:21 p.m.

SoftwareRelease of C ++ / QML application deployment utility CQtDeployer v1.2.3

Qt, C++, cqtdeployer, QML


After a month of development, a release of the cross-platform utility CQtDeployer v1.2.3 has been prepared. The source texts of the CQtDeployer components are shipped under LGPLv3 licenses.

What is new:

  • Added support for qt.conf for Windows builds

qt.conf is …

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