manuskript/src/ui/mainWindow.ui

2193 lines
80 KiB
Plaintext
Raw Normal View History

2015-05-28 13:32:09 +12:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1145</width>
<height>801</height>
2015-05-28 13:32:09 +12:00
</rect>
</property>
<property name="windowTitle">
2015-06-23 08:34:04 +12:00
<string notr="true">Manuskript</string>
2015-05-28 13:32:09 +12:00
</property>
<widget class="QWidget" name="centralwidget">
2015-06-23 10:19:40 +12:00
<layout class="QHBoxLayout" name="horizontalLayout_12">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2015-05-28 13:32:09 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QStackedWidget" name="stack">
2015-05-28 13:32:09 +12:00
<property name="currentIndex">
<number>1</number>
2015-05-28 13:32:09 +12:00
</property>
<widget class="QWidget" name="welcomePage">
2015-06-24 04:22:39 +12:00
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<spacer name="horizontalSpacer_12">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<widget class="welcome" name="welcome" native="true">
<property name="minimumSize">
<size>
<width>200</width>
<height>200</height>
</size>
</property>
</widget>
</item>
<item row="0" column="1">
<spacer name="verticalSpacer_5">
2015-06-23 10:19:40 +12:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-06-24 04:22:39 +12:00
<height>40</height>
2015-06-23 10:19:40 +12:00
</size>
</property>
</spacer>
</item>
2015-06-24 04:22:39 +12:00
<item row="2" column="1">
<spacer name="verticalSpacer_6">
2015-06-23 10:19:40 +12:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-06-24 04:22:39 +12:00
<height>40</height>
2015-06-23 10:19:40 +12:00
</size>
</property>
</spacer>
</item>
2015-05-31 16:03:07 +12:00
</layout>
2015-05-28 13:32:09 +12:00
</widget>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="page_4">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
2015-05-28 13:32:09 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QTabWidget" name="tabMain">
<property name="currentIndex">
2015-07-06 20:07:05 +12:00
<number>3</number>
2015-05-28 13:32:09 +12:00
</property>
2015-06-23 10:19:40 +12:00
<property name="documentMode">
<bool>true</bool>
</property>
<widget class="QWidget" name="lytTabOverview">
<attribute name="title">
<string>Overview</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_23">
2015-05-28 13:32:09 +12:00
<item>
2015-06-23 10:19:40 +12:00
<layout class="QHBoxLayout" name="horizontalLayout_26">
2015-05-28 13:32:09 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QGroupBox" name="grpBookInfos">
<property name="title">
<string>Book infos</string>
2015-05-28 13:32:09 +12:00
</property>
2015-06-23 10:19:40 +12:00
<layout class="QFormLayout" name="formLayout_3">
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="lineEditView" name="txtGeneralTitle"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Subtitle</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="lineEditView" name="txtGeneralSubtitle"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Serie</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="lineEditView" name="txtGeneralSerie"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Volume</string>
</property>
</widget>
</item>
<item row="3" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_25">
<item>
<widget class="lineEditView" name="txtGeneralVolume"/>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Genre</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="lineEditView" name="txtGeneralGenre"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>License</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="lineEditView" name="txtGeneralLicense"/>
</item>
</layout>
2015-05-28 13:32:09 +12:00
</widget>
</item>
<item>
2015-06-23 10:19:40 +12:00
<widget class="QGroupBox" name="grpAuthor">
<property name="title">
<string>Author</string>
2015-05-28 13:32:09 +12:00
</property>
2015-06-23 10:19:40 +12:00
<layout class="QFormLayout" name="formLayout_4">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="lineEditView" name="txtGeneralAuthor"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_19">
<property name="text">
<string>Email</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="lineEditView" name="txtGeneralEmail"/>
</item>
</layout>
2015-06-21 21:29:35 +12:00
</widget>
</item>
2015-06-23 10:19:40 +12:00
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="lytTabSummary">
<attribute name="title">
<string>Summary</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_24">
<item>
<layout class="QFormLayout" name="formLayout_5">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_9">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2015-06-21 21:29:35 +12:00
<property name="text">
2015-06-23 10:19:40 +12:00
<string>Situation:</string>
2015-05-28 13:32:09 +12:00
</property>
</widget>
</item>
2015-06-23 10:19:40 +12:00
<item row="1" column="0">
<widget class="QLabel" name="label_29">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
2015-05-28 13:32:09 +12:00
</property>
2015-06-23 10:19:40 +12:00
<property name="text">
<string>Summary:</string>
2015-05-28 13:32:09 +12:00
</property>
2015-06-23 10:19:40 +12:00
</widget>
2015-05-28 13:32:09 +12:00
</item>
2015-06-23 10:19:40 +12:00
<item row="1" column="1">
<layout class="QVBoxLayout" name="lytSummary">
2015-06-21 21:29:35 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QComboBox" name="cmbSummary">
<item>
<property name="text">
<string>One sentance</string>
</property>
</item>
<item>
<property name="text">
<string>One paragraph</string>
</property>
</item>
<item>
<property name="text">
<string>One page</string>
</property>
</item>
<item>
<property name="text">
<string>Full</string>
</property>
</item>
2015-06-21 21:29:35 +12:00
</widget>
</item>
</layout>
</item>
2015-06-23 10:19:40 +12:00
<item row="2" column="1">
<widget class="QStackedWidget" name="tabSummary">
<property name="currentIndex">
<number>0</number>
2015-05-28 13:32:09 +12:00
</property>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="tabSummaryPage1">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>One sentance summary</string>
</property>
</widget>
</item>
<item>
<widget class="textEditView" name="txtSummarySentance">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblSummaryWCSentance">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSummaryPage2">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_21">
<property name="text">
<string>One sentance summary</string>
</property>
</widget>
</item>
<item>
<widget class="textEditView" name="txtSummarySentance_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>One paragraph summary</string>
</property>
</widget>
</item>
<item>
<widget class="textEditView" name="txtSummaryPara"/>
</item>
<item>
<widget class="QLabel" name="lblSummaryWCPara">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>264</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSummaryPage3">
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QLabel" name="label_22">
<property name="text">
<string>One paragraph summary</string>
</property>
</widget>
</item>
<item>
<widget class="textEditView" name="txtSummaryPara_2">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>264</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_17">
<property name="text">
<string>Expand each sentence of your one paragraph summary to a paragraph</string>
</property>
</widget>
</item>
<item>
<widget class="textEditView" name="txtSummaryPage"/>
</item>
<item>
<widget class="QLabel" name="lblSummaryWCPage">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSummaryPage4">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QLabel" name="label_23">
<property name="text">
<string>One page summary</string>
</property>
</widget>
</item>
<item>
<widget class="textEditView" name="txtSummaryPage_2">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="label_20">
<property name="text">
<string>Full summary</string>
</property>
</widget>
</item>
<item>
<widget class="textEditView" name="txtSummaryFull"/>
</item>
<item>
<widget class="QLabel" name="lblSummaryWCFull">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
2015-05-28 13:32:09 +12:00
</widget>
</item>
2015-06-23 10:19:40 +12:00
<item row="3" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
2015-06-21 21:29:35 +12:00
<item>
2015-06-23 10:19:40 +12:00
<spacer name="horizontalSpacer_8">
2015-06-21 21:29:35 +12:00
<property name="orientation">
2015-06-23 10:19:40 +12:00
<enum>Qt::Horizontal</enum>
2015-06-21 21:29:35 +12:00
</property>
<property name="sizeHint" stdset="0">
<size>
2015-06-23 10:19:40 +12:00
<width>40</width>
<height>20</height>
2015-06-21 21:29:35 +12:00
</size>
</property>
</spacer>
</item>
<item>
2015-06-23 10:19:40 +12:00
<widget class="QPushButton" name="btnStepThree">
2015-06-21 21:29:35 +12:00
<property name="text">
2015-06-23 10:19:40 +12:00
<string>Next</string>
2015-06-21 21:29:35 +12:00
</property>
2015-06-23 10:19:40 +12:00
<property name="icon">
<iconset theme="go-next">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-06-21 21:29:35 +12:00
</property>
</widget>
</item>
<item>
2015-06-23 10:19:40 +12:00
<widget class="QPushButton" name="btnStepTwo">
2015-06-21 21:29:35 +12:00
<property name="text">
2015-06-23 10:19:40 +12:00
<string>Next</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-06-21 21:29:35 +12:00
</property>
</widget>
</item>
<item>
2015-06-23 10:19:40 +12:00
<widget class="QPushButton" name="btnStepFive">
2015-06-21 21:29:35 +12:00
<property name="text">
2015-06-23 10:19:40 +12:00
<string>Next</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-06-21 21:29:35 +12:00
</property>
</widget>
</item>
<item>
2015-06-23 10:19:40 +12:00
<widget class="QPushButton" name="btnStepSeven">
2015-06-21 21:29:35 +12:00
<property name="text">
2015-06-23 10:19:40 +12:00
<string>Next</string>
2015-06-21 21:29:35 +12:00
</property>
2015-06-23 10:19:40 +12:00
<property name="icon">
<iconset theme="go-next">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-06-21 21:29:35 +12:00
</property>
</widget>
</item>
</layout>
2015-05-28 13:32:09 +12:00
</item>
2015-06-23 10:19:40 +12:00
<item row="0" column="1">
<layout class="QVBoxLayout" name="lytSituation">
2015-06-21 21:29:35 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="lineEditView" name="txtSummarySituation">
<property name="placeholderText">
<string>What if...?</string>
2015-06-21 21:29:35 +12:00
</property>
</widget>
</item>
</layout>
2015-05-28 13:32:09 +12:00
</item>
</layout>
2015-06-23 10:19:40 +12:00
</item>
</layout>
</widget>
<widget class="QWidget" name="lytTabPersos">
<attribute name="title">
<string>Characters</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_25">
2015-05-28 13:32:09 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QSplitter" name="splitterPersos">
2015-05-28 13:32:09 +12:00
<property name="orientation">
2015-06-21 21:29:35 +12:00
<enum>Qt::Horizontal</enum>
</property>
2015-06-23 10:19:40 +12:00
<property name="childrenCollapsible">
<bool>false</bool>
2015-06-21 21:29:35 +12:00
</property>
2015-06-23 10:19:40 +12:00
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Names</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
2015-06-29 09:46:51 +12:00
<widget class="persoTreeView" name="lstPersos">
2015-06-23 10:19:40 +12:00
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
2015-06-29 09:46:51 +12:00
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
2015-06-23 10:19:40 +12:00
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QPushButton" name="btnAddPerso">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-add">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRmPerso">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-remove">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="txtPersosFilter">
<property name="placeholderText">
<string>Filter</string>
</property>
<property name="clearButtonEnabled" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QTabWidget" name="tabPersos">
<property name="currentIndex">
2015-07-01 01:38:14 +12:00
<number>0</number>
2015-06-23 10:19:40 +12:00
</property>
<widget class="QWidget" name="infos">
<attribute name="title">
<string>Basic infos</string>
</attribute>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Name</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Importance</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Motivation</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Goal</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Conflict</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Epiphany</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;right&quot;&gt;One sentance&lt;br/&gt;summary&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;right&quot;&gt;One paragraph&lt;br/&gt;summary&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="8" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnStepFour">
<property name="text">
<string>Next</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
<widget class="sldImportance" name="sldPersoImportance" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
2015-06-29 20:22:18 +12:00
<widget class="lineEditView" name="txtPersoName"/>
2015-06-23 10:19:40 +12:00
</item>
<item>
<widget class="QPushButton" name="btnPersoColor">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
2015-06-29 20:22:18 +12:00
<item row="2" column="1">
<widget class="textEditView" name="txtPersoMotivation"/>
</item>
<item row="3" column="1">
<widget class="textEditView" name="txtPersoGoal"/>
</item>
<item row="4" column="1">
<widget class="textEditView" name="txtPersoConflict"/>
</item>
<item row="5" column="1">
<widget class="textEditView" name="txtPersoEpiphany"/>
</item>
<item row="6" column="1">
<widget class="textEditView" name="txtPersoSummarySentance"/>
</item>
<item row="7" column="1">
<widget class="textEditView" name="txtPersoSummaryPara"/>
</item>
2015-06-23 10:19:40 +12:00
</layout>
</widget>
<widget class="QWidget" name="tab_11">
<attribute name="title">
<string>Summary</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
2015-06-29 20:22:18 +12:00
<widget class="textEditView" name="txtPersoSummaryFull"/>
2015-06-23 10:19:40 +12:00
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnStepSix">
<property name="text">
<string>Next</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_19">
<attribute name="title">
<string>Notes</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_30">
<item>
2015-06-29 20:22:18 +12:00
<widget class="textEditView" name="txtPersoNotes"/>
2015-06-23 10:19:40 +12:00
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_12">
<attribute name="title">
<string>Detailed infos</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QTableView" name="tblPersoInfos">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
2015-06-29 21:28:34 +12:00
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
2015-06-23 10:19:40 +12:00
<property name="textElideMode">
<enum>Qt::ElideNone</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QPushButton" name="btnPersoAddInfo">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-add">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_3">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="emblem-favorite">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2015-06-29 21:28:34 +12:00
<widget class="QPushButton" name="btnPersoRmInfo">
2015-06-23 10:19:40 +12:00
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-remove">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="placeholderText">
<string>Filter</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnStepEight">
<property name="text">
<string>Next</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
2015-06-21 21:29:35 +12:00
</widget>
2015-05-28 13:32:09 +12:00
</item>
</layout>
2015-06-23 10:19:40 +12:00
</widget>
<widget class="QWidget" name="lytTabPlot">
<attribute name="title">
<string>Plots</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_26">
2015-05-28 13:32:09 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QSplitter" name="splitterPlot">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2015-05-29 05:15:57 +12:00
</property>
2015-06-23 10:19:40 +12:00
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Plots</string>
2015-05-29 05:15:57 +12:00
</property>
2015-06-23 10:19:40 +12:00
<layout class="QVBoxLayout" name="verticalLayout_10">
2015-05-29 05:15:57 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="plotTreeView" name="lstPlots">
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
2015-05-29 05:15:57 +12:00
</item>
<item>
2015-06-23 10:19:40 +12:00
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QPushButton" name="btnAddPlot">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-add">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRmPlot">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-remove">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="txtPlotFilter">
<property name="placeholderText">
<string>Filter</string>
</property>
<property name="clearButtonEnabled" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnPlotShowSummary">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="text-x-generic">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
2015-05-29 05:15:57 +12:00
</item>
</layout>
</widget>
2015-06-23 10:19:40 +12:00
<widget class="QTabWidget" name="tabPlot">
<property name="currentIndex">
2015-06-29 09:46:51 +12:00
<number>0</number>
2015-06-05 06:22:37 +12:00
</property>
2015-06-23 10:19:40 +12:00
<property name="documentMode">
<bool>true</bool>
2015-06-05 06:22:37 +12:00
</property>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="infos_2">
<attribute name="title">
<string>Basic infos</string>
2015-06-09 22:32:43 +12:00
</attribute>
2015-06-23 10:19:40 +12:00
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Plot</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="lineEditView" name="txtPlotName"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_31">
<property name="text">
<string>Importance</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Character(s)</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_27">
<property name="text">
<string>Description</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_28">
<property name="text">
<string>Result</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QListView" name="lstPlotPerso">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2015-07-06 20:07:05 +12:00
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
2015-06-23 10:19:40 +12:00
<property name="movement">
<enum>QListView::Static</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnAddPlotPerso">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-add">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRmPlotPerso">
2015-07-06 20:07:05 +12:00
<property name="enabled">
<bool>false</bool>
</property>
2015-06-23 10:19:40 +12:00
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-remove">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="1" column="1">
<widget class="sldImportance" name="sldPlotImportance" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="textEditView" name="txtPlotDescription"/>
</item>
<item row="4" column="1">
<widget class="textEditView" name="txtPlotResult"/>
</item>
</layout>
2015-06-09 22:32:43 +12:00
</widget>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="tab_15">
<attribute name="title">
<string>Resolution steps</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_28">
<item>
<widget class="QListView" name="lstSubPlots">
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="grpSubPlotSummary">
<property name="title">
<string>Summary:</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="textEditView" name="txtSubPlotSummary"/>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QPushButton" name="btnAddSubPlot">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-add">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRmSubPlot">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-remove">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnShowSubPlotSummary">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="text-x-generic">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="grpPlotSummary">
2015-06-01 08:41:32 +12:00
<property name="title">
2015-06-23 10:19:40 +12:00
<string>Summary</string>
2015-06-05 06:22:37 +12:00
</property>
2015-06-23 10:19:40 +12:00
<layout class="QVBoxLayout" name="verticalLayout_18">
2015-06-01 08:41:32 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QComboBox" name="comboBox_2">
<property name="currentIndex">
<number>0</number>
</property>
<property name="frame">
<bool>false</bool>
2015-06-01 08:41:32 +12:00
</property>
<item>
<property name="text">
2015-06-23 10:19:40 +12:00
<string>One paragraph</string>
2015-06-01 08:41:32 +12:00
</property>
</item>
<item>
<property name="text">
2015-06-23 10:19:40 +12:00
<string>One page</string>
2015-06-01 08:41:32 +12:00
</property>
</item>
<item>
<property name="text">
2015-06-23 10:19:40 +12:00
<string>Full</string>
2015-06-01 08:41:32 +12:00
</property>
</item>
</widget>
</item>
<item>
2015-06-23 10:19:40 +12:00
<widget class="QStackedWidget" name="stkPlotSummary">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="textEditView" name="txtPlotSummaryPara"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="textEditView" name="txtPlotSummaryPage"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_3">
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="textEditView" name="txtPlotSummaryFull"/>
</item>
</layout>
</widget>
</widget>
2015-06-01 08:41:32 +12:00
</item>
</layout>
</widget>
2015-06-23 10:19:40 +12:00
</widget>
2015-05-31 16:03:07 +12:00
</item>
</layout>
</widget>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="tab_5">
2015-05-31 16:03:07 +12:00
<attribute name="title">
2015-06-23 10:19:40 +12:00
<string>Context</string>
2015-05-31 16:03:07 +12:00
</attribute>
</widget>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="lytTabOutline">
2015-05-31 16:03:07 +12:00
<attribute name="title">
2015-06-23 10:19:40 +12:00
<string>Outline</string>
2015-05-31 16:03:07 +12:00
</attribute>
2015-06-23 10:19:40 +12:00
<layout class="QVBoxLayout" name="verticalLayout_27">
2015-05-31 16:03:07 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QSplitter" name="splitterOutlineH">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2015-05-31 16:03:07 +12:00
</property>
2015-06-23 10:19:40 +12:00
<widget class="plotTreeView" name="lstOutlinePlots">
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragOnly</enum>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
2015-06-24 04:22:39 +12:00
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
2015-06-23 10:19:40 +12:00
</widget>
<widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QSplitter" name="splitterOutlineV">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="outlineView" name="treeOutlineOutline">
2015-06-23 10:19:40 +12:00
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::MoveAction</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
</widget>
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_13">
<item>
<widget class="basicItemView" name="outlineItemEditor" native="true"/>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QPushButton" name="btnOutlineAddFolder">
2015-06-23 10:19:40 +12:00
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="folder-new">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnOutlineAddText">
2015-06-23 10:19:40 +12:00
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="document-new">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnOutlineRemoveItem">
2015-06-23 10:19:40 +12:00
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-remove">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnPlanShowDetails">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="text-x-generic">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
2015-05-31 16:03:07 +12:00
</widget>
</item>
</layout>
</widget>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="lytTabRedac">
2015-06-02 10:06:17 +12:00
<attribute name="title">
2015-06-23 10:19:40 +12:00
<string>Redaction</string>
2015-06-02 10:06:17 +12:00
</attribute>
2015-06-28 00:06:35 +12:00
<layout class="QVBoxLayout" name="verticalLayout_16">
2015-06-02 10:06:17 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QSplitter" name="splitterRedac">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2015-06-06 11:13:27 +12:00
</property>
2015-06-28 00:06:35 +12:00
<widget class="QWidget" name="treeRedacWidget" native="true">
2015-06-23 10:19:40 +12:00
<layout class="QVBoxLayout" name="verticalLayout_30">
<property name="margin">
<number>0</number>
</property>
<item>
2015-06-30 00:21:57 +12:00
<widget class="treeView" name="treeRedacOutline">
<property name="editTriggers">
<set>QAbstractItemView::EditKeyPressed</set>
</property>
</widget>
2015-06-23 10:19:40 +12:00
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_31">
<item>
<widget class="QPushButton" name="btnRedacAddFolder">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="folder-new">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRedacAddText">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="document-new">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRedacRemoveItem">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="list-remove">
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
2015-06-28 00:06:35 +12:00
<widget class="mainEditor" name="mainEditor" native="true"/>
2015-06-23 10:19:40 +12:00
<widget class="QTabWidget" name="tabRedacInfos">
<property name="tabPosition">
<enum>QTabWidget::South</enum>
</property>
<property name="currentIndex">
<number>0</number>
2015-06-23 10:19:40 +12:00
</property>
<property name="documentMode">
<bool>true</bool>
</property>
<widget class="QWidget" name="tab_17">
<attribute name="title">
<string>Metadata</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_20" stretch="0">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="metadataView" name="redacMetadata" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_18">
<attribute name="title">
<string>Tools</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_21">
<property name="margin">
<number>0</number>
</property>
<item>
2015-07-04 19:59:35 +12:00
<widget class="collapsibleGroupBox2" name="grpCheatSheet">
2015-06-30 22:27:43 +12:00
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2015-06-23 10:19:40 +12:00
<property name="title">
<string>Cheat sheet</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
2015-06-30 22:27:43 +12:00
<widget class="cheatSheet" name="cheatSheet" native="true">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
2015-06-23 10:19:40 +12:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
2015-07-01 01:38:14 +12:00
<item>
2015-07-04 19:59:35 +12:00
<widget class="collapsibleGroupBox2" name="grpSearch">
2015-07-01 01:38:14 +12:00
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="title">
<string>Search</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_31">
<item>
<widget class="search" name="widget" native="true">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2015-06-23 10:19:40 +12:00
</layout>
</widget>
</widget>
2015-06-06 11:13:27 +12:00
</widget>
2015-06-02 10:06:17 +12:00
</item>
</layout>
</widget>
2015-06-23 10:19:40 +12:00
<widget class="QWidget" name="lytTabDebug">
2015-06-10 00:03:22 +12:00
<attribute name="title">
2015-06-23 10:19:40 +12:00
<string>Debug</string>
2015-06-10 00:03:22 +12:00
</attribute>
2015-06-23 10:19:40 +12:00
<layout class="QVBoxLayout" name="verticalLayout_29">
2015-06-11 01:57:44 +12:00
<item>
2015-06-23 10:19:40 +12:00
<widget class="QTabWidget" name="tabWidget">
<property name="tabPosition">
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
2015-06-29 21:28:34 +12:00
<number>1</number>
2015-06-23 10:19:40 +12:00
</property>
<widget class="QWidget" name="tab_9">
<attribute name="title">
<string>FlatData</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_24">
<item>
<widget class="QTableView" name="tblDebugFlatData"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_10">
<attribute name="title">
<string>Persos</string>
</attribute>
2015-06-29 21:28:34 +12:00
<layout class="QVBoxLayout" name="verticalLayout_19">
2015-06-23 10:19:40 +12:00
<item>
<widget class="QTableView" name="tblDebugPersos"/>
</item>
<item>
2015-06-29 21:28:34 +12:00
<widget class="QTableView" name="tblDebugPersosInfos"/>
2015-06-23 10:19:40 +12:00
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Plots</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QTableView" name="tblDebugPlots"/>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_22">
<item>
<widget class="QTableView" name="tblDebugPlotsPersos"/>
</item>
<item>
<widget class="QTableView" name="tblDebugSubPlots"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_20">
<attribute name="title">
<string>Outline</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_32">
<item>
<widget class="QTreeView" name="treeDebugOutline">
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Labels</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QListView" name="lstDebugLabels"/>
</item>
<item>
<widget class="QListView" name="lstDebugStatus"/>
</item>
</layout>
</widget>
</widget>
2015-06-11 01:57:44 +12:00
</item>
2015-06-10 00:03:22 +12:00
</layout>
</widget>
2015-05-31 16:03:07 +12:00
</widget>
</item>
</layout>
</widget>
2015-05-28 13:32:09 +12:00
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1145</width>
2015-06-04 17:59:49 +12:00
<height>31</height>
2015-05-28 13:32:09 +12:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
2015-05-29 05:15:57 +12:00
<property name="title">
2015-06-08 22:01:45 +12:00
<string>File</string>
2015-05-29 05:15:57 +12:00
</property>
2015-06-23 10:19:40 +12:00
<widget class="QMenu" name="menuRecents">
<property name="title">
<string>Recents</string>
</property>
</widget>
<addaction name="actOpen"/>
2015-06-23 10:19:40 +12:00
<addaction name="menuRecents"/>
<addaction name="actSave"/>
<addaction name="actSaveAs"/>
2015-06-23 10:19:40 +12:00
<addaction name="actCloseProject"/>
2015-05-29 05:15:57 +12:00
<addaction name="separator"/>
2015-07-01 23:14:03 +12:00
<addaction name="actCompile"/>
<addaction name="separator"/>
<addaction name="actQuit"/>
2015-05-29 05:15:57 +12:00
</widget>
<widget class="QMenu" name="menuMode">
<property name="title">
2015-06-08 22:01:45 +12:00
<string>Mode</string>
2015-05-29 05:15:57 +12:00
</property>
<addaction name="actModeNorma"/>
<addaction name="actModeSimple"/>
<addaction name="actModeFractal"/>
2015-05-29 05:15:57 +12:00
</widget>
<widget class="QMenu" name="menuHelp">
2015-06-04 05:25:03 +12:00
<property name="title">
2015-06-08 22:01:45 +12:00
<string>Help</string>
2015-06-04 05:25:03 +12:00
</property>
<addaction name="actShowHelp"/>
</widget>
2015-06-07 05:10:44 +12:00
<widget class="QMenu" name="menuTools">
<property name="title">
2015-06-08 22:01:45 +12:00
<string>Tools</string>
2015-06-07 05:10:44 +12:00
</property>
<addaction name="actSpellcheck"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
<addaction name="actLabels"/>
<addaction name="actStatus"/>
<addaction name="actSettings"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
2015-05-29 05:15:57 +12:00
<addaction name="menuMode"/>
<addaction name="menuView"/>
2015-06-07 05:10:44 +12:00
<addaction name="menuTools"/>
<addaction name="menuHelp"/>
2015-05-28 13:32:09 +12:00
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actOpen">
2015-05-29 05:15:57 +12:00
<property name="icon">
<iconset theme="document-open">
2015-06-22 23:11:45 +12:00
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-05-29 05:15:57 +12:00
</property>
<property name="text">
2015-06-08 22:01:45 +12:00
<string>Open</string>
2015-05-29 05:15:57 +12:00
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actSave">
2015-05-29 05:15:57 +12:00
<property name="icon">
<iconset theme="document-save">
2015-06-22 23:11:45 +12:00
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-05-29 05:15:57 +12:00
</property>
<property name="text">
2015-06-08 22:01:45 +12:00
<string>Save</string>
2015-05-29 05:15:57 +12:00
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actSaveAs">
2015-05-29 05:15:57 +12:00
<property name="icon">
<iconset theme="document-save-as">
2015-06-22 23:11:45 +12:00
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-05-29 05:15:57 +12:00
</property>
<property name="text">
2015-06-08 22:01:45 +12:00
<string>Save as...</string>
2015-05-29 05:15:57 +12:00
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
<action name="actQuit">
2015-05-29 05:15:57 +12:00
<property name="icon">
<iconset theme="application-exit">
2015-06-22 23:11:45 +12:00
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-05-29 05:15:57 +12:00
</property>
<property name="text">
2015-06-08 22:01:45 +12:00
<string>Quit</string>
2015-05-29 05:15:57 +12:00
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
2015-06-04 05:25:03 +12:00
<action name="actShowHelp">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="system-help">
2015-06-22 23:11:45 +12:00
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-06-04 05:25:03 +12:00
</property>
<property name="text">
2015-06-08 22:01:45 +12:00
<string>Show help texts</string>
2015-06-04 05:25:03 +12:00
</property>
<property name="shortcut">
<string>Ctrl+Shift+B</string>
</property>
</action>
2015-06-07 05:10:44 +12:00
<action name="actSpellcheck">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="icon">
2015-06-08 22:01:45 +12:00
<iconset theme="tools-check-spelling">
2015-06-22 23:11:45 +12:00
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
2015-06-07 05:10:44 +12:00
</property>
<property name="text">
2015-06-08 22:01:45 +12:00
<string>Spellcheck</string>
2015-06-07 05:10:44 +12:00
</property>
<property name="shortcut">
2015-06-18 06:45:24 +12:00
<string>F9</string>
2015-06-07 05:10:44 +12:00
</property>
</action>
<action name="actLabels">
<property name="text">
<string>Labels...</string>
</property>
</action>
<action name="actStatus">
<property name="text">
<string>Status...</string>
</property>
</action>
<action name="actViewTree">
<property name="text">
<string>Tree</string>
</property>
</action>
<action name="actModeNorma">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Normal</string>
</property>
</action>
<action name="actModeSimple">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Simple</string>
</property>
</action>
<action name="actModeFractal">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Fractal</string>
</property>
</action>
<action name="actViewCork">
<property name="text">
<string>Index cards</string>
</property>
</action>
<action name="actViewOutline">
<property name="text">
<string>Outline</string>
</property>
</action>
<action name="actSettings">
<property name="icon">
2015-06-18 06:45:24 +12:00
<iconset theme="preferences-system">
2015-06-22 23:11:45 +12:00
<normaloff>../../../../../../../.designer/backup</normaloff>../../../../../../../.designer/backup</iconset>
</property>
<property name="text">
<string>Settings</string>
</property>
2015-06-18 06:45:24 +12:00
<property name="shortcut">
<string>F8</string>
</property>
</action>
2015-06-23 10:19:40 +12:00
<action name="actCloseProject">
<property name="icon">
2015-06-24 04:22:39 +12:00
<iconset theme="window-close">
<normaloff/>
</iconset>
2015-06-23 10:19:40 +12:00
</property>
<property name="text">
<string>Close project</string>
</property>
</action>
2015-07-01 23:14:03 +12:00
<action name="actCompile">
<property name="text">
<string>Compile</string>
</property>
<property name="shortcut">
<string>F6</string>
</property>
</action>
2015-05-28 13:32:09 +12:00
</widget>
<customwidgets>
2015-06-15 22:18:42 +12:00
<customwidget>
<class>textEditView</class>
<extends>QTextEdit</extends>
<header>ui.views.textEditView.h</header>
</customwidget>
<customwidget>
<class>lineEditView</class>
<extends>QLineEdit</extends>
<header>ui.views.lineEditView.h</header>
</customwidget>
2015-07-04 19:59:35 +12:00
<customwidget>
<class>collapsibleGroupBox2</class>
<extends>QGroupBox</extends>
<header>ui.collapsibleGroupBox2.h</header>
<container>1</container>
</customwidget>
2015-06-15 22:18:42 +12:00
<customwidget>
<class>outlineView</class>
<extends>QTreeView</extends>
<header>ui.views.outlineView.h</header>
</customwidget>
2015-05-28 13:32:09 +12:00
<customwidget>
<class>sldImportance</class>
<extends>QWidget</extends>
<header>ui.sldImportance.h</header>
<container>1</container>
</customwidget>
2015-06-07 01:31:11 +12:00
<customwidget>
2015-06-15 22:18:42 +12:00
<class>treeView</class>
<extends>QTreeView</extends>
<header>ui.views.treeView.h</header>
2015-06-07 01:31:11 +12:00
</customwidget>
2015-06-09 22:32:43 +12:00
<customwidget>
2015-06-15 22:18:42 +12:00
<class>metadataView</class>
<extends>QWidget</extends>
<header>ui.views.metadataView.h</header>
<container>1</container>
2015-06-09 22:32:43 +12:00
</customwidget>
2015-06-10 00:03:22 +12:00
<customwidget>
2015-06-15 22:18:42 +12:00
<class>basicItemView</class>
<extends>QWidget</extends>
2015-06-15 22:18:42 +12:00
<header>ui.views.basicItemView.h</header>
<container>1</container>
2015-06-10 00:03:22 +12:00
</customwidget>
2015-06-22 23:11:45 +12:00
<customwidget>
2015-06-23 06:30:43 +12:00
<class>plotTreeView</class>
<extends>QTreeWidget</extends>
<header>ui.views.plotTreeView.h</header>
2015-06-22 23:11:45 +12:00
</customwidget>
2015-06-24 04:22:39 +12:00
<customwidget>
<class>welcome</class>
<extends>QWidget</extends>
<header>ui.welcome.h</header>
<container>1</container>
</customwidget>
2015-06-28 00:06:35 +12:00
<customwidget>
<class>mainEditor</class>
<extends>QWidget</extends>
<header>ui.editors.mainEditor.h</header>
<container>1</container>
</customwidget>
2015-06-29 09:46:51 +12:00
<customwidget>
<class>persoTreeView</class>
<extends>QTreeWidget</extends>
<header>ui.views.persoTreeView.h</header>
</customwidget>
2015-06-30 22:27:43 +12:00
<customwidget>
<class>cheatSheet</class>
<extends>QWidget</extends>
<header>ui.cheatSheet.h</header>
<container>1</container>
</customwidget>
2015-07-01 01:38:14 +12:00
<customwidget>
<class>search</class>
<extends>QWidget</extends>
<header>ui.search.h</header>
<container>1</container>
</customwidget>
2015-05-28 13:32:09 +12:00
</customwidgets>
<resources/>
<connections>
<connection>
2015-06-05 06:22:37 +12:00
<sender>btnPlotShowSummary</sender>
2015-05-28 13:32:09 +12:00
<signal>toggled(bool)</signal>
2015-06-05 06:22:37 +12:00
<receiver>grpPlotSummary</receiver>
2015-06-04 04:40:19 +12:00
<slot>setVisible(bool)</slot>
2015-05-28 13:32:09 +12:00
<hints>
<hint type="sourcelabel">
2015-07-01 01:38:14 +12:00
<x>342</x>
<y>760</y>
2015-05-28 13:32:09 +12:00
</hint>
<hint type="destinationlabel">
2015-06-05 06:22:37 +12:00
<x>860</x>
<y>170</y>
2015-05-28 13:32:09 +12:00
</hint>
</hints>
</connection>
2015-05-29 05:15:57 +12:00
<connection>
2015-06-05 06:22:37 +12:00
<sender>comboBox_2</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>stkPlotSummary</receiver>
<slot>setCurrentIndex(int)</slot>
2015-05-29 05:15:57 +12:00
<hints>
<hint type="sourcelabel">
2015-06-05 06:22:37 +12:00
<x>868</x>
<y>129</y>
2015-05-29 05:15:57 +12:00
</hint>
<hint type="destinationlabel">
2015-06-05 06:22:37 +12:00
<x>868</x>
<y>232</y>
2015-05-29 05:15:57 +12:00
</hint>
</hints>
</connection>
<connection>
2015-06-05 06:22:37 +12:00
<sender>btnPlanShowDetails</sender>
<signal>toggled(bool)</signal>
<receiver>frame</receiver>
<slot>setVisible(bool)</slot>
2015-05-29 05:15:57 +12:00
<hints>
<hint type="sourcelabel">
2015-07-01 01:38:14 +12:00
<x>1136</x>
<y>768</y>
2015-05-29 05:15:57 +12:00
</hint>
<hint type="destinationlabel">
2015-07-01 01:38:14 +12:00
<x>1137</x>
<y>729</y>
2015-05-29 05:15:57 +12:00
</hint>
</hints>
</connection>
2015-06-21 21:29:35 +12:00
<connection>
<sender>cmbSummary</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>tabSummary</receiver>
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>187</x>
<y>135</y>
</hint>
<hint type="destinationlabel">
<x>462</x>
<y>430</y>
</hint>
</hints>
</connection>
<connection>
<sender>tabSummary</sender>
<signal>currentChanged(int)</signal>
<receiver>cmbSummary</receiver>
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>462</x>
<y>430</y>
</hint>
<hint type="destinationlabel">
2015-06-21 21:29:35 +12:00
<x>156</x>
<y>134</y>
</hint>
</hints>
</connection>
2015-06-22 23:11:45 +12:00
<connection>
<sender>btnShowSubPlotSummary</sender>
<signal>toggled(bool)</signal>
<receiver>grpSubPlotSummary</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
2015-07-01 01:38:14 +12:00
<x>446</x>
<y>127</y>
2015-06-22 23:11:45 +12:00
</hint>
<hint type="destinationlabel">
2015-07-01 01:38:14 +12:00
<x>446</x>
<y>120</y>
2015-06-22 23:11:45 +12:00
</hint>
</hints>
</connection>
2015-05-28 13:32:09 +12:00
</connections>
</ui>