Searched refs:m_btn (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/ |
| H A D | glwidget.cpp | 78 m_btn(0), in GLWidget() 560 if (!m_btn) { in resizeGL() 561 m_btn = new QPushButton("A widget on top.\nPress for more widgets.", this); in resizeGL() 562 connect(m_btn, &QPushButton::clicked, this, &GLWidget::handleButtonPress); in resizeGL() 564 m_btn->move(20, 80); in resizeGL()
|
| H A D | glwidget.h | 128 QPushButton *m_btn; in QT_FORWARD_DECLARE_CLASS() local
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/ |
| H A D | glwidget.cpp | 78 m_btn(0), in GLWidget() 560 if (!m_btn) { in resizeGL() 561 m_btn = new QPushButton("A widget on top.\nPress for more widgets.", this); in resizeGL() 562 connect(m_btn, &QPushButton::clicked, this, &GLWidget::handleButtonPress); in resizeGL() 564 m_btn->move(20, 80); in resizeGL()
|
| H A D | glwidget.h | 128 QPushButton *m_btn; in QT_FORWARD_DECLARE_CLASS() local
|