Add MataAvistas project (BudgetPro) as regular files

This commit is contained in:
Javier
2026-06-04 15:59:46 +02:00
parent 7643acf109
commit dccaa63bcc
644 changed files with 104937 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef TIPSLABEL_H
#define TIPSLABEL_H
#include <QLabel>
class TipsLabel : public QLabel {
Q_OBJECT
public:
TipsLabel(QWidget* parent = 0);
~TipsLabel();
};
#endif // TIPSLABEL_H