<?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>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1046</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionNew"/>
<addaction name="separator"/>
<addaction name="actionSave"/>
<addaction name="actionSave_As"/>
<addaction name="actionSave_All"/>
<addaction name="separator"/>
<addaction name="actionClose"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>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>View</string>
</property>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>Settings</string>
</property>
<addaction name="actionOptions"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>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>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>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuInsert"/>
<addaction name="menuView"/>
<addaction name="menuSettings"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QDockWidget" name="projectsDock">
<property name="windowTitle">
<string> Projects</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>2</number>
</attribute>
<widget class="QWidget" name="objectsDockContents">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<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>2</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="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="margin">
<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>
<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>Open...</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>New...</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>Save</string>
</property>
</action>
<action name="actionSave_As">
<property name="text">
<string>Save As...</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>
</action>
<action name="actionClose">
<property name="text">
<string>Close</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</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>
</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>Cut</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>Copy</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>Paste</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>
</widget>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections/>
</ui>