Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dproptabbar.cpp56 QPushButton *trackersButton = new QPushButton( in PropTabBar() local
61 trackersButton->setShortcut(Qt::ALT + Qt::Key_C); in PropTabBar()
62 addWidget(trackersButton); in PropTabBar()
63 m_btnGroup->addButton(trackersButton, TrackersTab); in PropTabBar()