add background image on empty page
This commit is contained in:
parent
ea6ec02f3b
commit
d72c9902d4
16 changed files with 123 additions and 102 deletions
|
|
@ -32,7 +32,7 @@ class TieDialog(QDialog):
|
|||
self._checkboxes: Dict[str, QCheckBox] = {}
|
||||
self.ui: Ui_tieDialog = Ui_tieDialog()
|
||||
self.ui.setupUi(self) # type: ignore
|
||||
self.setWindowIcon(Icons.get(IconName.WARCHRON))
|
||||
self.setWindowIcon(Icons.get(IconName.WARCHRONICO))
|
||||
self.ui.tieContext.setText(self._get_context_title(context_type))
|
||||
grid = self.ui.playersGridLayout
|
||||
icon_path = (RESOURCES_DIR / Icons._paths[IconName.TOKENS]).as_posix()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue