Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 272 → Rev 279

/QMK-Groundstation/trunk/Forms/mktool.cpp
65,6 → 65,11
pb_Flash->hide();
rb_NC->hide();
 
// Beta-Sachen einschalten.
#ifdef _BETA_
ac_QMKServer->setEnabled(true);
#endif
 
// Settings-Tab hinzufügen.
f_Settings = new wdg_Settings( this );
f_Settings->set_Config(Settings);
/QMK-Groundstation/trunk/Forms/mktool.ui
2329,7 → 2329,7
<bool>true</bool>
</property>
<property name="enabled" >
<bool>true</bool>
<bool>false</bool>
</property>
<property name="icon" >
<iconset resource="../MKTool.qrc" >
/QMK-Groundstation/trunk/Forms/wdg_Settings.cpp
27,12 → 27,6
setupUi(this);
 
#ifndef _BETA_
cb_5_8->setVisible(false);
cb_8_3->setVisible(false);
cb_12_9->setVisible(false);
cb_12_10->setVisible(false);
cb_12_11->setVisible(false);
sb_13_5->setVisible(false);
#endif
 
connect(pb_Load, SIGNAL(clicked()), this, SLOT(slot_LoadParameter()));