mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-02 18:08:51 +03:00
Updated to 1.9.5, and optimize calibration and device
This commit is contained in:
@@ -35,6 +35,8 @@ public:
|
||||
// QDS: support resize by fill border (scale_in_center)
|
||||
// Load png from resources/icons. bitmap_key is given without the .png suffix. Bitmap will be rescaled to provided height/width if nonzero.
|
||||
wxBitmap* load_png(const std::string &bitmap_key, unsigned width = 0, unsigned height = 0, const bool grayscale = false, const float scale_in_center = 0.f);
|
||||
//y33
|
||||
wxBitmap* load_login_png(const std::string& bitmap_key, unsigned width = 0, unsigned height = 0, const bool grayscale = false, const float scale_in_center = 0.f);
|
||||
|
||||
// Parses SVG file from a file, returns SVG image as paths.
|
||||
// And makes replases befor parsing
|
||||
|
||||
Reference in New Issue
Block a user