source: mmcs/stackpreciosnohomogeneos.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: 521 bytes
Line 
1#ifndef STACKPRECIOSNOHOMOGENEOS_H
2#define STACKPRECIOSNOHOMOGENEOS_H
3
4#include <QtWidgets>
5#include <QStringList>
6#include <variablepnh.h>
7
8class StackPreciosNoHomogeneos : public QWidget
9{
10    Q_OBJECT
11public:
12    StackPreciosNoHomogeneos(QMap<QString,QStringList> Cuentas, QWidget *parent=0);
13
14    QStackedWidget * stackedWidget;
15
16    QList<QWidget *> widgetList;
17
18    QHBoxLayout * layoutMain;
19
20    QComboBox * comboAccount;
21
22    variablePNH *varPNH;
23
24signals:
25
26public slots:
27};
28
29#endif // STACKPRECIOSNOHOMOGENEOS_H
Note: See TracBrowser for help on using the repository browser.