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
b530a2cb
Commit
b530a2cb
authored
Aug 17, 2010
by
Yannick Verdie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt ticket #531
parent
28030952
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
cvconfig.h.cmake
cvconfig.h.cmake
+0
-6
window_QT.cpp
modules/highgui/src/window_QT.cpp
+0
-0
window_QT.h
modules/highgui/src/window_QT.h
+2
-3
No files found.
cvconfig.h.cmake
View file @
b530a2cb
...
...
@@ -160,12 +160,6 @@
/* Eigen2 Matrix & Linear Algebra Library */
#cmakedefine HAVE_EIGEN2
/* Qt bindings */
//
#cmakedefine HAVE_QT
/* Qt bindings use OpenGL */
//
#cmakedefine HAVE_QT_OPENGL
/* NVidia Cuda Runtime API*/
#cmakedefine HAVE_CUDA
...
...
modules/highgui/src/window_QT.cpp
View file @
b530a2cb
This diff is collapsed.
Click to expand it.
modules/highgui/src/window_QT.h
View file @
b530a2cb
...
...
@@ -144,6 +144,7 @@ public slots:
void
setOpenGLCallback
(
QString
window_name
,
void
*
callbackOpenGL
,
void
*
userdata
,
double
angle
,
double
zmin
,
double
zmax
);
void
putText
(
void
*
arg1
,
QString
text
,
QPoint
org
,
void
*
font
);
void
addButton
(
QString
button_name
,
int
button_type
,
int
initial_button_state
,
void
*
on_change
,
void
*
userdata
);
void
enablePropertiesButtonEachWindow
();
};
enum
typeBar
{
type_CvTrackbar
=
0
,
type_CvButtonbar
=
1
};
...
...
@@ -303,7 +304,6 @@ public:
//parameters (will be save/load)
QString
param_name
;
CvWinProperties
*
parameters_window
;
int
param_flags
;
int
param_gui_mode
;
int
param_ratio_mode
;
...
...
@@ -324,8 +324,7 @@ private:
void
icvLoadButtonbar
(
CvButtonbar
*
t
,
QSettings
*
settings
);
void
icvSaveButtonbar
(
CvButtonbar
*
t
,
QSettings
*
settings
);
void
createShortcuts
();
void
createActions
();
void
createActionsandShortcuts
();
void
createToolBar
();
void
createView
(
int
display_mode
,
int
ratio_mode
);
void
createStatusBar
();
...
...
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