Fix simple typo in EditDialog widget name

This commit is contained in:
Justin Clift
2016-07-13 13:41:02 +01:00
parent fbb64c8cd7
commit 4467b75782
2 changed files with 6 additions and 6 deletions

View File

@@ -261,5 +261,5 @@ void EditDialog::allowEditing(bool on)
{
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(on);
ui->buttonClear->setEnabled(on);
ui->buttomImport->setEnabled(on);
ui->buttonImport->setEnabled(on);
}

View File

@@ -17,7 +17,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="buttomImport">
<widget class="QPushButton" name="buttonImport">
<property name="toolTip">
<string>Import text</string>
</property>
@@ -125,8 +125,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>76</width>
<height>29</height>
<width>98</width>
<height>40</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -177,7 +177,7 @@
</layout>
</widget>
<tabstops>
<tabstop>buttomImport</tabstop>
<tabstop>buttonImport</tabstop>
<tabstop>buttonExport</tabstop>
<tabstop>comboEditor</tabstop>
<tabstop>buttonClear</tabstop>
@@ -218,7 +218,7 @@
</hints>
</connection>
<connection>
<sender>buttomImport</sender>
<sender>buttonImport</sender>
<signal>clicked()</signal>
<receiver>EditDialog</receiver>
<slot>importData()</slot>