tools/hwmap2txt/hwmapconverter/mainwindow.h
author nemo
Tue, 19 Jun 2018 19:14:33 -0400
changeset 13417 8d7d48736184
parent 11015 7a905f0070ce
permissions -rw-r--r--
let's keep track of the racer room config

#ifndef MAINWINDOW_H
#define MAINWINDOW_H

#include <QMainWindow>

namespace Ui {
class MainWindow;
}

class MainWindow : public QMainWindow
{
    Q_OBJECT

public:
    explicit MainWindow(QWidget *parent = 0);
    ~MainWindow();

private slots:
    void on_pbLoad_clicked();

    void on_pbSave_clicked();

private:
    Ui::MainWindow *ui;
};

#endif // MAINWINDOW_H