Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dproptabbar.cpp47 QPushButton *mainInfosButton = new QPushButton( in PropTabBar() local
52 mainInfosButton->setShortcut(Qt::ALT + Qt::Key_G); in PropTabBar()
53 addWidget(mainInfosButton); in PropTabBar()
54 m_btnGroup->addButton(mainInfosButton, MainTab); in PropTabBar()