Merging
--HG-- branch : feature
This commit is contained in:
parent
fbe7d2ef65
commit
363714985c
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user