Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dproptabbar.cpp65 QPushButton *peersButton = new QPushButton( in PropTabBar() local
70 peersButton->setShortcut(Qt::ALT + Qt::Key_R); in PropTabBar()
71 addWidget(peersButton); in PropTabBar()
72 m_btnGroup->addButton(peersButton, PeersTab); in PropTabBar()