I have to solve this error:
day_frequency_parameters = self.main_self.ui_scheduled_transmitions_create_window.daily_one_time_timeEdit.time().strftime('%H:%M:%S')
AttributeError: 'QTime' object has no attribute 'strftime'
where daily_one_time_timeEdit
is a QTimeEdit object.
Is there any way to convert QTimeEdit or QTime to python time object?