--HG--
branch : feature
This commit is contained in:
BojanKverh 2016-07-18 21:02:02 +02:00
parent fbe7d2ef65
commit 363714985c
2 changed files with 0 additions and 7 deletions

View file

@ -392,7 +392,6 @@ void DialogPatternProperties::DescEdited()
}
//---------------------------------------------------------------------------------------------------------------------
<<<<<<< local
void DialogPatternProperties::ToggleComboBox()
{
ui->comboBoxHeight->setEnabled(ui->radioButtonDefFromP->isChecked());
@ -418,8 +417,6 @@ void DialogPatternProperties::GeneralInfoChanged()
}
//---------------------------------------------------------------------------------------------------------------------
=======
>>>>>>> other
void DialogPatternProperties::SetHeightsChecked(bool enabled)
{
ui->checkBoxH92->setChecked(enabled);

View file

@ -52,13 +52,10 @@ public:
signals:
void UpdateGradation();
private slots:
<<<<<<< local
void ToggleComboBox();
void DefValueChanged();
void SecurityValueChanged();
void GeneralInfoChanged();
void DeleteImage();
=======
void Apply();
void Ok();
void SelectAll(int state);
@ -66,7 +63,6 @@ private slots:
void CheckStateSize(int state);
void DescEdited();
void ChangeImage();
>>>>>>> other
void SaveImage();
private:
Q_DISABLE_COPY(DialogPatternProperties)