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