|
|
@@ -36,7 +36,7 @@ class EcranCreationPlateau(QDialog):
|
|
|
self.ui.couleurCasesPlateau.setStyleSheet("QLabel {backGround:%s}" %(self.couleur))
|
|
|
self.majListeChargement()
|
|
|
self.connect(self.ui.creerPlateau, SIGNAL("clicked()"), self.creerPlateau)
|
|
|
- self.connect(self.ui.nomPlateau, SIGNAL("textEdited(QString)"), self.focusBoutonCreer)
|
|
|
+## self.connect(self.ui.nomPlateau, SIGNAL("textEdited(QString)"), self.focusBoutonCreer)
|
|
|
self.connect(self.ui.nomPlateau, SIGNAL("textEdited(QString)"), self.majAffichage)
|
|
|
self.connect(self.ui.listPlateau, SIGNAL("cellPressed(int, int)"), self.majAffichage)
|
|
|
self.connect(self.ui.listPlateau, SIGNAL("cellPressed(int, int)"), self.focusBoutonCharger)
|