Added ValueModel, first run.
This commit is contained in:
@@ -32,15 +32,13 @@
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui
|
||||
{
|
||||
class BCMainWindow;
|
||||
}
|
||||
QT_END_NAMESPACE
|
||||
#include <ui_bcmainwindow.h>
|
||||
#include <bcvaluemanager.h>
|
||||
|
||||
|
||||
class BCMainWindow : public QMainWindow
|
||||
|
||||
|
||||
class BCMainWindow : public QMainWindow, public Ui_BCMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -49,9 +47,13 @@ public:
|
||||
BCMainWindow(QWidget *parent = nullptr);
|
||||
~BCMainWindow();
|
||||
|
||||
private:
|
||||
public slots:
|
||||
|
||||
protected:
|
||||
|
||||
BCValueManager _valueManager;
|
||||
|
||||
|
||||
Ui::BCMainWindow *ui;
|
||||
};
|
||||
|
||||
#endif // BCMAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user