ckb-next  v0.2.8 at branch master
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rebindwidget.cpp File Reference
#include <QStandardPaths>
#include "rebindwidget.h"
#include "ui_rebindwidget.h"
#include <qdebug.h>
+ Include dependency graph for rebindwidget.cpp:

Go to the source code of this file.

Variables

static const int DPI_OFFSET = -KeyAction::DPI_CYCLE_UP + 1
 
static const int DPI_CUST_IDX = KeyAction::DPI_CUSTOM + DPI_OFFSET
 

Variable Documentation

const int DPI_CUST_IDX = KeyAction::DPI_CUSTOM + DPI_OFFSET
static

Definition at line 7 of file rebindwidget.cpp.

Referenced by RebindWidget::on_dpiBox_currentIndexChanged().

const int DPI_OFFSET = -KeyAction::DPI_CYCLE_UP + 1
static