Home
last modified time | relevance | path

Searched refs:m_glWidgets (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dmainwindow.cpp71 m_glWidgets << glwidget; in MainWindow()
175 m_glWidgets << w; in addNew()
192 foreach (QOpenGLWidget *w, m_glWidgets) in timerUsageChanged()
199 m_glWidgets[0]->setMinimumSize(size() + QSize(128, 128)); in resizeEvent()
H A Dmainwindow.h80 QVector<QOpenGLWidget *> m_glWidgets; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dmainwindow.cpp71 m_glWidgets << glwidget; in MainWindow()
175 m_glWidgets << w; in addNew()
192 foreach (QOpenGLWidget *w, m_glWidgets) in timerUsageChanged()
199 m_glWidgets[0]->setMinimumSize(size() + QSize(128, 128)); in resizeEvent()
H A Dmainwindow.h80 QVector<QOpenGLWidget *> m_glWidgets; in QT_FORWARD_DECLARE_CLASS() local