You are about to connect yourself for the first time. We will need to access:
<ul>
<li>Your Name and Surname</li>
<li>Your Picture (if public)</li>
<li>...</li>
</ul>
</p>
<p>
It is possible to play withtout connecting yourslef, but this will allow you to keep track of your score and to provide a better experience for you and the ones you play with!
<br/><br/>
Do you agree with this?
</p>'''))
defkeyPressEvent(self,e):
ife.key()==Qt.Key_Return:
self.accept()
else:
self.reject()
classPlayer():
__query_infos='SELECT id, fname, lname, pic FROM Players WHERE rfid==?'
__query_time_goals_games='SELECT SUM(Matchs.duration) AS timePlayed, SUM(Teams.nGoals) AS goalsScored, COUNT(*) AS gamesPlayed FROM Teams INNER JOIN Matchs ON (Teams.id==Matchs.winningTeam OR Teams.id==Matchs.losingTeam) WHERE (Teams.player1==? OR player2==?)'
<string>Pass your badge to validate this...</string>
<string><html><head/><body><p align="center">Select an option<br/>then validate by passing your badge on the table</p></body></html></string>