Browse Source

palette like in mainwindow

master
Nils 3 years ago
parent
commit
4e3324df1a
  1. 2
      bug01/main.py

2
bug01/main.py

@ -113,6 +113,8 @@ scene.drawBackground = _drawBackground
scene.addEllipse(-5,-5,10,10) #automatically at 0,0
scene.setSceneRect(0,0,1000,1000)
fPalBlue = setPaletteAndFont(qtApp)
view.show()
widget = SettingsDialog(mainWindow=view) #blocks until closed

Loading…
Cancel
Save