source: mmcs/formexportmatrix.h

Last change on this file was e62517a, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

  • Property mode set to 100755
File size: 396 bytes
Line 
1#ifndef FORMEXPORTMATRIX_H
2#define FORMEXPORTMATRIX_H
3
4#include <QtWidgets>
5
6namespace Ui {
7class FormExportMatrix;
8}
9
10class FormExportMatrix : public QWidget
11{
12    Q_OBJECT
13
14   
15public:
16    QLineEdit *MatrixName;
17    QLineEdit *ExportLine;
18    explicit FormExportMatrix(QWidget *parent = 0);
19    ~FormExportMatrix();
20   
21private:
22    Ui::FormExportMatrix *ui;
23};
24
25#endif // FORMEXPORTMATRIX_H
Note: See TracBrowser for help on using the repository browser.