Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
6d2a97e9
Commit
6d2a97e9
authored
Nov 04, 2018
by
berak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: remove NULL strings from highgui.hpp
parent
5339ef30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
highgui.hpp
modules/highgui/include/opencv2/highgui.hpp
+6
-6
No files found.
modules/highgui/include/opencv2/highgui.hpp
View file @
6d2a97e9
...
...
@@ -532,7 +532,7 @@ displayed in the specified window winname.
@note
[__Qt Backend Only__] winname can be empty
(or NULL)
if the trackbar should be attached to the
[__Qt Backend Only__] winname can be empty if the trackbar should be attached to the
control panel.
Clicking the label of each trackbar enables editing the trackbar values manually.
...
...
@@ -560,7 +560,7 @@ The function returns the current position of the specified trackbar.
@note
[__Qt Backend Only__] winname can be empty
(or NULL)
if the trackbar is attached to the control
[__Qt Backend Only__] winname can be empty if the trackbar is attached to the control
panel.
@param trackbarname Name of the trackbar.
...
...
@@ -574,7 +574,7 @@ The function sets the position of the specified trackbar in the specified window
@note
[__Qt Backend Only__] winname can be empty
(or NULL)
if the trackbar is attached to the control
[__Qt Backend Only__] winname can be empty if the trackbar is attached to the control
panel.
@param trackbarname Name of the trackbar.
...
...
@@ -589,7 +589,7 @@ The function sets the maximum position of the specified trackbar in the specifie
@note
[__Qt Backend Only__] winname can be empty
(or NULL)
if the trackbar is attached to the control
[__Qt Backend Only__] winname can be empty if the trackbar is attached to the control
panel.
@param trackbarname Name of the trackbar.
...
...
@@ -604,7 +604,7 @@ The function sets the minimum position of the specified trackbar in the specifie
@note
[__Qt Backend Only__] winname can be empty
(or NULL)
if the trackbar is attached to the control
[__Qt Backend Only__] winname can be empty if the trackbar is attached to the control
panel.
@param trackbarname Name of the trackbar.
...
...
@@ -811,7 +811,7 @@ QT_NEW_BUTTONBAR flag is added to the type.
See below various examples of the cv::createButton function call: :
@code
createButton(
NULL
,callbackButton);//create a push button "button 0", that will call callbackButton.
createButton(
""
,callbackButton);//create a push button "button 0", that will call callbackButton.
createButton("button2",callbackButton,NULL,QT_CHECKBOX,0);
createButton("button3",callbackButton,&value);
createButton("button5",callbackButton1,NULL,QT_RADIOBOX);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment