示例#1
0
文件: plot.py 项目: khedron/Plot
		def createWidget(self, parent):
			wid = QDateTimeEdit(parent)
			wid.setCalendarPopup(True)
			wid.setFrame(False)
			return wid