Yeison Cardona
Yeison Cardona
Does this documentation already exist? any clues to replace this functionality.
Hi @GavinNL, Are you using the [material.css.template](https://github.com/UN-GCPDS/qt-material/blob/master/qt_material/material.css.template) as it or after rendering?
Try with this file [dark_teal.txt](https://github.com/UN-GCPDS/qt-material/files/6366977/dark_teal.txt) (as .qss), if it works, the colors and widgets must change, but with missing icons.
I was trying with `data:image/svg+xml` instead of `base64` because I have SVG images, but I can not view them. The template assumes that there is an `icon:/` path, I'm adding...
At this point, I can add a method to generate the `qss` and the icons folder for a specific theme and let the users add it to their code.
Ok In the last commit, you can do: ``` python from qt_material import export_theme extra = { # Button colors 'danger': '#dc3545', 'warning': '#ffc107', 'success': '#17a2b8', # Font 'font_family': 'monoespace',...
Hi @cazador4980 and @FoolAsphel If you mean about change theme features, it can be done by changing the `stylesheet` and add [custom-stylesheets](https://github.com/UN-GCPDS/qt-material#custom-stylesheets). After `apply_stylesheet()` ```python stylesheet = app.styleSheet() app.setStyleSheet(stylesheet +...
Hi @FuturisticGoo, I think so, but in all cases is solved by reading the PyInstaller documentation.
Hi @bebert64 That's would be awesome, all users will appreciate it, please add an example too ;)
Hi @gustavo-iniguez-goya You are right, there is not focus styles and I am not really sure about how to add them. I am looking at this ones: https://mwc-demos.glitch.me/