Subversion Repositories svn1

Rev

Rev 255 | Rev 301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 259
Line 78... Line 78...
78
    */
78
    */
79
    connect(ui->pushButtonSave, SIGNAL(clicked()), this, SLOT(save()) );
79
    connect(ui->pushButtonSave, SIGNAL(clicked()), this, SLOT(save()) );
80
    connect(ui->pushButtonRestore, SIGNAL(clicked()), this, SLOT(cancel()) );
80
    connect(ui->pushButtonRestore, SIGNAL(clicked()), this, SLOT(cancel()) );
81
    connect(ui->teamNumber, SIGNAL(valueChanged(int)), this, SLOT(populate(int)) );
81
    connect(ui->teamNumber, SIGNAL(valueChanged(int)), this, SLOT(populate(int)) );
82
 
82
 
83
    connect(ui->name, SIGNAL(editingFinished()), this, SLOT(changed()));
83
    connect(ui->name, SIGNAL(textEdited(QString)), this, SLOT(changed()) );
84
    connect(ui->category , SIGNAL(currentIndexChanged(int)), this, SLOT(changed()));
84
    connect(ui->category , SIGNAL(currentIndexChanged(int)), this, SLOT(changed()));
85
    connect(ui->category , SIGNAL(currentIndexChanged(int)), this, SLOT(updateCategory()));
85
    connect(ui->category , SIGNAL(currentIndexChanged(int)), this, SLOT(updateCategory()));
86
    connect(ui->members , SIGNAL(cellChanged(int,int)), this, SLOT(changed()));
86
    connect(ui->members , SIGNAL(cellChanged(int,int)), this, SLOT(changed()));
87
    connect(ui->disqualified , SIGNAL(clicked(bool)), this, SLOT(changed()));
87
    connect(ui->disqualified , SIGNAL(clicked(bool)), this, SLOT(changed()));
88
    connect(ui->nonEquestrian , SIGNAL(clicked(bool)), this, SLOT(recalculateTimes()));
88
    connect(ui->nonEquestrian , SIGNAL(clicked(bool)), this, SLOT(recalculateTimes()));