Add standard icon override image to ISSUES.md
parent
6e08777b50
commit
228f515285
|
@ -376,13 +376,15 @@ def main():
|
||||||
return app.exec()
|
return app.exec()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<img src="/assets/custom_standard_icons.png" alt="Custom Standard Icons" width="500" height="438"/>
|
||||||
|
|
||||||
# QWindow
|
# QWindow
|
||||||
|
|
||||||
### Title Bar Customization
|
### 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`.
|
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
|
# QWizard
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 175 KiB |
Loading…
Reference in New Issue