Development diaries → Simple 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 …
Development diaries → Simple 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 …
Development diaries → Simple 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 …
Development diaries → About iterators
When for the fourth time in one place I wrote something like this:
- QStringList list;
- // наполняем list по условию, т.е. элементов там может и не оказаться
- if(!list.isEmpty())
- {
- foreach(QString str, list)
- {
- // обходим каждый найденный элемент
- }
- } …
Development diaries → Simple 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 …
Development diaries → Simple 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. …
Development diaries → Simple 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.
- // database.h
- #ifndef …
Development diaries → Simple 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 …
Development diaries → Simple 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 …
Software → Release 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 …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…