Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.h307 QComboBox *typeProxy_; variable
H A Doptionsdialog.cpp428 typeProxy_ = new QComboBox(); in createNetworkConnectionsWidget()
429 typeProxy_->addItems(QStringList() << "HTTP" << "SOCKS5"); in createNetworkConnectionsWidget()
439 addrPortLayout->addWidget(typeProxy_); in createNetworkConnectionsWidget()
1963 typeProxy_->setCurrentIndex(1); in updateProxy()
1983 if (typeProxy_->currentIndex() == 1) in applyProxy()