Add standard icon override image to ISSUES.md

main
Alex Huszagh 2022-05-07 10:53:42 -05:00
parent 6e08777b50
commit 228f515285
2 changed files with 3 additions and 1 deletions

View File

@ -376,13 +376,15 @@ def main():
return app.exec()
```
<img src="/assets/custom_standard_icons.png" alt="Custom Standard Icons" width="500" height="438"/>
# QWindow
### Title Bar Customization
The system title bar cannot be customized extensively, since it depends on either the application style or the system theme for how it renders. For a comprehensive example on how to create your own, custom title bar, with fully functional minimize, maximize, shade, unshade, context help, keep above, window title, and a context menu, see [titlebar.py](/example/titlebar.py). This is a drop-in replacement for the title bar on `QMdiSubWindow` which also lets you customize the placement of where the windows minimize to, but could also be modified for `QMainWindow` or `QDialog`.
<img src="/assets/custom_titlebar.png" alt="Custom Titlebar" width="500" height="438"/>
<img src="/assets/custom_titlebar.png" alt="Custom Title Bar" width="500" height="399"/>
# QWizard

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB