Searched refs:m_pToolBarHoriz (Results 1 – 1 of 1) sorted by relevance
159 QToolBar *m_pToolBarHoriz, *m_pToolBarVert; member in WidgetPainter385 m_pToolBarHoriz( NULL ), in WidgetPainter()413 delete m_pToolBarHoriz, m_pToolBarHoriz = NULL; in ~WidgetPainter()1031 if ( !m_pToolBarHoriz ) in toolBar()1033 m_pToolBarHoriz = new QToolBar( m_pMainWindow, "tool_bar_horiz" ); in toolBar()1034 m_pMainWindow->moveDockWindow( m_pToolBarHoriz, Qt::DockTop ); in toolBar()1036 pToolBar = m_pToolBarHoriz; in toolBar()
Completed in 26 milliseconds