Files
seer/src/SeerEditorWidgetSource.ui
T
2023-10-04 18:37:22 -05:00

345 lines
11 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerEditorWidgetSourceForm</class>
<widget class="QWidget" name="SeerEditorWidgetSourceForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>838</width>
<height>720</height>
</rect>
</property>
<property name="windowTitle">
<string>SeerEditorWidgetSourceForm</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QWidget" name="alternateBarWidget" native="true">
<layout class="QGridLayout" name="gridLayout">
<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 row="0" column="0">
<widget class="QLabel" name="orignalLabel">
<property name="text">
<string>Looking for:</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="4">
<widget class="QLineEdit" name="originalLineEdit">
<property name="toolTip">
<string>Original path location.</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="alternateLabel">
<property name="text">
<string>Alternate path:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QHistoryLineEdit" name="alternateLineEdit">
<property name="toolTip">
<string>Enter path for alternate location.</string>
</property>
<property name="placeholderText">
<string>Enter /path/to/alternate/location</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QToolButton" name="alternateFileOpenToolButton">
<property name="toolTip">
<string>Open file dialog for alternate location.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/document-open.svg</normaloff>:/seer/resources/RelaxLightIcons/document-open.svg</iconset>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QCheckBox" name="rememberAlternateCheckBox">
<property name="toolTip">
<string>Add path to global list of alternate directories.</string>
</property>
<property name="text">
<string>Remember</string>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QToolButton" name="alternateCloseToolButton">
<property name="toolTip">
<string>Close the alternate bar.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</iconset>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QWidget" name="reloadBarWidget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<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="QLabel" name="reloadFilenameLabel"/>
</item>
<item>
<widget class="QToolButton" name="reloadToolButton">
<property name="toolTip">
<string>Reload source file.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="reloadCloseToolButton">
<property name="toolTip">
<string>Close the reload bar.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</iconset>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="SeerEditorWidgetSourceArea" name="sourceWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>100</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QWidget" name="searchBarWidget" native="true">
<layout class="QHBoxLayout" name="searchBarLayout">
<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="QHistoryLineEdit" name="searchTextLineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>50</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Enter text to search for.</string>
</property>
<property name="placeholderText">
<string>Enter search text</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="matchCaseCheckBox">
<property name="text">
<string>Match Case</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="matchesLabel">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="searchDownToolButton">
<property name="toolTip">
<string>Search for the next occurance.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/go-down.svg</normaloff>:/seer/resources/RelaxLightIcons/go-down.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="searchUpToolButton">
<property name="toolTip">
<string>Search for the previous occurance.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/go-up.svg</normaloff>:/seer/resources/RelaxLightIcons/go-up.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_1">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QHistoryLineEdit" name="searchLineNumberLineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>50</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Scroll to a specific line.</string>
</property>
<property name="placeholderText">
<string>Go to line #</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="searchReloadToolButton">
<property name="toolTip">
<string>Reload source file.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="searchCloseToolButton">
<property name="toolTip">
<string>Close the search bar.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</iconset>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SeerEditorWidgetSourceArea</class>
<extends>QWidget</extends>
<header location="global">SeerEditorWidgetSource.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QHistoryLineEdit</class>
<extends>QLineEdit</extends>
<header location="global">QHistoryLineEdit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>alternateLineEdit</tabstop>
<tabstop>alternateFileOpenToolButton</tabstop>
<tabstop>rememberAlternateCheckBox</tabstop>
<tabstop>alternateCloseToolButton</tabstop>
<tabstop>searchTextLineEdit</tabstop>
<tabstop>matchCaseCheckBox</tabstop>
<tabstop>searchDownToolButton</tabstop>
<tabstop>searchUpToolButton</tabstop>
<tabstop>searchLineNumberLineEdit</tabstop>
<tabstop>searchCloseToolButton</tabstop>
</tabstops>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>