Posted inInformation Technology / Raspberry Pi

How Far We’ve Come – Pt. 17

On the desktop most of the application looks like this: One of the many things which is nice about widget based projects and the designer is that we get some really good widgets and can (usually) see what things will look like before we compile. That file chooser is all built in and the calendar select widget is already there for us to use.   void MainWindow::importAction() { QString fileName = QFileDialog::getOpenFileName(this, tr(“Lotto Data to … How Far We’ve Come – Pt. 17Read more