QTfrontend/pageadmin.cpp
changeset 6010 10913a80cb50
parent 6009 14f6fc9869f2
child 6042 8b5345758f62
equal deleted inserted replaced
6009:14f6fc9869f2 6010:10913a80cb50
    75     pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 5, 0);
    75     pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 5, 0);
    76     connect(pbClearAccountsCache, SIGNAL(clicked()), this, SIGNAL(clearAccountsCache()));
    76     connect(pbClearAccountsCache, SIGNAL(clicked()), this, SIGNAL(clearAccountsCache()));
    77     
    77     
    78     // 6
    78     // 6
    79     pbSetSM = addButton(tr("Set data"), pageLayout, 6, 0, 1, 3);
    79     pbSetSM = addButton(tr("Set data"), pageLayout, 6, 0, 1, 3);
       
    80     connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged()));
    80 
    81 
    81 
    82 
    82     // 7
    83     // 7
    83     BtnBack = addButton(":/res/Exit.png", pageLayout, 7, 0, true);
    84     BtnBack = addButton(":/res/Exit.png", pageLayout, 7, 0, true);
    84     connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
    85     connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));