mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-25 20:44:29 -04:00
Add option to copy to clipboard as BMP
This commit is contained in:
parent
a1327cbd0d
commit
fd8a4f4d35
3 changed files with 42 additions and 11 deletions
|
@ -130,7 +130,8 @@ private slots:
|
|||
void reset_view();
|
||||
int open_data_dialog();
|
||||
int open_sequence_dialog();
|
||||
void copy_to_clipboard();
|
||||
void copy_to_clipboard_svg();
|
||||
void copy_to_clipboard_bmp();
|
||||
|
||||
private:
|
||||
/* void createActions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue