-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Lines around Qlabel in v2.6.8 & Python 3.7 #163
Comments
It should be not like this. Could you provide your code or at least the nesting of items until the QLabel? Tks |
The My code looks like this (relevant portions): class MainApplication(QMainWindow):
def __init__(self):
super().__init__()
self.ui = ui.MainWindow() # the generated Ui_MainWindow class
self.ui.setupUi(self)
def main():
app = QApplication(sys.argv)
app.setStyleSheet(qdarkstyle.load_stylesheet_pyside2())
window = MainApplication()
window.show()
sys.exit(app.exec_()) |
@goanpeca is the _style.scss updated with the last changes in style.qss? If so, I'll start to use it to not change the qss manually. To fix this may we need to use ".QFrame" instead of QFrame that includes descendants, including QLabel. |
@dpizetta if you have |
@goanpeca Should I use the version 0.2.2 alpha from release or from master as it is not available on pypi yet? |
this one is fine https://pypi.org/project/qtsass/ |
I was not up to date :) Tks |
@kosayoda could you test this branch? Remember to remove the old installation before. Tks
|
Was testing it just as this issue got closed, just commenting for posterity. |
Tks! |
Environment
qdarkstyle --all
throws an error, see #162Language
Python
Actual Result
Looks like #141 except the current version is 2.6.8, please advise if it's intended
The text was updated successfully, but these errors were encountered: