Small Fixes
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#include "selectmetrics.h"
|
||||
#include "ui_selectmetrics.h"
|
||||
|
||||
SelectMetrics::SelectMetrics(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::SelectMetrics)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
SelectMetrics::~SelectMetrics()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
#ifndef SELECTMETRICS_H
|
||||
#define SELECTMETRICS_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class SelectMetrics;
|
||||
}
|
||||
|
||||
class SelectMetrics : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SelectMetrics(QWidget *parent = 0);
|
||||
~SelectMetrics();
|
||||
|
||||
private:
|
||||
Ui::SelectMetrics *ui;
|
||||
};
|
||||
|
||||
#endif // SELECTMETRICS_H
|
||||
@@ -1,21 +0,0 @@
|
||||
<ui version="4.0">
|
||||
<author/>
|
||||
<comment/>
|
||||
<exportmacro/>
|
||||
<class>SelectMetrics</class>
|
||||
<widget class="QWidget" name="SelectMetrics">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>300</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
</widget>
|
||||
<pixmapfunction/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user