Organize source files into src subdirectories (gui/forms, gui/widgets, models, utils); replace magic numbers with ElementType enumeration in formproduct.cpp and formbudget.cpp (TODO completed); move mainwindow and related files to src/gui/

This commit is contained in:
Javi
2026-05-28 00:42:46 +02:00
parent b3b0116699
commit 3437103c28
72 changed files with 5893 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
/********************************************************************************
** Form generated from reading UI file 'formbase.ui'
**
** Created by: Qt User Interface Compiler version 5.15.13
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_FORMBASE_H
#define UI_FORMBASE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_formBase
{
public:
void setupUi(QWidget *formBase)
{
if (formBase->objectName().isEmpty())
formBase->setObjectName(QString::fromUtf8("formBase"));
formBase->resize(705, 492);
retranslateUi(formBase);
QMetaObject::connectSlotsByName(formBase);
} // setupUi
void retranslateUi(QWidget *formBase)
{
formBase->setWindowTitle(QCoreApplication::translate("formBase", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class formBase: public Ui_formBase {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FORMBASE_H