I have a time edit box in a group box , but the time edit box is non functional. How can I make it work ?
Here is the code:
Qt Code:
  1. ui_calendarrime.h
  2. timeEdit = new QTimeEdit(secondaryGroupBox);
  3. timeEdit->setObjectName(QString::fromUtf8("QtimeEdit"));
To copy to clipboard, switch view to plain text mode 

I can't understand why it shoudln't work. The widget runs. I rewrote the widget from scratch using Q3TimeBox and it worked ,but using Q3TimeBox gave me some wierd error.