背景の色を変更するスクリプトを例示します。
app = designer.GetApplication() # 背景色のトップカラーを変更 app.SetPreference(u"TopBackgroundColor", u"Black") # 背景色のボトムカラーを変更 app.SetPreference(u"BottomBackgroundColor", u"Black") # テキストの色を変更 app.SetPreference(u"TextColor", u"White")
背景の色を変更するスクリプトを例示します。
app = designer.GetApplication() # 背景色のトップカラーを変更 app.SetPreference(u"TopBackgroundColor", u"Black") # 背景色のボトムカラーを変更 app.SetPreference(u"BottomBackgroundColor", u"Black") # テキストの色を変更 app.SetPreference(u"TextColor", u"White")