add background image on empty page
This commit is contained in:
parent
ea6ec02f3b
commit
d72c9902d4
16 changed files with 123 additions and 102 deletions
|
|
@ -43,7 +43,7 @@ class SectorDialog(QDialog):
|
|||
select_if_exists(self.ui.influenceComboBox, default_influence_id)
|
||||
self.ui.sectorMission.setText(default_mission)
|
||||
self.ui.sectorDescription.setPlainText(default_description)
|
||||
self.setWindowIcon(Icons.get(IconName.WARCHRON))
|
||||
self.setWindowIcon(Icons.get(IconName.WARCHRONICO))
|
||||
|
||||
def get_sector_name(self) -> str:
|
||||
return self.ui.sectorName.text().strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue