source: mmcs/formcargando.h

Last change on this file was f2dac89, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Solucionado bug que permitia solo seleccionar una cuenta para la clasificación de cuentas, agregada pantalla de cargando en Cargando matriz,seleccionando cuentas exógenas y con coeficientes tecnicos horizontales y verticales

  • Property mode set to 100644
File size: 316 bytes
Line 
1#ifndef FORMCARGANDO_H
2#define FORMCARGANDO_H
3
4#include <QWidget>
5#include <QtGui>
6
7namespace Ui {
8class FormCargando;
9}
10
11class FormCargando : public QWidget
12{
13    Q_OBJECT
14
15public:
16    explicit FormCargando(QWidget *parent = 0);
17    ~FormCargando();
18
19private:
20    Ui::FormCargando *ui;
21};
22
23#endif // FORMCARGANDO_H
Note: See TracBrowser for help on using the repository browser.