美文网首页
无标题文章

无标题文章

作者: tea1896 | 来源:发表于2017-06-25 11:54 被阅读0次

    # Refet to : http://blog.csdn.net/weiaitaowang/article/details/52070872

    import sys

    from PyQt5.QtWidgets import QApplication,  QWidget,  QToolTip,  QPushButton

    from PyQt5.QtGui import QFont

    class MyTip(QWidget):

        def __init__(self):

            super().__init__()

        self.initUI()

            # 这个静态方法设置用于工具提示的字体,我们使用 14px大小与 楷体 字体

             QToolTip.setFont(QFont('楷体',  14))

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/jdolcxtx.html