Searched refs:addrPortLayout (Results 1 – 1 of 1) sorted by relevance
437 QHBoxLayout *addrPortLayout = new QHBoxLayout(); in createNetworkConnectionsWidget() local438 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()