Small Fixes

This commit is contained in:
sprado
2016-06-20 16:38:02 +02:00
parent 8f7448c339
commit 0edb13f88a
3 changed files with 0 additions and 57 deletions

View File

@@ -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;
}

View File

@@ -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

View File

@@ -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>