Add RenderConfig, combining common parameters
此提交包含在:
12
gui/renderconfig.h
一般檔案
12
gui/renderconfig.h
一般檔案
@@ -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
|
新增問題並參考
封鎖使用者