diff --git a/ISSUES.md b/ISSUES.md index fe0f1ac..8b05d78 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -376,13 +376,15 @@ def main(): return app.exec() ``` +Custom Standard Icons + # 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`. -Custom Titlebar +Custom Title Bar # QWizard diff --git a/assets/custom_standard_icons.png b/assets/custom_standard_icons.png new file mode 100644 index 0000000..2f61eb7 Binary files /dev/null and b/assets/custom_standard_icons.png differ