Initial commit of BudgetPro
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user