Add RenderConfig, combining common parameters
Esse commit está contido em:
pai
c51487c4b2
commit
32286cae4b
12
gui/renderconfig.h
Arquivo normal
12
gui/renderconfig.h
Arquivo normal
@ -0,0 +1,12 @@
|
||||
#ifndef RENDERCONFIG_H
|
||||
#define RENDERCONFIG_H
|
||||
#include <QVector>
|
||||
|
||||
struct RenderConfig
|
||||
{
|
||||
double scaleX = 50 / 100.;
|
||||
double scaleY = scaleX;
|
||||
QVector<QString> wordsToHighlight;
|
||||
};
|
||||
|
||||
#endif // RENDERCONFIG_H
|
Carregando…
Referência em uma nova issue
Block a user