Git Product home page Git Product logo

qdarkgraystyle's People

Contributors

aaiyer avatar bitdeli-chef avatar colinduquesnoy avatar devinacker avatar fieldofview avatar mhendricks avatar mstuttgart avatar pkev avatar polygamma avatar svenevs avatar vladimir-kraus 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

qdarkgraystyle's Issues

update your example

Pleas update your example in ReadMe

QApplication and QMainWindow are part of QtWidgets

#!/usr/bin/python3
# -*- coding: utf-8 -*-
import sys
import qdarkgraystyle
from PyQt5 import QtWidgets


# create the application and the main window
app = QtWidgets.QApplication(sys.argv)
window = QtWidgets.QMainWindow()

# setup stylesheet
app.setStyleSheet(qdarkgraystyle.load_stylesheet())

# run
window.show()
app.exec_()

QMdiSubWindow loses its window frame

Hello! really enjoy using your theme! I have a QMdiArea with several subwindows. When I apply the theme the windows lose their frames, and thus the ability to be resized (On a Windows computer)

I've tried to disable the Qt.FramelessWindowHint flag, no luck. And I can't tell what in the stylesheet might be causing this. Any thoughts?

QListWidget editing item border

Hi - could you let me know where this border has come from that obstructs the text when editing an item in a list widget?
Any help really appreciated

Screenshot 2022-10-12 at 09 49 57

I have tried setting a lot of the borders and padding to 0 but no luck finding the right one!
Thanks

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.