export now default action for PictureDialog
This commit is contained in:
parent
e0f9d9b1a1
commit
4ab544aaff
1 changed files with 4 additions and 4 deletions
|
@ -84,16 +84,16 @@
|
|||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="cmdClose">
|
||||
<widget class="QPushButton" name="cmdExport">
|
||||
<property name="text">
|
||||
<string>Close</string>
|
||||
<string>Export</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="cmdExport">
|
||||
<widget class="QPushButton" name="cmdClose">
|
||||
<property name="text">
|
||||
<string>Export</string>
|
||||
<string>Close</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue