Initial commit of BudgetPro

This commit is contained in:
Javi
2026-05-24 23:21:33 +02:00
commit f3096faee6
575 changed files with 90288 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#ifndef FORMBUDGETLIST_H
#define FORMBUDGETLIST_H
#include <QWidget>
#include <gui/formbaselist.h>
namespace Ui {
class FormBudgetList;
}
class FormBudgetList : public FormBaseList
{
Q_OBJECT
public:
explicit FormBudgetList(FormBaseList *parent = nullptr);
~FormBudgetList();
private:
Ui::FormBudgetList *ui;
};
#endif // FORMBUDGETLIST_H