<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainPanelBase</class>
 <widget class="Q3MainWindow" name="MainPanelBase">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>822</width>
    <height>625</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>PixLib DBeditor</string>
  </property>
  <widget class="QWidget" name="widget">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>24</y>
     <width>822</width>
     <height>601</height>
    </rect>
   </property>
   <layout class="QVBoxLayout">
    <item>
     <layout class="QVBoxLayout">
      <item>
       <layout class="QHBoxLayout">
        <item>
         <spacer name="spacer4">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeType">
           <enum>QSizePolicy::Expanding</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>71</width>
            <height>21</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <widget class="QRadioButton" name="viewButton">
          <property name="text">
           <string>show both tree views</string>
          </property>
         </widget>
        </item>
        <item>
         <spacer name="spacer3">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeType">
           <enum>QSizePolicy::Expanding</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>121</width>
            <height>21</height>
           </size>
          </property>
         </spacer>
        </item>
       </layout>
      </item>
      <item>
       <spacer name="spacer9">
        <property name="orientation">
         <enum>Qt::Vertical</enum>
        </property>
        <property name="sizeType">
         <enum>QSizePolicy::Fixed</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>21</width>
          <height>25</height>
         </size>
        </property>
       </spacer>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="MenuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>822</width>
     <height>23</height>
    </rect>
   </property>
   <widget class="QMenu" name="fileMenu">
    <property name="title">
     <string>&amp;File</string>
    </property>
    <widget class="QMenu" name="popupMenu_6">
     <property name="title">
      <string>&amp;Recently opened files...</string>
     </property>
     <addaction name="fileRecentAction"/>
    </widget>
    <addaction name="fileNewAction"/>
    <addaction name="fileNewConfigAction"/>
    <addaction name="fileOpenAction"/>
    <addaction name="fileCloseAction"/>
    <addaction name="separator"/>
    <addaction name="fileRecent"/>
    <addaction name="popupMenu_6"/>
    <addaction name="separator"/>
    <addaction name="fileExitAction"/>
   </widget>
   <widget class="QMenu" name="editMenu">
    <property name="title">
     <string>&amp;Edit</string>
    </property>
    <addaction name="editCutAction"/>
    <addaction name="editCopyAction"/>
    <addaction name="editPasteAction"/>
    <addaction name="editPasteTreeAction"/>
    <addaction name="actionPaste_rename_Tree"/>
    <addaction name="separator"/>
    <addaction name="editAdd_DBInquireAction"/>
    <addaction name="editAdd_DBFieldAction"/>
    <addaction name="editDelete_DB_objectAction"/>
   </widget>
   <addaction name="fileMenu"/>
   <addaction name="editMenu"/>
  </widget>
  <action name="fileNewAction">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset>
     <normaloff>image0</normaloff>image0</iconset>
   </property>
   <property name="text">
    <string>&amp;New</string>
   </property>
   <property name="iconText">
    <string>New</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+N</string>
   </property>
   <property name="name" stdset="0">
    <cstring>fileNewAction</cstring>
   </property>
  </action>
  <action name="fileOpenAction">
   <property name="icon">
    <iconset>
     <normaloff>image1</normaloff>image1</iconset>
   </property>
   <property name="text">
    <string>&amp;Open...</string>
   </property>
   <property name="iconText">
    <string>Open</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+O</string>
   </property>
   <property name="name" stdset="0">
    <cstring>fileOpenAction</cstring>
   </property>
  </action>
  <action name="fileCloseAction">
   <property name="icon">
    <iconset>
     <normaloff>image2</normaloff>image2</iconset>
   </property>
   <property name="text">
    <string>C&amp;lose all files</string>
   </property>
   <property name="iconText">
    <string>Close all files</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+L</string>
   </property>
   <property name="name" stdset="0">
    <cstring>fileCloseAction</cstring>
   </property>
  </action>
  <action name="fileExitAction">
   <property name="text">
    <string>E&amp;xit</string>
   </property>
   <property name="iconText">
    <string>Exit</string>
   </property>
   <property name="visible">
    <bool>true</bool>
   </property>
   <property name="name" stdset="0">
    <cstring>fileExitAction</cstring>
   </property>
  </action>
  <action name="editCutAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="icon">
    <iconset>
     <normaloff>image3</normaloff>image3</iconset>
   </property>
   <property name="text">
    <string>Cu&amp;t</string>
   </property>
   <property name="iconText">
    <string>Cut</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+X</string>
   </property>
   <property name="name" stdset="0">
    <cstring>editCutAction</cstring>
   </property>
  </action>
  <action name="editCopyAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="icon">
    <iconset>
     <normaloff>image4</normaloff>image4</iconset>
   </property>
   <property name="text">
    <string>&amp;Copy</string>
   </property>
   <property name="iconText">
    <string>Copy</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+C</string>
   </property>
   <property name="name" stdset="0">
    <cstring>editCopyAction</cstring>
   </property>
  </action>
  <action name="editPasteAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="icon">
    <iconset>
     <normaloff>image5</normaloff>image5</iconset>
   </property>
   <property name="text">
    <string>&amp;Paste</string>
   </property>
   <property name="iconText">
    <string>Paste</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+V</string>
   </property>
   <property name="name" stdset="0">
    <cstring>editPasteAction</cstring>
   </property>
  </action>
  <action name="editPasteTreeAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="icon">
    <iconset>
     <normaloff>image5</normaloff>image5</iconset>
   </property>
   <property name="text">
    <string>Paste &amp;Tree</string>
   </property>
   <property name="iconText">
    <string>Paste Tree</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+T</string>
   </property>
   <property name="name" stdset="0">
    <cstring>editPasteTreeAction</cstring>
   </property>
  </action>
  <action name="fileRecentAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>...</string>
   </property>
   <property name="iconText">
    <string>...</string>
   </property>
   <property name="name" stdset="0">
    <cstring>fileRecentAction</cstring>
   </property>
  </action>
  <action name="fileRecent">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>&amp;Recently opened files...</string>
   </property>
   <property name="iconText">
    <string>Recently opened files...</string>
   </property>
   <property name="name" stdset="0">
    <cstring>fileRecent</cstring>
   </property>
  </action>
  <action name="editAdd_DBInquireAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Add DBInquire</string>
   </property>
   <property name="iconText">
    <string>Add DBInquire</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+I</string>
   </property>
   <property name="name" stdset="0">
    <cstring>editAdd_DBInquireAction</cstring>
   </property>
  </action>
  <action name="editAdd_DBFieldAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Add DBField</string>
   </property>
   <property name="iconText">
    <string>Add DBField</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+F</string>
   </property>
   <property name="name" stdset="0">
    <cstring>editAdd_DBFieldAction</cstring>
   </property>
  </action>
  <action name="editDelete_DB_objectAction">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Delete DB object</string>
   </property>
   <property name="iconText">
    <string>Delete DB object</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+D</string>
   </property>
   <property name="name" stdset="0">
    <cstring>editDelete_DB_objectAction</cstring>
   </property>
  </action>
  <action name="fileNewConfigAction">
   <property name="icon">
    <iconset>
     <normaloff>image0</normaloff>image0</iconset>
   </property>
   <property name="text">
    <string>New config</string>
   </property>
   <property name="iconText">
    <string>New config</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+M</string>
   </property>
   <property name="name" stdset="0">
    <cstring>fileNewConfigAction</cstring>
   </property>
  </action>
  <action name="actionPaste_rename_Tree">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Paste,&amp;Rename Tree</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+R</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <customwidgets>
  <customwidget>
   <class>Q3MainWindow</class>
   <extends>QWidget</extends>
   <header>q3mainwindow.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>
