|
|
@ -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 |
|
|
|