mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 13:07:44 +00:00
sdklauncher: Update README and program files
This commit is contained in:
parent
5698992250
commit
b1ee751fc7
2 changed files with 7 additions and 4 deletions
|
@ -0,0 +1,3 @@
|
|||
# SDK Launcher
|
||||
|
||||
Handles configuration and launching different parts of the SDK.
|
|
@ -12,10 +12,10 @@
|
|||
#include <QProcess>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
static QMap<QString, QString> applications = {{QStringLiteral("Armoury"), QStringLiteral("armoury")},
|
||||
{QStringLiteral("EXD Viewer"), QStringLiteral("exdviewer")},
|
||||
{QStringLiteral("Explorer"), QStringLiteral("explorer")},
|
||||
{QStringLiteral("Model Viewer"), QStringLiteral("mdlviewer")}};
|
||||
static QMap<QString, QString> applications = {{QStringLiteral("Armoury - View and export gear"), QStringLiteral("novus-armoury")},
|
||||
{QStringLiteral("Karuku - Read Excel sheets"), QStringLiteral("novus-karuku")},
|
||||
{QStringLiteral("Sagasu - Explore data archives"), QStringLiteral("novus-sagasu")},
|
||||
{QStringLiteral("Model Viewer - Preview MDL files"), QStringLiteral("mdlviewer")}};
|
||||
|
||||
MainWindow::MainWindow() {
|
||||
setWindowTitle(QStringLiteral("Novus SDK"));
|
||||
|
|
Loading…
Add table
Reference in a new issue