-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2: Removed PDCurses and switch main project in solution
- Loading branch information
Showing
11 changed files
with
117 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "ViGEmClient"] | ||
path = ViGEmClient | ||
url = https://github.com/ViGEm/ViGEmClient | ||
[submodule "PDCurses"] | ||
path = PDCurses | ||
url = https://github.com/wmcbrine/PDCurses |
Submodule PDCurses
deleted from
2467ab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/**************************************************************************** | ||
** Resource object code | ||
** | ||
** Created by: The Resource Compiler for Qt version 5.13.0 | ||
** | ||
** WARNING! All changes made in this file will be lost! | ||
*****************************************************************************/ | ||
|
||
#ifdef QT_NAMESPACE | ||
# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name | ||
# define QT_RCC_MANGLE_NAMESPACE0(x) x | ||
# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b | ||
# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) | ||
# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ | ||
QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) | ||
#else | ||
# define QT_RCC_PREPEND_NAMESPACE(name) name | ||
# define QT_RCC_MANGLE_NAMESPACE(name) name | ||
#endif | ||
|
||
#ifdef QT_NAMESPACE | ||
namespace QT_NAMESPACE { | ||
#endif | ||
|
||
#ifdef QT_NAMESPACE | ||
} | ||
#endif | ||
|
||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_XBOFSWinQT5GUI)(); | ||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_XBOFSWinQT5GUI)() | ||
{ | ||
return 1; | ||
} | ||
|
||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_XBOFSWinQT5GUI)(); | ||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_XBOFSWinQT5GUI)() | ||
{ | ||
return 1; | ||
} | ||
|
||
namespace { | ||
struct initializer { | ||
initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_XBOFSWinQT5GUI)(); } | ||
~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_XBOFSWinQT5GUI)(); } | ||
} dummy; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
/******************************************************************************** | ||
** Form generated from reading UI file 'XBOFSWinQT5GUI.ui' | ||
** | ||
** Created by: Qt User Interface Compiler version 5.13.0 | ||
** | ||
** WARNING! All changes made in this file will be lost when recompiling UI file! | ||
********************************************************************************/ | ||
|
||
#ifndef UI_XBOFSWINQT5GUI_H | ||
#define UI_XBOFSWINQT5GUI_H | ||
|
||
#include <QtCore/QVariant> | ||
#include <QtWidgets/QApplication> | ||
#include <QtWidgets/QMainWindow> | ||
#include <QtWidgets/QMenuBar> | ||
#include <QtWidgets/QStatusBar> | ||
#include <QtWidgets/QToolBar> | ||
#include <QtWidgets/QWidget> | ||
|
||
QT_BEGIN_NAMESPACE | ||
|
||
class Ui_XBOFSWinQT5GUIClass | ||
{ | ||
public: | ||
QMenuBar *menuBar; | ||
QToolBar *mainToolBar; | ||
QWidget *centralWidget; | ||
QStatusBar *statusBar; | ||
|
||
void setupUi(QMainWindow *XBOFSWinQT5GUIClass) | ||
{ | ||
if (XBOFSWinQT5GUIClass->objectName().isEmpty()) | ||
XBOFSWinQT5GUIClass->setObjectName(QString::fromUtf8("XBOFSWinQT5GUIClass")); | ||
XBOFSWinQT5GUIClass->resize(600, 400); | ||
menuBar = new QMenuBar(XBOFSWinQT5GUIClass); | ||
menuBar->setObjectName(QString::fromUtf8("menuBar")); | ||
XBOFSWinQT5GUIClass->setMenuBar(menuBar); | ||
mainToolBar = new QToolBar(XBOFSWinQT5GUIClass); | ||
mainToolBar->setObjectName(QString::fromUtf8("mainToolBar")); | ||
XBOFSWinQT5GUIClass->addToolBar(mainToolBar); | ||
centralWidget = new QWidget(XBOFSWinQT5GUIClass); | ||
centralWidget->setObjectName(QString::fromUtf8("centralWidget")); | ||
XBOFSWinQT5GUIClass->setCentralWidget(centralWidget); | ||
statusBar = new QStatusBar(XBOFSWinQT5GUIClass); | ||
statusBar->setObjectName(QString::fromUtf8("statusBar")); | ||
XBOFSWinQT5GUIClass->setStatusBar(statusBar); | ||
|
||
retranslateUi(XBOFSWinQT5GUIClass); | ||
|
||
QMetaObject::connectSlotsByName(XBOFSWinQT5GUIClass); | ||
} // setupUi | ||
|
||
void retranslateUi(QMainWindow *XBOFSWinQT5GUIClass) | ||
{ | ||
XBOFSWinQT5GUIClass->setWindowTitle(QCoreApplication::translate("XBOFSWinQT5GUIClass", "XBOFSWinQT5GUI", nullptr)); | ||
} // retranslateUi | ||
|
||
}; | ||
|
||
namespace Ui { | ||
class XBOFSWinQT5GUIClass: public Ui_XBOFSWinQT5GUIClass {}; | ||
} // namespace Ui | ||
|
||
QT_END_NAMESPACE | ||
|
||
#endif // UI_XBOFSWINQT5GUI_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters