We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Versions from your environment]
C++
As shown in the following figure, for the light and dark theme, the QCheckBox control does not display the checkbox on the left square
normal:
problem:
QFile f("qdarkstyle/light/lightstyle.qss"); if (!f.exists()) { QMessageBox::warning(this, "", "Unable to set stylesheet, file not found\n"); } else { f.open(QFile::ReadOnly | QFile::Text); QTextStream ts(&f); qApp->setStyleSheet(ts.readAll()); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe Your Environment
[Versions from your environment]
Language
C++
What is the problem?
As shown in the following figure, for the light and dark theme, the QCheckBox control does not display the checkbox on the left square
normal:
problem:
QDarkStyle installation steps
The text was updated successfully, but these errors were encountered: