23 #include "iwadandwadspickerdialog.h"
25 #include "ui_iwadandwadspickerdialog.h"
27 DClass<IwadAndWadsPickerDialog> :
public Ui::IwadAndWadsPickerDialog
39 IwadAndWadsPickerDialog::~IwadAndWadsPickerDialog()
45 return d->wadsPicker->filePaths();
50 return d->iwadPicker->currentIwad();
55 d->iwadPicker->setIwadByName(iwad);
void setIwadByName(const QString &iwad)
Attempt to chose default IWAD by name.
QString iwadPath() const
Path to IWAD file that was picked by the user.
QStringList filePaths() const
List of file paths (excluding IWAD) that were picked by the user.
Simple dialog box where user can pick path to IWAD and additional game files.