mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
typos
This commit is contained in:
@@ -1536,7 +1536,7 @@ CvWindow::CvWindow(QString name, int arg2)
|
||||
setWindowTitle(name);
|
||||
setObjectName(name);
|
||||
|
||||
setFocus( Qt::PopupFocusReason ); //#1695 arrow keys are not recieved without the explicit focus
|
||||
setFocus( Qt::PopupFocusReason ); //#1695 arrow keys are not received without the explicit focus
|
||||
|
||||
resize(400, 300);
|
||||
setMinimumSize(1, 1);
|
||||
|
||||
@@ -569,7 +569,7 @@ static int icvCreateTrackbar (const char* trackbar_name,
|
||||
|
||||
//pad size maxvalue in pixel
|
||||
Point qdSize;
|
||||
char valueinchar[strlen(trackbar_name)+1 +1 +1+nbDigit+1];//lenght+\n +space +(+nbDigit+)
|
||||
char valueinchar[strlen(trackbar_name)+1 +1 +1+nbDigit+1];//length+\n +space +(+nbDigit+)
|
||||
sprintf(valueinchar, "%s (%d)",trackbar_name, trackbar->maxval);
|
||||
SInt16 baseline;
|
||||
CFStringRef text = CFStringCreateWithCString(NULL,valueinchar,kCFStringEncodingASCII);
|
||||
|
||||
Reference in New Issue
Block a user