mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user