Searched refs:typeProxy_ (Results 1 – 2 of 2) sorted by relevance
307 QComboBox *typeProxy_; variable
428 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()