0
I want to make button when click open the calendar... What is the error?
def show_calender() : Calendar = QCalenderWidget() Cal = QPushButton(window, text= 'calender') Cal.move(250,50) Cal. clicked. connect(show_calender)
5 odpowiedzi
+ 1
Hmm, did you try to run it here
+ 1
Yes, GUI is not supported here
0
no
0
When I run it her
The following error appear
QPushButton not defined
0
Why not running on pc?