@ -4,6 +4,7 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
qApp->setStyle("Fusion");
ClockCounter w;
w.show();
return a.exec();