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

Has anyone ever had this problem? When I clicked the button back and forth to switch pages, and then clicked to switch themes, the loading became more and more stuttering....

Running on redhat8 with PySide2==5.15.2.1 I have the issue that icons that I add by adding a QAction to a QToolBar, that the resulting icons are squashed, when I update...

Hi! Package maintainer for Arch Linux here, was just wondering if it would be possible to add git tags to the various releases that qt-material has had so far? Thanks!

Hi. First of all I like this project a lot. Then, some issues I got. I am mainly **exporting** the theme to use in C++ Qt Creator. 1) Exporting font...

From https://github.com/UN-GCPDS/qt-material/issues/85#issuecomment-1432194497, the right border is not aligned correctly when the QLineEdit is enabled vs disabled. See the two bottom controls: ![image](https://user-images.githubusercontent.com/1085180/219238416-bfd832a1-1e1f-48b4-9b75-74fc23352405.png)

`import sys from PyQt5.QtWidgets import QApplication, QWidget, QLabel from PyQt5.QtGui import QIcon from PyQt5.QtCore import pyqtSlot from qt_material import apply_stylesheet from qt_material import list_themes def MyApp(): app = QApplication(sys.argv) widget...

When using a QDateEdit widget with popup (which is a QCalendarWidget), then the lower part of the popup is cut off, see image: ![qtmaterial_qdateedit_bug](https://user-images.githubusercontent.com/21171829/202542193-eed66384-e536-40b2-be55-70726d377812.png) Additionally, colors for days of the...

Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...

dependencies

When running the 'examples' given, I encountered the problem of "**'IQTextEdit' object has no attribute 'setMarkdown'**''. After trying PyQt5==5.12 and 5.14, I still haven't solved it. But in [Official Document](https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtwidgets/qtextedit.html?highlight=setmarkdown##setMarkdown),...

Don't recommend the introductory materials, I hope the project code is a little more complex, I want to learn how to design the architecture.