QTfrontend/ui/page/pagemain.cpp
changeset 8977 d424c7f8b342
parent 8729 b19be476a2fa
child 8982 0c0141cf851a
equal deleted inserted replaced
8976:5d9f43ad036a 8977:d424c7f8b342
   118 }
   118 }
   119 
   119 
   120 void PageMain::connectSignals()
   120 void PageMain::connectSignals()
   121 {
   121 {
   122     connect(BtnNet, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   122     connect(BtnNet, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   123     connect(BtnNetLocal, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   123     //connect(BtnNetLocal, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   124     connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   124     //connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
   125     // TODO: add signal-forwarding required by (currently missing) encapsulation
   125     // TODO: add signal-forwarding required by (currently missing) encapsulation
   126 }
   126 }
   127 
   127 
   128 PageMain::PageMain(QWidget* parent) : AbstractPage(parent)
   128 PageMain::PageMain(QWidget* parent) : AbstractPage(parent)
   129 {
   129 {