8 lines
193 B
Python
Executable File
8 lines
193 B
Python
Executable File
tst2.setBackgroundEnabled(False)
|
|
|
|
tst2.setBackground(tst2.getImage())
|
|
tst2.setBackgroundEnabled(True)
|
|
tst2.refresh()
|
|
tst2.saveBackground(None)
|
|
tst2.setBackground(None)
|
|
tst2.loadBackground(None) |