bec_widgets.examples.plugin_example_pyside.tictactoeplugin#

Attributes#

Classes#

Module Contents#

class TicTacToePlugin#

Bases: qtpy.QtDesigner.QDesignerCustomWidgetInterface

createWidget(parent)#
domXml()#
group()#
icon()#
includeFile()#
initialize(form_editor)#
isContainer()#
isInitialized()#
name()#
toolTip()#
whatsThis()#
DOM_XML = Multiline-String#
Show Value
"""
<ui language='c++'>
    <widget class='TicTacToe' name='ticTacToe'>
        <property name='geometry'>
            <rect>
                <x>0</x>
                <y>0</y>
                <width>200</width>
                <height>200</height>
            </rect>
        </property>
        <property name='state'>
            <string>-X-XO----</string>
        </property>
    </widget>
</ui>
"""
MODULE_PATH#