<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>PluginEditor</class>
<comment>/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

</comment>
<widget class="TQWidget">
    <property name="name">
        <cstring>pluginEditor</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>662</width>
            <height>306</height>
        </rect>
    </property>
    <property name="minimumSize">
        <size>
            <width>500</width>
            <height>224</height>
        </size>
    </property>
    <property name="caption">
        <string>Edit Plugins</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>11</number>
        </property>
        <property name="spacing">
            <number>6</number>
        </property>
        <widget class="TQLabel" row="0" column="0">
            <property name="name">
                <cstring>TextLabel6</cstring>
            </property>
            <property name="text">
                <string>Search paths:</string>
            </property>
        </widget>
        <widget class="TQGroupBox" row="1" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>GroupBox3</cstring>
            </property>
            <property name="title">
                <string>Plugins</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>11</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <widget class="TQListView" row="0" column="1" rowspan="5" colspan="1">
                    <column>
                        <property name="text">
                            <string>Name</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <column>
                        <property name="text">
                            <string>Valid</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <column>
                        <property name="text">
                            <string>Location</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <column>
                        <property name="text">
                            <string>File Name</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <column>
                        <property name="text">
                            <string>Output Window</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <property name="name">
                        <cstring>pluginList</cstring>
                    </property>
                </widget>
                <widget class="TQPushButton" row="0" column="0">
                    <property name="name">
                        <cstring>addButton</cstring>
                    </property>
                    <property name="text">
                        <string>Add...</string>
                    </property>
                    <property name="default">
                        <bool>true</bool>
                    </property>
                </widget>
                <widget class="TQPushButton" row="1" column="0">
                    <property name="name">
                        <cstring>configureButton</cstring>
                    </property>
                    <property name="text">
                        <string>Configure...</string>
                    </property>
                </widget>
                <widget class="TQPushButton" row="2" column="0">
                    <property name="name">
                        <cstring>removeButton</cstring>
                    </property>
                    <property name="text">
                        <string>Remove</string>
                    </property>
                </widget>
                <spacer row="3" column="0">
                    <property name="name">
                        <cstring>Spacer2</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Vertical</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>20</width>
                            <height>67</height>
                        </size>
                    </property>
                </spacer>
                <widget class="TQPushButton" row="4" column="0">
                    <property name="name">
                        <cstring>refreshButton</cstring>
                    </property>
                    <property name="text">
                        <string>Refresh</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQPushButton" row="0" column="2">
            <property name="name">
                <cstring>addSearchPathButton</cstring>
            </property>
            <property name="text">
                <string>Add...</string>
            </property>
        </widget>
        <widget class="TQLineEdit" row="0" column="1">
            <property name="name">
                <cstring>searchPaths</cstring>
            </property>
        </widget>
    </grid>
</widget>
<tabstops>
    <tabstop>searchPaths</tabstop>
    <tabstop>addSearchPathButton</tabstop>
    <tabstop>addButton</tabstop>
    <tabstop>configureButton</tabstop>
    <tabstop>removeButton</tabstop>
    <tabstop>refreshButton</tabstop>
    <tabstop>pluginList</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>