Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.cpp437 QHBoxLayout *addrPortLayout = new QHBoxLayout(); in createNetworkConnectionsWidget() local
438 addrPortLayout->setMargin(0); in createNetworkConnectionsWidget()
439 addrPortLayout->addWidget(typeProxy_); in createNetworkConnectionsWidget()
440 addrPortLayout->addWidget(new QLabel(tr("Proxy server:"))); in createNetworkConnectionsWidget()
441 addrPortLayout->addWidget(editHost_); in createNetworkConnectionsWidget()
442 addrPortLayout->addWidget(new QLabel(tr("Port:"))); in createNetworkConnectionsWidget()
443 addrPortLayout->addWidget(editPort_); in createNetworkConnectionsWidget()
446 addrPortWidget->setLayout(addrPortLayout); in createNetworkConnectionsWidget()