Coder Social home page Coder Social logo

qtdarktheme's Introduction

NewQtDarkTheme

The best dark theme for Qt Apps

QtDarkTheme is as the name states a modern, simple and beautiful dark theme you can use to design your Qt App. supports many Qt Widgets:

  • PushButtons
  • All TextInputs(TextEdit/LineEdit/PlainTextEdit)
  • ✨Progressbar/ListWidget

Screenshot

screenshot

Installation

git clone https://github.com/Oussama1403/NewQtDarkTheme

How to use

For PyQt5 Apps: to load an external .qss file:

style="DarkStyle.qss"
with open(style,"r") as s:
    self.setStyleSheet(s.read())

or just the open DarkStyle file,copy all the styles and paste it in stylesheet section in Qt Designer.

Development

Want to contribute? Great!

i have styled Most of the widgets,If you find a widget that has not been styled,open an issue or submit a pull request of your design.

License

MIT Free Software, Hell Yeah!

qtdarktheme's People

Contributors

oussama1403 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

khangthk

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.