mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
parent
7fffb6526c
commit
cf061b7d30
1 changed files with 0 additions and 3 deletions
|
@ -102,9 +102,6 @@ PropTabBar::PropTabBar(QWidget *parent)
|
||||||
// SIGNAL/SLOT
|
// SIGNAL/SLOT
|
||||||
connect(m_btnGroup, &QButtonGroup::idClicked
|
connect(m_btnGroup, &QButtonGroup::idClicked
|
||||||
, this, &PropTabBar::setCurrentIndex);
|
, this, &PropTabBar::setCurrentIndex);
|
||||||
// Disable buttons focus
|
|
||||||
for (QAbstractButton *btn : asConst(m_btnGroup->buttons()))
|
|
||||||
btn->setFocusPolicy(Qt::NoFocus);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int PropTabBar::currentIndex() const
|
int PropTabBar::currentIndex() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue