def initUI(self):
"""
Initialize the MarqueeLabel layout.
"""
self.setFixedSize(433, 40)
self.font = QFont("Arial", GEOMETRY[b3.getPlatform()]['MARQUEE_LABEL_FONT_SIZE'])
self.font.setItalic(True)
self.setFont(self.font)
self.setStyleSheet("""
QLabel {
background: transparent;
color: #484848;
}
""")
self.setVisible(B3App.Instance().settings.value('show_rss_news', type=bool))
评论列表
文章目录