removed some obsolete files
This commit is contained in:
parent
82c7e2e76c
commit
ade52a90b9
4 changed files with 0 additions and 131 deletions
18
imglist.h
18
imglist.h
|
@ -1,18 +0,0 @@
|
|||
#ifndef IMGLIST_H
|
||||
#define IMGLIST_H
|
||||
|
||||
#include <QListWidget>
|
||||
|
||||
class ImgList : public QListWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ImgList(QWidget *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // IMGLIST_H
|
14
tabpads.cpp
14
tabpads.cpp
|
@ -1,14 +0,0 @@
|
|||
#include "tabpads.h"
|
||||
#include "ui_tabpads.h"
|
||||
|
||||
TabPads::TabPads(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::TabPads)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
TabPads::~TabPads()
|
||||
{
|
||||
delete ui;
|
||||
}
|
22
tabpads.h
22
tabpads.h
|
@ -1,22 +0,0 @@
|
|||
#ifndef TABPADS_H
|
||||
#define TABPADS_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class TabPads;
|
||||
}
|
||||
|
||||
class TabPads : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit TabPads(QWidget *parent = 0);
|
||||
~TabPads();
|
||||
|
||||
private:
|
||||
Ui::TabPads *ui;
|
||||
};
|
||||
|
||||
#endif // TABPADS_H
|
77
tabpads.ui
77
tabpads.ui
|
@ -1,77 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>TabPads</class>
|
||||
<widget class="QWidget" name="TabPads">
|
||||
<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>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QListWidget" name="listPads"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QWidget" name="wdgPadInfos" native="true">
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="lblPadArea">
|
||||
<property name="text">
|
||||
<string>Area</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lblPadARatio">
|
||||
<property name="text">
|
||||
<string>Aspect Ratio</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lblPadPos">
|
||||
<property name="text">
|
||||
<string>Position</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lblPadOri">
|
||||
<property name="text">
|
||||
<string>Orientation</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Shape</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
Loading…
Add table
Reference in a new issue