Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx119 QWidget *m_pTabBarParent; member in WidgetPainter
379 m_pTabBarParent( NULL ), in WidgetPainter()
405 delete m_pTabBarParent, m_pTabBarParent = NULL; in ~WidgetPainter()
943 if ( !m_pTabBarParent ) in tabBar()
944 m_pTabBarParent = new QWidget( NULL, "tab_bar_parent" ); in tabBar()
946 m_pTabBar = new QTabBar( m_pTabBarParent, "tab_bar" ); in tabBar()

Completed in 19 milliseconds