Exemplo n.º 1
0
Arquivo: plot.py Projeto: khedron/Plot
		def createWidget(self, parent):
			wid = QDateTimeEdit(parent)
			wid.setCalendarPopup(True)
			wid.setFrame(False)
			return wid