mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
working on QT change/get win property (stylesheet for cvTrackBar fixed !!!)
This commit is contained in:
@@ -58,7 +58,9 @@ extern "C" {
|
||||
\****************************************************************************************/
|
||||
//YV
|
||||
//-----------New for QT
|
||||
//CVAPI(void) cvInformation(const char* name, const char* text, int delayms);
|
||||
CVAPI(void) cvInformation(const char* name, const char* text, int delayms);
|
||||
CVAPI(int) cvStartLoop(int (*pt2Func)(int argc, char *argv[]), int argc, char* argv[]);
|
||||
CVAPI(void) cvStopLoop();
|
||||
//----------------------
|
||||
|
||||
|
||||
@@ -86,8 +88,6 @@ enum
|
||||
CVAPI(void) cvSetWindowProperty(const char* name, int prop_id, double prop_value);
|
||||
CVAPI(double) cvGetWindowProperty(const char* name, int prop_id);
|
||||
|
||||
CVAPI(void) cvInformation(const char* name, const char* text, int delayms);
|
||||
|
||||
/* display image within window (highgui windows remember their content) */
|
||||
CVAPI(void) cvShowImage( const char* name, const CvArr* image );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user