QTfrontend/ui/page/pageoptions.cpp
changeset 7701 2b9017ffc72f
parent 7700 fc44e4e33d1c
child 7702 c8906c3a2aeb
equal deleted inserted replaced
7700:fc44e4e33d1c 7701:2b9017ffc72f
   484             leProxyPassword->setEchoMode(QLineEdit::Password);
   484             leProxyPassword->setEchoMode(QLineEdit::Password);
   485             gbLayout->addWidget(leProxyPassword, 4, 1);
   485             gbLayout->addWidget(leProxyPassword, 4, 1);
   486 
   486 
   487 
   487 
   488             connect(cbProxyType, SIGNAL(currentIndexChanged(int)), this, SLOT(onProxyTypeChanged()));
   488             connect(cbProxyType, SIGNAL(currentIndexChanged(int)), this, SLOT(onProxyTypeChanged()));
       
   489             onProxyTypeChanged();
   489         }
   490         }
   490 
   491 
   491         page2Layout->addWidget(new QWidget(this), 2, 0);
   492         page2Layout->addWidget(new QWidget(this), 2, 0);
   492     }
   493     }
   493 
   494