Skip to content

[SystemMonitor] Port to KMainWindow

Eugene Popov requested to merge epopov/plasma-workspace:bug400298 into master

Currently, KSystemActivityDialog is derived from QDialog and therefore has several limitations:

  • it doesn't save and restore its size and position
  • it doesn't respect Window Placement settings (it always opens in the center)

Porting it to KMainWindow removes these limitations and saves the user from creating window rules to get around them.

BUG: 400298

Edited by Eugene Popov

Merge request reports