2020-08-05 00:08:41 +00: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>
|
2020-08-14 01:37:33 +00:00
|
|
|
<width>818</width>
|
|
|
|
<height>644</height>
|
2020-08-05 00:08:41 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2020-08-14 01:37:33 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2020-08-05 00:08:41 +00:00
|
|
|
<item row="0" column="0">
|
2020-08-14 01:37:33 +00:00
|
|
|
<widget class="QSplitter" name="splitter_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2020-08-05 00:08:41 +00:00
|
|
|
</property>
|
2020-08-14 01:37:33 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>800</width>
|
|
|
|
<height>200</height>
|
|
|
|
</size>
|
2020-08-05 00:08:41 +00:00
|
|
|
</property>
|
2020-08-14 01:37:33 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2020-08-05 00:08:41 +00:00
|
|
|
</property>
|
2020-08-14 01:37:33 +00:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>800</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QTabWidget" name="tabWidget_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-08-26 18:58:36 +00:00
|
|
|
<widget class="QWidget" name="tabWidget_2Page1">
|
2020-08-14 01:37:33 +00:00
|
|
|
<attribute name="title">
|
|
|
|
<string/>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2020-08-05 00:08:41 +00:00
|
|
|
<item row="0" column="0">
|
2020-08-14 01:37:33 +00:00
|
|
|
<widget class="QTreeView" name="treeView">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-09-04 00:26:25 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans Mono</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
2020-08-14 01:37:33 +00:00
|
|
|
</widget>
|
2020-08-05 00:08:41 +00:00
|
|
|
</item>
|
2020-08-14 01:37:33 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>200</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-08-26 18:58:36 +00:00
|
|
|
<widget class="QWidget" name="tabWidgetPage1_2">
|
2020-08-14 01:37:33 +00:00
|
|
|
<attribute name="title">
|
|
|
|
<string/>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QSplitter" name="splitter_5">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QSplitter" name="splitter_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2020-09-02 22:33:17 +00:00
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit">
|
2020-08-14 01:37:33 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-09-04 00:26:25 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans Mono</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_2">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans Mono</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2020-08-14 01:37:33 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSplitter" name="splitter_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2020-09-04 00:26:25 +00:00
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_3">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans Mono</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_4">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans Mono</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-08-14 01:37:33 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2020-08-05 00:08:41 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-08-14 01:37:33 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>800</width>
|
2020-08-26 18:58:36 +00:00
|
|
|
<height>200</height>
|
2020-08-14 01:37:33 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tabWidgetPage1">
|
|
|
|
<property name="sizePolicy">
|
2020-09-04 00:26:25 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
2020-08-14 01:37:33 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string/>
|
|
|
|
</attribute>
|
2020-08-26 18:58:36 +00:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2020-09-04 00:26:25 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
|
|
|
</property>
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
|
|
|
<property name="rowWrapPolicy">
|
|
|
|
<enum>QFormLayout::WrapLongRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="formAlignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
<item row="2" column="0">
|
2020-08-26 18:58:36 +00:00
|
|
|
<widget class="QComboBox" name="searchBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-09-04 00:26:25 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
2020-08-26 18:58:36 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>all</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>ID</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Method</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>URL</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Code</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tags</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
2020-08-14 01:37:33 +00:00
|
|
|
</item>
|
2020-09-04 00:26:25 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="searchEdit">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-08-14 01:37:33 +00:00
|
|
|
</item>
|
2020-09-04 00:26:25 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
2020-08-26 18:58:36 +00:00
|
|
|
<widget class="QTableView" name="historyHTTPTable">
|
|
|
|
<property name="sizePolicy">
|
2020-09-04 00:26:25 +00:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
2020-08-26 18:58:36 +00:00
|
|
|
<horstretch>0</horstretch>
|
2020-09-04 00:26:25 +00:00
|
|
|
<verstretch>1</verstretch>
|
2020-08-26 18:58:36 +00:00
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2020-09-04 00:26:25 +00:00
|
|
|
<width>778</width>
|
|
|
|
<height>134</height>
|
2020-08-26 18:58:36 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
|
|
|
<width>1</width>
|
2020-09-04 00:26:25 +00:00
|
|
|
<height>1</height>
|
2020-08-26 18:58:36 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2020-09-04 00:26:25 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans Mono</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
|
|
</property>
|
2020-08-26 18:58:36 +00:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2020-09-01 12:55:49 +00:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
</property>
|
2020-08-26 18:58:36 +00:00
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="gridStyle">
|
|
|
|
<enum>Qt::SolidLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="verticalHeaderDefaultSectionSize">
|
2020-09-04 00:26:25 +00:00
|
|
|
<number>21</number>
|
2020-08-26 18:58:36 +00:00
|
|
|
</attribute>
|
|
|
|
</widget>
|
2020-08-14 01:37:33 +00:00
|
|
|
</item>
|
2020-08-26 18:58:36 +00:00
|
|
|
</layout>
|
2020-08-14 01:37:33 +00:00
|
|
|
</widget>
|
2020-08-05 00:08:41 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-08-14 01:37:33 +00:00
|
|
|
<width>818</width>
|
2020-09-04 00:26:25 +00:00
|
|
|
<height>22</height>
|
2020-08-05 00:08:41 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-08-08 11:44:16 +00:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNew_Session"/>
|
|
|
|
<addaction name="actionOpen_Session"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuSettings">
|
|
|
|
<property name="title">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuSettings"/>
|
2020-08-05 00:08:41 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2020-08-08 11:44:16 +00:00
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="text">
|
|
|
|
<string>New Session</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNew_Session">
|
|
|
|
<property name="text">
|
|
|
|
<string>New Session</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpen_Session">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Session</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-08-05 00:08:41 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|