我创建了一个pyforms应用程序并尝试在settings.py中添加设置,但它们会被忽略。
settings.py
PYFORMS_STYLESHEET = "style.css"
PYFORMS_STYLESHEET_LINUX = "style.css"
的style.css
QLineEdit {
background-color: red;
}
所有文件都在同一个文件夹中。
答案 0 :(得分:1)
您需要使用conf
更新settings
。
from pysettings import conf;
import settings
conf+=settings