Initial commit of BudgetPro
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "MainWindow.h"
|
||||
#include "ui_MainWindow.h"
|
||||
|
||||
MainWindow::MainWindow(QWidget* parent) : SARibbonMainWindow(parent, false)
|
||||
{
|
||||
if (!isUseRibbon()) {
|
||||
ui = new Ui::MainWindow;
|
||||
ui->setupUi(this);
|
||||
}
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user