Add RenderConfig, combining common parameters
このコミットが含まれているのは:
コミット
32286cae4b
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
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする