diff options
| author | Silarn <jrim@rimpo.org> | 2019-10-19 02:35:33 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-10-19 02:35:33 -0500 |
| commit | 77a9c64fda9cb522aae35777df2b09e19441bab1 (patch) | |
| tree | 7d1584c3206421e748f5ddc2957a166242158449 /src/modinfodialog.ui | |
| parent | d255be54a05a3a7b6ddcfb90458f1537f6e831a1 (diff) | |
Add button in modinfo image preview to use preview plugin dialog
- Disabled if no compatible preview is found
- Now renders an image for unsupported formats instructing the user
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index ba2db799..13a245f1 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -268,6 +268,13 @@ <number>0</number>
</property>
<item>
+ <widget class="QPushButton" name="previewPluginButton">
+ <property name="text">
+ <string>Open with Preview Plugin</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QToolButton" name="imagesExplore">
<property name="text">
<string>Open in Explorer</string>
|
