~ubuntu-branches/ubuntu/trusty/glpeces/trusty

« back to all changes in this revision

Viewing changes to peca/conjuntpeces.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Innocent De Marchi
  • Date: 2010-12-24 17:33:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224173308-ta6gc5on9oaovuwb
Tags: 4.0.2-1
* New upstream release.
* Revision of German translation (Thanks to Erik Pfannenstein
  and Hendrik Knackstedt).
* Revision of Italian translation (Thanks to Vincenzo Campanella).
* New Brazilian translation (Thanks to Adriano Rafael Gomes).
* New debian/rules with dh $@.
* Other minor changes:
  - Add question to user for erase records.
  - Save the solution user.
  - Improved placement of pieces on the child level.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    }
123
123
}
124
124
 
 
125
 
125
126
void ConjuntPeces::simetriaVertical(){
126
127
//Cal assegurar-se que la figura està centrada
127
128
centraFiguraScene();
211
212
    }
212
213
}
213
214
 
214
 
 
215
215
QRectF ConjuntPeces::rectangleFigura(){
216
216
 // QRectF rectFigura=QRectF(vertexSuperiorEsquerra(),vertexInferiorDreta());
217
217
  return QRectF(vertexSuperiorEsquerra(),vertexInferiorDreta());