Qt Code:
if ((time.second() % 2) == 0) text[2] = ' '; ui->lcdNumber->display(text);To copy to clipboard, switch view to plain text mode
Am using the code above: Its not displaying the hour,minute and the second together
please help me
Qt Code:
if ((time.second() % 2) == 0) text[2] = ' '; ui->lcdNumber->display(text);To copy to clipboard, switch view to plain text mode
Am using the code above: Its not displaying the hour,minute and the second together
please help me
Bookmarks