最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

氣輕PyQt6 06 文本框(QLineEdit) 掩碼

2023-02-19 17:38 作者:氣輕  | 我要投稿

?

掩碼有很多種,這里只介紹了一種。

?

from PyQt6.QtWidgets import *

from PyQt6.QtGui import QFont, QDoubleValidator

import sys

?

class PyQt606(QWidget):

??? def __init__(self):

??????? super().__init__()

??????? self.initUI()

??? def initUI(self):

??????? self.setWindowTitle('氣輕PyQt6')??????????????? # 設(shè)置窗口標(biāo)題

??????? self.resize(700, 300)?????????????????????????? # 設(shè)置窗口大小

??????? self.edit = QLineEdit(self)???????????????????? # 輸入框

??????? self.edit.setGeometry(10, 0,240, 40)??????????? # 設(shè)置位置和大小

??????? self.edit.setFont(QFont('Arial',20))

??????? self.edit.setInputMask("000.000.000.000;_")???? # 掩碼

?

??????? self.show()

?

if __name__ == '__main__':

??? app = QApplication(sys.argv)

??? window = PyQt606()

??? sys.exit(app.exec())

?

執(zhí)行結(jié)果


氣輕PyQt6 06 文本框(QLineEdit) 掩碼的評論 (共 條)

分享到微博請遵守國家法律
汝州市| 沁源县| 楚雄市| 东安县| 绥中县| 砀山县| 镇坪县| 囊谦县| 岱山县| 临颍县| 金湖县| 石首市| 茂名市| 娄底市| 安陆市| 莱芜市| 安溪县| 岱山县| 武山县| 兴业县| 沾化县| 江山市| 纳雍县| 天门市| 简阳市| 伊川县| 巴青县| 太康县| 固镇县| 卢龙县| 当雄县| 团风县| 朝阳市| 嘉鱼县| 大关县| 金寨县| 靖远县| 偏关县| 澄迈县| 阿巴嘎旗| 板桥市|