source: mmcs/stackpreciosnohomogeneos.h @ 68e57de

Last change on this file since 68e57de was 68e57de, checked in by rboet <rudmanmrrod@…>, 9 years ago

solucionado una dependencia de recurso para la imagen de cargar matriz

  • Property mode set to 100755
File size: 517 bytes
Line 
1#ifndef STACKPRECIOSNOHOMOGENEOS_H
2#define STACKPRECIOSNOHOMOGENEOS_H
3
4#include <QtGui>
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.