mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Make GUI scalable
This commit is contained in:
parent
0f9a326398
commit
28ea2f1c69
7 changed files with 77 additions and 74 deletions
|
@ -93,6 +93,8 @@ public:
|
|||
bool save_to_file(QString filename);
|
||||
|
||||
void setHideText(bool hide);
|
||||
|
||||
void setTargetSize(int width, int height);
|
||||
|
||||
private:
|
||||
void encode();
|
||||
|
@ -119,6 +121,8 @@ private:
|
|||
int m_option_3;
|
||||
bool m_hidetext;
|
||||
float m_dot_size;
|
||||
int target_size_horiz;
|
||||
int target_size_vert;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue