Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Variables
qrimagewidget.h File Reference
#include <QImage>
#include <QLabel>
Include dependency graph for qrimagewidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QRImageWidget
 

Variables

static const int MAX_URI_LENGTH = 255
 
static constexpr int QR_IMAGE_SIZE = 300
 
static constexpr int QR_IMAGE_TEXT_MARGIN = 10
 
static constexpr int QR_IMAGE_MARGIN = 2 * QR_IMAGE_TEXT_MARGIN
 

Variable Documentation

◆ MAX_URI_LENGTH

const int MAX_URI_LENGTH = 255
static

Definition at line 12 of file qrimagewidget.h.

◆ QR_IMAGE_MARGIN

constexpr int QR_IMAGE_MARGIN = 2 * QR_IMAGE_TEXT_MARGIN
staticconstexpr

Definition at line 17 of file qrimagewidget.h.

◆ QR_IMAGE_SIZE

constexpr int QR_IMAGE_SIZE = 300
staticconstexpr

Definition at line 15 of file qrimagewidget.h.

◆ QR_IMAGE_TEXT_MARGIN

constexpr int QR_IMAGE_TEXT_MARGIN = 10
staticconstexpr

Definition at line 16 of file qrimagewidget.h.