ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include <QDir>
#include <QMessageBox>
#include "fwupgradedialog.h"
#include "kbfirmware.h"
#include "ui_fwupgradedialog.h"
Go to the source code of this file.
Data Structures | |
struct | KbId |
Functions | |
static const int | DIALOG_HEIGHT_MAX (240) |
static float | verifyFw (const QByteArray &blob, const QString &features) |
Variables | |
static KbId | ids [] |
static const int | DIALOG_WIDTH = 420 |
static const int | DIALOG_HEIGHT_MIN = 200 |
struct KbId |
Definition at line 8 of file fwupgradedialog.cpp.
Data Fields | ||
---|---|---|
const char * | feature | |
short | product | |
short | vendor |
|
static |
|
static |
Definition at line 86 of file fwupgradedialog.cpp.
References ids.
Referenced by FwUpgradeDialog::exec().
|
static |
Definition at line 30 of file fwupgradedialog.cpp.
Referenced by FwUpgradeDialog::FwUpgradeDialog(), and FwUpgradeDialog::on_actionButton_clicked().
|
static |
Definition at line 29 of file fwupgradedialog.cpp.
Referenced by FwUpgradeDialog::exec(), FwUpgradeDialog::FwUpgradeDialog(), and FwUpgradeDialog::on_actionButton_clicked().
|
static |
Definition at line 14 of file fwupgradedialog.cpp.
Referenced by verifyFw().