mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 21:07:46 +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 <QProcess>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
static QMap<QString, QString> applications = {{QStringLiteral("Armoury"), QStringLiteral("armoury")},
|
static QMap<QString, QString> applications = {{QStringLiteral("Armoury - View and export gear"), QStringLiteral("novus-armoury")},
|
||||||
{QStringLiteral("EXD Viewer"), QStringLiteral("exdviewer")},
|
{QStringLiteral("Karuku - Read Excel sheets"), QStringLiteral("novus-karuku")},
|
||||||
{QStringLiteral("Explorer"), QStringLiteral("explorer")},
|
{QStringLiteral("Sagasu - Explore data archives"), QStringLiteral("novus-sagasu")},
|
||||||
{QStringLiteral("Model Viewer"), QStringLiteral("mdlviewer")}};
|
{QStringLiteral("Model Viewer - Preview MDL files"), QStringLiteral("mdlviewer")}};
|
||||||
|
|
||||||
MainWindow::MainWindow() {
|
MainWindow::MainWindow() {
|
||||||
setWindowTitle(QStringLiteral("Novus SDK"));
|
setWindowTitle(QStringLiteral("Novus SDK"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue