I found the file here: C:\Program Files (x86)\Corel\Corel AfterShot Pro\supportfiles\tools\Keywords\KeywordSets.ui
Thank you LUNDBECH for your original solution to the Presets.ui problem
the KeywordSets.ui file looks like this in it's entirety:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" >
<class>BibbleSettingsForm_bis</class>
<widget class="SettingsWidget" name="BibbleSettingsForm_bis" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>303</width>
<height>209</height>
</rect>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
<height>640</height>
</size>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle" >
<string>Keyword Sets</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="CKeywordSetsWidget" name="KeywordSets" native="true">
<property name="minimumSize" >
<size>
<width>0</width>
<height>640</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SettingsWidget</class>
<extends>QWidget</extends>
<header>SettingsWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>CCKeywordSetsWidget</class>
<extends>QWidget</extends>
<header>KeywordSetsWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>