Subversion Repositories Projects

Rev

Rev 246 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 246 Rev 279
Line 25... Line 25...
25
wdg_Settings::wdg_Settings(QWidget *parent) : QWidget(parent)
25
wdg_Settings::wdg_Settings(QWidget *parent) : QWidget(parent)
26
{
26
{
27
    setupUi(this);
27
    setupUi(this);
Line 28... Line 28...
28
 
28
 
29
#ifndef _BETA_
-
 
30
    cb_5_8->setVisible(false);
-
 
31
    cb_8_3->setVisible(false);
-
 
32
    cb_12_9->setVisible(false);
-
 
33
    cb_12_10->setVisible(false);
-
 
34
    cb_12_11->setVisible(false);
-
 
35
    sb_13_5->setVisible(false);
29
#ifndef _BETA_
Line 36... Line 30...
36
#endif
30
#endif
37
 
31