bec_widgets.examples.plugin_example_pyside.tictactoe#
Attributes#
Classes#
Module Contents#
- class TicTacToe(parent=None)#
Bases:
qtpy.QtWidgets.QWidget- _cell_height()#
- _cell_rect(position)#
- _cell_width()#
- _change_state_at(pos, new_state)#
- clear_board()#
- minimumSizeHint()#
- mousePressEvent(event)#
- paintEvent(event)#
- setState(new_state)#
- sizeHint()#
- state()#
- CROSS = 'X'#
- DEFAULT_STATE = '---------'#
- EMPTY = '-'#
- NOUGHT = 'O'#