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
+28
View File
@@ -0,0 +1,28 @@
#ifndef DIALOGCREATEENTERPRISE_H
#define DIALOGCREATEENTERPRISE_H
#include <QDialog>
namespace Ui
{
class dialogCreateEnterprise;
}
class dialogCreateEnterprise : public QDialog
{
Q_OBJECT
public:
explicit dialogCreateEnterprise(QWidget *parent = 0);
~dialogCreateEnterprise();
private slots:
void on_pushNext_released();
void on_pushBack_released();
private:
Ui::dialogCreateEnterprise *ui;
void createEnterprise();
};
#endif // DIALOGCREATEENTERPRISE_H