You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
350 B

#ifndef FRMDEVICESIZETABLE_H
#define FRMDEVICESIZETABLE_H
#include <QWidget>
namespace Ui {
class frmDeviceSizeTable;
}
class frmDeviceSizeTable : public QWidget
{
Q_OBJECT
public:
explicit frmDeviceSizeTable(QWidget *parent = 0);
~frmDeviceSizeTable();
private:
Ui::frmDeviceSizeTable *ui;
};
#endif // FRMDEVICESIZETABLE_H