Home
last modified time | relevance | path

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

/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Donmainwindow.cpp866 QAction *act_tb=new QAction ( tr ( "Show toolbar" ),this ); in initWidgetsNormal() local
867 act_tb->setCheckable ( true ); in initWidgetsNormal()
868 act_tb->setChecked ( showToolBar ); in initWidgetsNormal()
884 connect ( act_tb,SIGNAL ( toggled ( bool ) ),this, in initWidgetsNormal()
909 menu_opts->addAction ( act_tb ); in initWidgetsNormal()
940 connect ( act_tb,SIGNAL ( toggled ( bool ) ),stb, in initWidgetsNormal()