source: mmcs/variableexogenawidget.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: 482 bytes
Line 
1#ifndef VARIABLEEXOGENAWIDGET_H
2#define VARIABLEEXOGENAWIDGET_H
3
4#include <QtWidgets>
5#include <QVBoxLayout>
6#include <QHBoxLayout>
7#include <QListWidget>
8#include <QLabel>
9
10class VariableExogenaWidget : public QWidget
11{
12    Q_OBJECT
13public:
14    explicit VariableExogenaWidget(int number, QStringList lista, QWidget *parent = 0);
15
16    QHBoxLayout * layoutAccountConf;
17
18    QListWidget * accounListWidget;
19
20   
21signals:
22   
23public slots:
24   
25};
26
27#endif // VARIABLEEXOGENAWIDGET_H
Note: See TracBrowser for help on using the repository browser.