source: mmcs/variablepnh.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: 322 bytes
Line 
1#ifndef VARIABLEPNH_H
2#define VARIABLEPNH_H
3
4#include <QtWidgets>
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.