~ubuntu-branches/ubuntu/quantal/fet/quantal

« back to all changes in this revision

Viewing changes to src/interface/addstudentsgroupform.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2008-05-05 22:28:46 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080505222846-l34al11t2vivuh3h
Tags: 5.5.5-1ubuntu1
* Merge from debian unstable (LP: #227080), remaining changes:
  - Include .desktop file and logo

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        int xx=desktop->width()/2 - frameGeometry().width()/2;
32
32
        int yy=desktop->height()/2 - frameGeometry().height()/2;
33
33
        move(xx, yy);
 
34
        
 
35
        nameLineEdit->selectAll();
 
36
        nameLineEdit->setFocus();
 
37
        
 
38
        numberSpinBox->setMaxValue(MAX_ROOM_CAPACITY);
 
39
        numberSpinBox->setMinValue(0);
 
40
        numberSpinBox->setValue(0);
34
41
}
35
42
 
36
43
AddStudentsGroupForm::~AddStudentsGroupForm()