Newer
Older
WickedDocs / Resources / forms / ExtensibleObjectModelUI.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="enabled">
   <bool>true</bool>
  </property>
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1046</width>
    <height>730</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <property name="documentMode">
   <bool>true</bool>
  </property>
  <property name="unifiedTitleAndToolBarOnMac">
   <bool>true</bool>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QVBoxLayout" name="verticalLayout_6">
    <property name="spacing">
     <number>1</number>
    </property>
    <property name="leftMargin">
     <number>1</number>
    </property>
    <property name="topMargin">
     <number>1</number>
    </property>
    <property name="rightMargin">
     <number>1</number>
    </property>
    <property name="bottomMargin">
     <number>1</number>
    </property>
    <item>
     <widget class="QMdiArea" name="mdiArea">
      <property name="verticalScrollBarPolicy">
       <enum>Qt::ScrollBarAsNeeded</enum>
      </property>
      <property name="horizontalScrollBarPolicy">
       <enum>Qt::ScrollBarAsNeeded</enum>
      </property>
      <property name="viewMode">
       <enum>QMdiArea::TabbedView</enum>
      </property>
      <property name="documentMode">
       <bool>true</bool>
      </property>
      <property name="tabsClosable">
       <bool>true</bool>
      </property>
      <property name="tabsMovable">
       <bool>true</bool>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1046</width>
     <height>24</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuFile">
    <property name="title">
     <string>&amp;File</string>
    </property>
    <addaction name="actionNew_Project"/>
    <addaction name="actionNew"/>
    <addaction name="actionOpen"/>
    <addaction name="separator"/>
    <addaction name="actionSave"/>
    <addaction name="actionSave_As"/>
    <addaction name="actionSave_All"/>
    <addaction name="separator"/>
    <addaction name="actionClose"/>
    <addaction name="actionClose_All"/>
    <addaction name="separator"/>
    <addaction name="actionExit"/>
   </widget>
   <widget class="QMenu" name="menuEdit">
    <property name="title">
     <string>&amp;Edit</string>
    </property>
    <addaction name="actionUndo"/>
    <addaction name="actionRedo"/>
    <addaction name="separator"/>
    <addaction name="actionCut"/>
    <addaction name="actionCopy"/>
    <addaction name="actionPaste"/>
    <addaction name="actionDelete"/>
    <addaction name="actionSelect_All"/>
    <addaction name="separator"/>
    <addaction name="actionFind"/>
    <addaction name="actionFind_Next"/>
    <addaction name="actionFind_Previous"/>
    <addaction name="separator"/>
    <addaction name="actionGo_to_Line"/>
   </widget>
   <widget class="QMenu" name="menuView">
    <property name="title">
     <string>&amp;View</string>
    </property>
    <addaction name="action_Tile_Windows"/>
    <addaction name="action_Windowed"/>
    <addaction name="actionTabbed"/>
    <addaction name="separator"/>
    <addaction name="actionNext"/>
    <addaction name="actionPrevious"/>
   </widget>
   <widget class="QMenu" name="menuSettings">
    <property name="title">
     <string>&amp;Settings</string>
    </property>
    <addaction name="actionOptions"/>
   </widget>
   <widget class="QMenu" name="menuHelp">
    <property name="title">
     <string>&amp;Help</string>
    </property>
    <addaction name="actionReport_a_bug"/>
    <addaction name="separator"/>
    <addaction name="actionCheck_for_Updates"/>
    <addaction name="separator"/>
    <addaction name="actionSupport"/>
    <addaction name="actionWebsite"/>
    <addaction name="separator"/>
    <addaction name="actionUpgrade"/>
    <addaction name="separator"/>
    <addaction name="actionHelp"/>
    <addaction name="actionAbout"/>
   </widget>
   <widget class="QMenu" name="menuInsert">
    <property name="title">
     <string>&amp;Insert</string>
    </property>
    <widget class="QMenu" name="menuVariables">
     <property name="title">
      <string>Variables</string>
     </property>
     <addaction name="actionTimestamp"/>
     <addaction name="actionPage_Count"/>
     <addaction name="actionPage_Number"/>
    </widget>
    <addaction name="actionBold"/>
    <addaction name="actionItalic"/>
    <addaction name="actionQuote"/>
    <addaction name="actionCode"/>
    <addaction name="separator"/>
    <addaction name="actionHeading_1"/>
    <addaction name="actionHeading_2"/>
    <addaction name="actionHeading_3"/>
    <addaction name="actionHeading_4"/>
    <addaction name="separator"/>
    <addaction name="actionHyperlink"/>
    <addaction name="actionImage"/>
    <addaction name="separator"/>
    <addaction name="actionUnordered_List"/>
    <addaction name="actionOrdered_List"/>
    <addaction name="actionHorizontal_Rule"/>
    <addaction name="separator"/>
    <addaction name="menuVariables"/>
   </widget>
   <widget class="QMenu" name="menu_Debug_Test">
    <property name="title">
     <string>&amp;Debug/Test</string>
    </property>
    <addaction name="actionSwitchRTL"/>
    <addaction name="actionChoose_Palette"/>
   </widget>
   <addaction name="menuFile"/>
   <addaction name="menuEdit"/>
   <addaction name="menuInsert"/>
   <addaction name="menuView"/>
   <addaction name="menuSettings"/>
   <addaction name="menu_Debug_Test"/>
   <addaction name="menuHelp"/>
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <widget class="QDockWidget" name="projectDock">
   <property name="windowTitle">
    <string> Project</string>
   </property>
   <attribute name="dockWidgetArea">
    <number>1</number>
   </attribute>
   <widget class="QWidget" name="projectsDockContents">
    <layout class="QVBoxLayout" name="verticalLayout_2">
     <property name="spacing">
      <number>3</number>
     </property>
     <property name="leftMargin">
      <number>0</number>
     </property>
     <property name="topMargin">
      <number>0</number>
     </property>
     <property name="rightMargin">
      <number>0</number>
     </property>
     <property name="bottomMargin">
      <number>3</number>
     </property>
     <item>
      <widget class="QTreeView" name="projectsView"/>
     </item>
     <item>
      <widget class="QPushButton" name="applyButton">
       <property name="text">
        <string>Publish...</string>
       </property>
      </widget>
     </item>
    </layout>
   </widget>
  </widget>
  <widget class="QDockWidget" name="objectsDock">
   <property name="windowTitle">
    <string> Objects</string>
   </property>
   <attribute name="dockWidgetArea">
    <number>1</number>
   </attribute>
   <widget class="QWidget" name="objectsDockContents">
    <layout class="QVBoxLayout" name="verticalLayout">
     <property name="spacing">
      <number>0</number>
     </property>
     <property name="leftMargin">
      <number>0</number>
     </property>
     <property name="topMargin">
      <number>0</number>
     </property>
     <property name="rightMargin">
      <number>0</number>
     </property>
     <property name="bottomMargin">
      <number>0</number>
     </property>
     <item>
      <widget class="QTableView" name="objectsView"/>
     </item>
    </layout>
   </widget>
  </widget>
  <widget class="QDockWidget" name="consoleDock">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="windowTitle">
    <string> Console</string>
   </property>
   <attribute name="dockWidgetArea">
    <number>8</number>
   </attribute>
   <widget class="QWidget" name="consoleDockContents">
    <layout class="QVBoxLayout" name="verticalLayout_3">
     <property name="spacing">
      <number>3</number>
     </property>
     <property name="leftMargin">
      <number>0</number>
     </property>
     <property name="topMargin">
      <number>0</number>
     </property>
     <property name="rightMargin">
      <number>0</number>
     </property>
     <property name="bottomMargin">
      <number>3</number>
     </property>
     <item>
      <widget class="QListView" name="consoleLogView"/>
     </item>
     <item>
      <layout class="QHBoxLayout" name="promptLayout">
       <property name="leftMargin">
        <number>3</number>
       </property>
       <item>
        <widget class="QLabel" name="promptLabel">
         <property name="text">
          <string> Prompt:</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QComboBox" name="promptInput">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="editable">
          <bool>true</bool>
         </property>
        </widget>
       </item>
      </layout>
     </item>
    </layout>
   </widget>
  </widget>
  <widget class="QDockWidget" name="propertiesDock">
   <property name="windowTitle">
    <string> Properties</string>
   </property>
   <attribute name="dockWidgetArea">
    <number>1</number>
   </attribute>
   <widget class="QWidget" name="propertiesDockContents">
    <layout class="QVBoxLayout" name="verticalLayout_4">
     <property name="spacing">
      <number>3</number>
     </property>
     <property name="leftMargin">
      <number>0</number>
     </property>
     <property name="topMargin">
      <number>3</number>
     </property>
     <property name="rightMargin">
      <number>0</number>
     </property>
     <property name="bottomMargin">
      <number>0</number>
     </property>
     <item>
      <widget class="QLabel" name="propertiesObject">
       <property name="text">
        <string/>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QTableView" name="propertiesView"/>
     </item>
    </layout>
   </widget>
  </widget>
  <widget class="QToolBar" name="toolBar">
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionNew"/>
   <addaction name="actionOpen"/>
   <addaction name="actionSave"/>
   <addaction name="actionSave_All"/>
   <addaction name="separator"/>
   <addaction name="actionCut"/>
   <addaction name="actionCopy"/>
   <addaction name="actionPaste"/>
   <addaction name="actionDelete"/>
   <addaction name="separator"/>
   <addaction name="actionUndo"/>
   <addaction name="actionRedo"/>
   <addaction name="separator"/>
   <addaction name="actionBold"/>
   <addaction name="actionItalic"/>
   <addaction name="actionQuote"/>
   <addaction name="actionCode"/>
   <addaction name="actionHeading_1"/>
   <addaction name="actionHeading_2"/>
   <addaction name="actionHeading_3"/>
   <addaction name="actionHeading_4"/>
   <addaction name="separator"/>
   <addaction name="actionHyperlink"/>
   <addaction name="actionImage"/>
   <addaction name="separator"/>
   <addaction name="actionUnordered_List"/>
   <addaction name="actionOrdered_List"/>
   <addaction name="actionHorizontal_Rule"/>
  </widget>
  <widget class="QDockWidget" name="eventLogDock">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="floating">
    <bool>false</bool>
   </property>
   <property name="windowTitle">
    <string> Event Log</string>
   </property>
   <attribute name="dockWidgetArea">
    <number>8</number>
   </attribute>
   <widget class="QWidget" name="dockWidgetContents">
    <layout class="QVBoxLayout" name="verticalLayout_5">
     <property name="spacing">
      <number>0</number>
     </property>
     <property name="leftMargin">
      <number>0</number>
     </property>
     <property name="topMargin">
      <number>0</number>
     </property>
     <property name="rightMargin">
      <number>0</number>
     </property>
     <property name="bottomMargin">
      <number>0</number>
     </property>
     <item>
      <widget class="QTableView" name="eventLog">
       <property name="alternatingRowColors">
        <bool>true</bool>
       </property>
       <property name="selectionMode">
        <enum>QAbstractItemView::SingleSelection</enum>
       </property>
       <property name="selectionBehavior">
        <enum>QAbstractItemView::SelectRows</enum>
       </property>
       <property name="cornerButtonEnabled">
        <bool>false</bool>
       </property>
       <attribute name="verticalHeaderVisible">
        <bool>false</bool>
       </attribute>
      </widget>
     </item>
    </layout>
   </widget>
  </widget>
  <widget class="QToolBar" name="toolBar_2">
   <property name="windowTitle">
    <string>toolBar_2</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
  </widget>
  <widget class="QDockWidget" name="previewDock">
   <property name="windowTitle">
    <string>Preview</string>
   </property>
   <attribute name="dockWidgetArea">
    <number>2</number>
   </attribute>
   <widget class="QWidget" name="dockWidgetContents_2">
    <layout class="QVBoxLayout" name="verticalLayout_7">
     <property name="leftMargin">
      <number>0</number>
     </property>
     <property name="topMargin">
      <number>0</number>
     </property>
     <property name="rightMargin">
      <number>0</number>
     </property>
     <property name="bottomMargin">
      <number>0</number>
     </property>
     <item>
      <widget class="QTextBrowser" name="previewText"/>
     </item>
    </layout>
   </widget>
  </widget>
  <action name="actionOpen">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/open131.png</normaloff>:/icons/icons/open131.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Open...</string>
   </property>
   <property name="toolTip">
    <string>Open an existing file</string>
   </property>
  </action>
  <action name="actionNew">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/page10.png</normaloff>:/icons/icons/page10.png</iconset>
   </property>
   <property name="text">
    <string>&amp;New...</string>
   </property>
   <property name="toolTip">
    <string>Create a new file</string>
   </property>
  </action>
  <action name="actionSave">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/floppy13.png</normaloff>:/icons/icons/floppy13.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Save</string>
   </property>
   <property name="toolTip">
    <string>Save the file to disk</string>
   </property>
  </action>
  <action name="actionSave_As">
   <property name="text">
    <string>Save &amp;As...</string>
   </property>
   <property name="toolTip">
    <string>Save the file using a new name</string>
   </property>
  </action>
  <action name="actionSave_All">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/floppy15.png</normaloff>:/icons/icons/floppy15.png</iconset>
   </property>
   <property name="text">
    <string>Save All</string>
   </property>
   <property name="toolTip">
    <string>Save all open files to disk</string>
   </property>
  </action>
  <action name="actionClose">
   <property name="text">
    <string>Cl&amp;ose</string>
   </property>
   <property name="toolTip">
    <string>Close the active window</string>
   </property>
  </action>
  <action name="actionExit">
   <property name="text">
    <string>Exit</string>
   </property>
   <property name="toolTip">
    <string>Exit the application</string>
   </property>
  </action>
  <action name="actionHelp">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/lightbulb3.png</normaloff>:/icons/icons/lightbulb3.png</iconset>
   </property>
   <property name="text">
    <string>Help</string>
   </property>
  </action>
  <action name="actionAbout">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/speech64.png</normaloff>:/icons/icons/speech64.png</iconset>
   </property>
   <property name="text">
    <string>About</string>
   </property>
   <property name="toolTip">
    <string>View infomation about the application</string>
   </property>
  </action>
  <action name="actionCheck_for_Updates">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/window26.png</normaloff>:/icons/icons/window26.png</iconset>
   </property>
   <property name="text">
    <string>Check for Updates</string>
   </property>
  </action>
  <action name="actionUpgrade">
   <property name="text">
    <string>Upgrade</string>
   </property>
  </action>
  <action name="actionSupport">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/lifebelt.png</normaloff>:/icons/icons/lifebelt.png</iconset>
   </property>
   <property name="text">
    <string>Support</string>
   </property>
  </action>
  <action name="actionWebsite">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/window30.png</normaloff>:/icons/icons/window30.png</iconset>
   </property>
   <property name="text">
    <string>Website</string>
   </property>
  </action>
  <action name="actionReport_a_bug">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/speech66.png</normaloff>:/icons/icons/speech66.png</iconset>
   </property>
   <property name="text">
    <string>Report a Bug</string>
   </property>
  </action>
  <action name="actionCut">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/cut20.png</normaloff>:/icons/icons/cut20.png</iconset>
   </property>
   <property name="text">
    <string>Cu&amp;t</string>
   </property>
   <property name="toolTip">
    <string>Cut the selected text to the clipboard</string>
   </property>
  </action>
  <action name="actionCopy">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/document28.png</normaloff>:/icons/icons/document28.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Copy</string>
   </property>
   <property name="toolTip">
    <string>Copy the selected text to the clipboard</string>
   </property>
  </action>
  <action name="actionPaste">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/paste1.png</normaloff>:/icons/icons/paste1.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Paste</string>
   </property>
   <property name="toolTip">
    <string>Paste the clipboard contents to the selection</string>
   </property>
  </action>
  <action name="actionSelect_All">
   <property name="text">
    <string>Select All</string>
   </property>
  </action>
  <action name="actionDelete">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/delete30.png</normaloff>:/icons/icons/delete30.png</iconset>
   </property>
   <property name="text">
    <string>Delete</string>
   </property>
  </action>
  <action name="actionUndo">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/undo7.png</normaloff>:/icons/icons/undo7.png</iconset>
   </property>
   <property name="text">
    <string>Undo</string>
   </property>
  </action>
  <action name="actionRedo">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/redo5.png</normaloff>:/icons/icons/redo5.png</iconset>
   </property>
   <property name="text">
    <string>Redo</string>
   </property>
  </action>
  <action name="actionFind">
   <property name="text">
    <string>Find</string>
   </property>
  </action>
  <action name="actionFind_Next">
   <property name="text">
    <string>Find Next</string>
   </property>
  </action>
  <action name="actionFind_Previous">
   <property name="text">
    <string>Find Previous</string>
   </property>
  </action>
  <action name="actionGo_to_Line">
   <property name="text">
    <string>Go to Line</string>
   </property>
  </action>
  <action name="actionBold">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/font8.png</normaloff>:/icons/icons/font8.png</iconset>
   </property>
   <property name="text">
    <string>Bold</string>
   </property>
  </action>
  <action name="actionItalic">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/italics.png</normaloff>:/icons/icons/italics.png</iconset>
   </property>
   <property name="text">
    <string>Italic</string>
   </property>
  </action>
  <action name="actionQuote">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/quotation1.png</normaloff>:/icons/icons/quotation1.png</iconset>
   </property>
   <property name="text">
    <string>Quote</string>
   </property>
  </action>
  <action name="actionCode">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/development.png</normaloff>:/icons/icons/development.png</iconset>
   </property>
   <property name="text">
    <string>Code</string>
   </property>
  </action>
  <action name="actionHeading_1">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/h1.png</normaloff>:/icons/icons/h1.png</iconset>
   </property>
   <property name="text">
    <string>Heading 1</string>
   </property>
  </action>
  <action name="actionHeading_2">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/h2.png</normaloff>:/icons/icons/h2.png</iconset>
   </property>
   <property name="text">
    <string>Heading 2</string>
   </property>
  </action>
  <action name="actionHeading_3">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/h3.png</normaloff>:/icons/icons/h3.png</iconset>
   </property>
   <property name="text">
    <string>Heading 3</string>
   </property>
  </action>
  <action name="actionHeading_4">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/h4.png</normaloff>:/icons/icons/h4.png</iconset>
   </property>
   <property name="text">
    <string>Heading 4</string>
   </property>
  </action>
  <action name="actionHyperlink">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/link71.png</normaloff>:/icons/icons/link71.png</iconset>
   </property>
   <property name="text">
    <string>Hyperlink</string>
   </property>
  </action>
  <action name="actionImage">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/squares64.png</normaloff>:/icons/icons/squares64.png</iconset>
   </property>
   <property name="text">
    <string>Image</string>
   </property>
  </action>
  <action name="actionUnordered_List">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/list36.png</normaloff>:/icons/icons/list36.png</iconset>
   </property>
   <property name="text">
    <string>Unordered List</string>
   </property>
  </action>
  <action name="actionOrdered_List">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/numbered5.png</normaloff>:/icons/icons/numbered5.png</iconset>
   </property>
   <property name="text">
    <string>Ordered List</string>
   </property>
  </action>
  <action name="actionHorizontal_Rule">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/minus25.png</normaloff>:/icons/icons/minus25.png</iconset>
   </property>
   <property name="text">
    <string>Horizontal Rule</string>
   </property>
  </action>
  <action name="actionTimestamp">
   <property name="text">
    <string>Timestamp</string>
   </property>
  </action>
  <action name="actionPage_Number">
   <property name="text">
    <string>Page Number</string>
   </property>
  </action>
  <action name="actionPage_Count">
   <property name="text">
    <string>Page Count</string>
   </property>
  </action>
  <action name="actionOptions">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/open134.png</normaloff>:/icons/icons/open134.png</iconset>
   </property>
   <property name="text">
    <string>Options</string>
   </property>
  </action>
  <action name="actionClose_All">
   <property name="text">
    <string>Close &amp;All</string>
   </property>
   <property name="toolTip">
    <string>Close all the windows</string>
   </property>
  </action>
  <action name="action_Tile_Windows">
   <property name="text">
    <string>&amp;Tiled</string>
   </property>
   <property name="toolTip">
    <string>Tile windows</string>
   </property>
  </action>
  <action name="actionSwitchRTL">
   <property name="text">
    <string>&amp;Switch Layout Direction</string>
   </property>
  </action>
  <action name="action_Windowed">
   <property name="text">
    <string>&amp;Windowed</string>
   </property>
   <property name="toolTip">
    <string>Cascade windows</string>
   </property>
  </action>
  <action name="actionTabbed">
   <property name="text">
    <string>T&amp;abbed</string>
   </property>
   <property name="toolTip">
    <string>Tabify windows</string>
   </property>
  </action>
  <action name="actionNext">
   <property name="text">
    <string>Ne&amp;xt</string>
   </property>
   <property name="toolTip">
    <string>Next window</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Tab</string>
   </property>
  </action>
  <action name="actionPrevious">
   <property name="text">
    <string>Pre&amp;vious</string>
   </property>
   <property name="toolTip">
    <string>Previous window</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Shift+Backtab</string>
   </property>
  </action>
  <action name="actionChoose_Palette">
   <property name="text">
    <string>Choose &amp;Palette</string>
   </property>
   <property name="toolTip">
    <string>Choose a color palette</string>
   </property>
  </action>
  <action name="actionNew_Project">
   <property name="icon">
    <iconset resource="../resources.qrc">
     <normaloff>:/icons/icons/open134.png</normaloff>:/icons/icons/open134.png</iconset>
   </property>
   <property name="text">
    <string>New Project...</string>
   </property>
  </action>
 </widget>
 <resources>
  <include location="../resources.qrc"/>
 </resources>
 <connections/>
</ui>