Merge
--HG-- branch : develop
This commit is contained in:
commit
b5731ebc04
|
@ -251,7 +251,7 @@
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Degree of angel</string>
|
<string>Degree of angle</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -110,7 +110,7 @@ bool VApplication::notify(QObject *receiver, QEvent *event)
|
||||||
{
|
{
|
||||||
QMessageBox msgBox;
|
QMessageBox msgBox;
|
||||||
msgBox.setWindowTitle(tr("Error!"));
|
msgBox.setWindowTitle(tr("Error!"));
|
||||||
msgBox.setText(tr("Something wrong!!"));
|
msgBox.setText(tr("Something's wrong!!"));
|
||||||
msgBox.setInformativeText(e.ErrorMessage());
|
msgBox.setInformativeText(e.ErrorMessage());
|
||||||
msgBox.setStandardButtons(QMessageBox::Ok);
|
msgBox.setStandardButtons(QMessageBox::Ok);
|
||||||
msgBox.setDefaultButton(QMessageBox::Ok);
|
msgBox.setDefaultButton(QMessageBox::Ok);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user