source: mmcs/variablepnh.h @ a92021d

matrices
Last change on this file since a92021d was 04999c9, checked in by rboet <rboet@…>, 9 years ago

funcionabilidad de modelo de precios no homogéneos incorporada

  • Property mode set to 100644
File size: 318 bytes
Line 
1#ifndef VARIABLEPNH_H
2#define VARIABLEPNH_H
3
4#include <QtGui>
5
6class variablePNH : public QWidget
7{
8    Q_OBJECT
9public:
10    variablePNH(int number, QStringList lista, QWidget *parent = 0);
11
12    QHBoxLayout * layoutAccountConf;
13
14    QListWidget * accounListWidget;
15
16signals:
17
18public slots:
19};
20
21#endif // VARIABLEPNH_H
Note: See TracBrowser for help on using the repository browser.