Git Product home page Git Product logo

Comments (2)

Khanhlinhdang avatar Khanhlinhdang commented on May 26, 2024

Thank you bro!

from pyqt-fluent-widgets.

Khanhlinhdang avatar Khanhlinhdang commented on May 26, 2024

image
i use this stylesheet for darktheme, it is very fast
you can setup it like a custom components,

QWidget {
background-color: #2b2b2b;
color:#eaeaea;
border: solid;
border-width: 0.5px;
border-color: transparent;
border-radius: 5px;

}

QCalendarWidget QToolButton
{
height:40px;
width:50px;
color:white;
font:18px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
icon-size:25px 25px;
background-color:#2b2b2b;
}
QCalendarWidget QToolButton:hover
{
background-color:#202020;
}

QCalendarWidget QWidget#qt_calendar_navigationbar
{
height:40px;
background-color:#2b2b2b;

}

#qt_calendar_monthbutton
{
width:100px;
font:18px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color:white;
background-color:#2b2b2b;
margin: 0px 2px;
padding: 0px 2px

}

#qt_calendar_yearbutton
{
font:18px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color:white;
background-color:#2b2b2b;
margin: 0px 2px;
padding: 0px 2px

}

#qt_calendar_monthbutton:hover,
#qt_calendar_yearbutton:hover
{
background-color:#202020;
}

/* MenuBar Code */

QCalendarWidget QMenu
{
width:150px;
color:white;
font:14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
background-color:#2b2b2b;
}

/* SpinBox Code */

/* Calendar View Code */
QCalendarWidget QWidget
{
alternate-background-color:#2b2b2b;
}

QCalendarWidget QAbstractItemView:enabled
{
font:14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color:white;
background-color:#2b2b2b;
selection-background-color:#202020;
selection-color:white;
}
QCalendarWidget QAbstractItemView:disabled
{
color:rgb(100,100,100);
}

QCalendarWidget QSpinBox
{
width:60px;
height:25px;
font:14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color:white;
background-color:#2b2b2b;
}

#qt_calendar_calendarview
{
font:14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color:white;
background-color:#202020;
border: solid;
border-width: 0.5px;
border-color: #2b2b2b;
border-radius:5px;
}

#qt_calendar_calendarview::item
{
width:25px;
height:25px;
background-color:#2b2b2b;
border: solid;
border-width: 1px;
border-color: #2b2b2b;
border-radius:15px;
padding: 2px 2px 2px 2px
}

#qt_calendar_calendarview::item:hover
{
width:25px;
height:25px;
background-color:black;
border: solid;
border-width: 1px;
border-color: black;
border-radius:15px;
padding: 2px 2px 2px 2px
}

#qt_calendar_calendarview::item:selected
{
width:25px;
height:25px;
background-color:black;
border: solid;
border-width: 1px;
border-color: black;
border-radius:15px;
padding: 2px 2px 2px 2px
}

from pyqt-fluent-widgets.

Related Issues (20)

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.