qt-material icon indicating copy to clipboard operation
qt-material copied to clipboard

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6

Results 60 qt-material issues
Sort by recently updated
recently updated
newest added

Hi I am curretly using PyQt5 to build my gui. however, when i run the code `from qt_material import apply_stylesheet app = QApplication(sys.argv) window = Demo() apply_stylesheet(app,theme='dark-teal.xml') window.show() sys.exit(app.exec_())` it...

I would like that my application has not extra resource folder to storage `.svg` files. After use `qt_material.export_theme()` I got a `theme` folder, `theme.qss` and `resources.rcc`. I use pyrcc5 tool...

I would like add custom icon like this: ![cutsom_icon](https://user-images.githubusercontent.com/60709615/178497975-a203ae9e-5338-4f06-b5ea-36a37dde267e.png) but, as you can see, they don't have the same color as the theme my stylesheet look like this: ```css .is_toggled::indicator:checked{{...

Hi, Thanks again for the great library! Using a `density_scale` value

Hi, When using the keyboard to navigate through the widgets of an app, the focus indicator is not present: ![image](https://user-images.githubusercontent.com/2742953/168782634-d3882d92-8d0c-4ada-b6e2-c2c09702d7ca.png) ![image](https://user-images.githubusercontent.com/2742953/168782836-fc311062-9f4f-4111-8783-6275fed275c9.png) ![image](https://user-images.githubusercontent.com/2742953/168783102-d6c835af-4a43-4f76-bc66-25ac41c5cff1.png) It's not critical, but it's useful .

enhancement

I used light_lightgreen style, but this will change the font color in my QTextEdit. How can I solve this problem?

If the theme is not applied, the code below will be applied. 'setForeground(0, 0, 255)' It does not apply when the theme is applied. How can I solve this problem?

With qt-material 2.8.18, the menu item icon and text overlap ![image](https://user-images.githubusercontent.com/8395079/151387996-e5e5aced-b1d2-416c-91a5-56d1bd818153.png)

QMenu

The default material spacing is not suitable for high-density interfaces. Material provides [Density Guidelines](https://www.material.io/design/layout/applying-density.html) - it would be good to support these. PS - I'm planning to use the _export_...

enhancement
QMenu