Initial commit of BudgetPro
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "formbudgetlist.h"
|
||||
#include "ui_formbudgetlist.h"
|
||||
|
||||
FormBudgetList::FormBudgetList(FormBaseList *parent)
|
||||
: FormBaseList(parent)
|
||||
, ui(new Ui::FormBudgetList)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
FormBudgetList::~FormBudgetList()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user