Merge branch 'pbt-fixes'

half-duplex
Roeland Jansen 2023-01-26 07:33:00 +01:00
commit fe36ff1ac7
3 zmienionych plików z 11 dodań i 9 usunięć

Wyświetl plik

@ -116,11 +116,11 @@ void controllerSetup::newDevice(unsigned char devType, QVector<BUTTON>* but, QVe
switch (devType) {
case shuttleXpress:
image.load(":/resources/controllerxpress.png");
image.load(":/resources/shuttlexpress.png");
deviceName = "shuttleXpress";
break;
case shuttlePro2:
image.load(":/resources/controllerpro.png");
image.load(":/resources/shuttlepro.png");
deviceName = "shuttlePro2";
break;
case RC28:

Wyświetl plik

@ -6,10 +6,12 @@
#include <QFont>
#include <QInputDialog>
#include <QMessageBox>
#include <math.h>
#include "wfviewtypes.h"
#include "logcategories.h"
namespace Ui {
class cwSender;
}

Wyświetl plik

@ -1,9 +1,9 @@
<RCC>
<qresource prefix="resources">
<file>wfview.png</file>
<file>shuttlexpress.png</file>
<file>shuttlepro.png</file>
<file>rc28.png</file>
<file>xbox.png</file>
</qresource>
<qresource prefix="/resources">
<file>wfview.png</file>
<file>shuttlexpress.png</file>
<file>shuttlepro.png</file>
<file>rc28.png</file>
<file>xbox.png</file>
</qresource>
</RCC>