Projet

Général

Profil

Révision 925ac0ca assistant.h

Voir les différences:

assistant.h
1 1
/**
2
  * Classe 
2
  * Classe
3 3
  * @see https://redmine.ryxeo.com/projects/
4 4
  * @author 2012 Eric Seigne <eric.seigne@ryxeo.com>
5 5
  * @see The GNU Public License (GNU/GPL) v3
......
28 28
#include <QFtp>
29 29
#include <QDebug>
30 30
#include <QDir>
31
#include <QTimer>
31 32
#include "tools.h"
33
#include "abuleduapplicationv1.h"
32 34

  
33 35
namespace Ui {
34 36
class Assistant;
......
37 39
class Assistant : public QWizard
38 40
{
39 41
    Q_OBJECT
40
    
42

  
41 43
public:
42 44
    explicit Assistant(QWidget *parent = 0);
43 45
    ~Assistant();
44
    
46

  
45 47
private slots:
46 48
    void on_btnUploadPHP_clicked();
47
    void updateProgressFichier(int total, int current);
49
    void updateProgressFichier(int total, int current, QString fileName);
48 50
    void updateProgressData(int total, int current);
51
    void uploadEnd();
49 52

  
50 53
private:
51 54
    Ui::Assistant *ui;

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux