GithubHelp home page GithubHelp logo

kadir014 / pyqt5-custom-widgets Goto Github PK

View Code? Open in Web Editor NEW
327.0 327.0 55.0 5.71 MB

More useful widgets for PyQt5

License: GNU General Public License v3.0

Python 100.00%
gui modern pyqt5 pyside2 python ui widgets

pyqt5-custom-widgets's Introduction

๐Ÿ‘‹ Hi there!

I'm Kadir.

Fine Arts Major, Designer, Illustrator and a Computer Science Enthusiast


โš’๏ธ Technologies & Tools


๐Ÿ“ซ Reach me at


โค๏ธ If you wish to support me and my studies:

pyqt5-custom-widgets's People

Contributors

kadir014 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyqt5-custom-widgets's Issues

[Bug] DragDropFile doesn't work when run from Admin

I love your library, but when I tried to implement it to one of my projects that requires admin privileges it just refused to accept anything, when not elevated it will work just fine.
I would love to see this library improve further, keep up the good work!

help me float error

C:\Users\umutd\Desktop\pyqt5-custom-widgets-1.0.1\examples>example_requesthandler.py
Traceback (most recent call last):
File "C:\Users\umutd\Desktop\pyqt5-custom-widgets-1.0.1\examples\pyqt5Custom\styledbutton.py", line 276, in paintEvent
else: fc = self.anim_hover.lerp(fc1, fc2)
File "C:\Users\umutd\Desktop\pyqt5-custom-widgets-1.0.1\examples\pyqt5Custom\animation.py", line 102, in lerp
return QColor(r, g, _b, _a)
TypeError: arguments did not match any overloaded call:
QColor(color: Qt.GlobalColor): argument 1 has unexpected type 'float'
QColor(rgb: int): argument 1 has unexpected type 'float'
QColor(rgba64: QRgba64): argument 1 has unexpected type 'float'
QColor(variant: Any): too many arguments
QColor(): too many arguments
QColor(r: int, g: int, b: int, alpha: int = 255): argument 1 has unexpected type 'float'
QColor(aname: str): argument 1 has unexpected type 'float'
QColor(acolor: Union[QColor, Qt.GlobalColor, QGradient]): argument 1 has unexpected type 'float'

Event for custom toggle state change?

I am trying to figure out how to perform a certain action only when a slider is turned on. I looked at the class definition but I was not able to figure out how to listen for events on that object. Could you offer some input on this?

[Bug] Timeout for Toast does not work

As stated, when calling toast.rise() it will not pay attention to the int placed on it and it will just be up indefinitely, I bypassed this by making another thread on a timer that will call for it to lower, though perhaps I just have a fundamental misunderstanding of how it works.
Also, I would love the ability to change the icon for the Toast while it's risen, so, for instance, I'm able to place a check icon to let the user know that a certain operation is over, currently toast.setIcon() doesn't allow me to do this :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.