AboutDialog expander removed, OptionsDialog updated

This commit is contained in:
Rafael 2016-04-12 16:58:50 +02:00
parent 428f59b122
commit 373cdc1c2d
2 changed files with 24 additions and 14 deletions

View file

@ -150,10 +150,24 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="cmdOK">
<property name="text">
<string extracomment="OK, Cancel, Apply">&amp;OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cmdClose">
<property name="text">
<string>&amp;Close</string>
<string extracomment="OK, Cancel, Apply">&amp;Cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cmdApply">
<property name="text">
<string extracomment="OK, Cancel, Apply">&amp;Apply</string>
</property>
</widget>
</item>