Home
last modified time | relevance | path

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

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/properties/
H A Dproptabbar.cpp74 QPushButton *URLSeedsButton = new QPushButton( in PropTabBar() local
79 URLSeedsButton->setShortcut(Qt::ALT + Qt::Key_B); in PropTabBar()
80 addWidget(URLSeedsButton); in PropTabBar()
81 m_btnGroup->addButton(URLSeedsButton, URLSeedsTab); in PropTabBar()