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
+20
View File
@@ -0,0 +1,20 @@
#ifndef TEXTFONTLABEL_H
#define TEXTFONTLABEL_H
#include <QLabel>
#include <QLineEdit>
#include "toolbutton.h"
class TextFontLabel : public QLabel
{
Q_OBJECT
public:
TextFontLabel(QWidget* parent = 0);
~TextFontLabel();
private:
int m_fontsize;
};
#endif // TEXTFONTLABEL_H