QTfrontend/ui/page/pageoptions.cpp
changeset 12480 f29a1c645cf1
parent 12478 3ed556dad4ec
child 12481 37bcd4ef9242
equal deleted inserted replaced
12479:943f74b7a4b9 12480:f29a1c645cf1
   705             // Check for updates now
   705             // Check for updates now
   706 
   706 
   707             btnUpdateNow = new QPushButton(groupUpdates);
   707             btnUpdateNow = new QPushButton(groupUpdates);
   708             connect(btnUpdateNow, SIGNAL(clicked()), this, SLOT(checkForUpdates()));
   708             connect(btnUpdateNow, SIGNAL(clicked()), this, SLOT(checkForUpdates()));
   709             btnUpdateNow->setWhatsThis(tr("Check for updates"));
   709             btnUpdateNow->setWhatsThis(tr("Check for updates"));
   710             btnUpdateNow->setText("Check now");
   710             btnUpdateNow->setText(tr("Check now"));
   711             btnUpdateNow->setFixedSize(130, 30);
   711             btnUpdateNow->setFixedSize(130, 30);
   712             groupUpdates->layout()->addWidget(btnUpdateNow, 0, 1);
   712             groupUpdates->layout()->addWidget(btnUpdateNow, 0, 1);
   713         }
   713         }
   714 #endif
   714 #endif
   715 #endif
   715 #endif