How can i insert a a symbol\operator "&" between the strings in python Qt QPushbutton
Apply_button = QtGui.QPushButton("Apply & Change")
i get the buttontext as
Apply Change
but the 'and &' symbol is missing
How can i insert a a symbol\operator "&" between the strings in python Qt QPushbutton
Apply_button = QtGui.QPushButton("Apply & Change")
i get the buttontext as
Apply Change
but the 'and &' symbol is missing