first re-commit.

This commit is contained in:
2025-08-05 22:37:51 +02:00
commit 5295a82aa3
109 changed files with 9928 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
#ifndef MCFORMWIDGET_H
#define MCFORMWIDGET_H
#include <QWidget>
#include "libMiniCash_global.h"
namespace Ui
{
class MCFormWidget;
}
class LIBMINICASH_EXPORT MCFormWidget : public QWidget
{
Q_OBJECT
public:
explicit MCFormWidget(QWidget *parent = nullptr);
~MCFormWidget();
private:
Ui::MCFormWidget *ui;
};
#endif // MCFORMWIDGET_H