self.palettes.standard.setColor(QPalette.Window,self.palettes.standard.color(QPalette.Base))# We modify the palettes because only the Oxygen theme honors the BackgroundRole if set
self.palettes.alternate.setColor(QPalette.Window,self.palettes.standard.color(QPalette.AlternateBase))# AlternateBase set to #f0f4ff or #e0e9ff by designer
dialog=IncomingDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
dialog=IncomingFileTransferDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
dialog=IncomingDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.