Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac (OS X 10.9) で setCalendarPopup(True) を実行すると、QtGui.QDateEdit の上枠が表示されない原因を知っている人はいますか?
例:
date_input = QtGui.QDateEdit() date_input.setDate(QtCore.QDate.currentDate()) date_input.setCalendarPopup(True) date_input.setDisplayFormat("MM/dd/yyyy")