NOISSUE add button for opening the config folder from mods pages

This commit is contained in:
Petr Mrázek
2016-11-26 14:59:27 +01:00
parent dccf9d7219
commit ce70407363
5 changed files with 22 additions and 1 deletions

View File

@ -69,6 +69,16 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="configFolderBtn">
<property name="toolTip">
<string>Open the 'config' folder in the system file manager.</string>
</property>
<property name="text">
<string>View configs</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
@ -162,6 +172,7 @@
<tabstop>rmModBtn</tabstop>
<tabstop>enableModBtn</tabstop>
<tabstop>disableModBtn</tabstop>
<tabstop>configFolderBtn</tabstop>
<tabstop>viewModBtn</tabstop>
</tabstops>
<resources/>