Skip to content
Snippets Groups Projects
Commit f64847b7 authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Merge branch 'user_interface' into 'master'

User interface

See merge request maeva/lemi2seed!2
parents 3c013884 951e94d5
No related branches found
No related tags found
1 merge request!2User interface
Pipeline #1358 passed with stage
in 4 minutes and 13 seconds
Showing
with 5473 additions and 0 deletions
lemi2seed/resources/help.png

17.7 KiB

<div>Icons made by <a href="https://www.flaticon.com/authors/monkik" title="monkik">monkik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/srip" title="srip">srip</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
\ No newline at end of file
lemi2seed/resources/load_data.png

4 KiB

lemi2seed/resources/load_metadata.png

2.48 KiB

<RCC version="1.0">
<qresource prefix="icons">
<file>load_data.png</file>
<file>load_metadata.png</file>
<file>write_mseed.png</file>
<file>write_stationxml.png</file>
<file>help.png</file>
</qresource>
</RCC>
lemi2seed/resources/write_mseed.png

13.4 KiB

lemi2seed/resources/write_stationxml.png

9.87 KiB

This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>uiElectrodePairForm</class>
<widget class="QWidget" name="uiElectrodePairForm">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>670</width>
<height>660</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QGroupBox
{
font-weight: bold;
}</string>
</property>
<property name="title">
<string/>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="toolTip">
<string>Channel number selected on the datalogger.</string>
</property>
<property name="text">
<string>Channel number *</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="uiChannelNumber">
<item>
<property name="text">
<string>E1</string>
</property>
</item>
<item>
<property name="text">
<string>E2</string>
</property>
</item>
<item>
<property name="text">
<string>E3</string>
</property>
</item>
<item>
<property name="text">
<string>E4</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="toolTip">
<string>Sample rate of the channel.
Set to 1 Hz since the LEMI datalogger only has one sample rate for data recordings.</string>
</property>
<property name="text">
<string>Sample rate (Hz) *</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="uiSampleRate">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="toolTip">
<string>Azimuth angle of the channel in the specified survey orientation reference frame.</string>
</property>
<property name="text">
<string>Azimuth (°) *</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="uiMeasurementAzimuth"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_2">
<property name="toolTip">
<string>Tilt angle of the channel in the specified survey orientation reference frame.</string>
</property>
<property name="text">
<string>Tilt (°) *</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="uiMeasurementTilt"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="toolTip">
<string>Lenght of the dipole (i.e. from the positive electrode to the negative one or vice versa).</string>
</property>
<property name="text">
<string>Dipole length (m) *</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="uiDipoleLength"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_10">
<property name="toolTip">
<string>Electrode specifications (Manufacturer - Model -Type)</string>
</property>
<property name="text">
<string>Electrode - Specs *</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="uiInstrumentSpecs">
<item>
<property name="text">
<string>Borin STELTH 4 - Silver-Silver Chloride</string>
</property>
</item>
<item>
<property name="text">
<string>If other, click here.</string>
</property>
</item>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_18">
<property name="font">
<font>
<underline>true</underline>
</font>
</property>
<property name="text">
<string>Contact Resistance</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_6">
<property name="toolTip">
<string>Contact resistance measured during site deployment in ohms.</string>
</property>
<property name="text">
<string>Start (Ω)</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="uiContactResistanceStart"/>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_7">
<property name="toolTip">
<string>Contact resistance measured before site removal in ohms.</string>
</property>
<property name="text">
<string>End (Ω)</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="uiContactResistanceEnd"/>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_13">
<property name="font">
<font>
<underline>true</underline>
</font>
</property>
<property name="text">
<string>DC Voltage</string>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="label_8">
<property name="toolTip">
<string>DC value measured during site deployment in volts.</string>
</property>
<property name="text">
<string>Start (V)</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QLineEdit" name="uiDcStart"/>
</item>
<item row="11" column="0">
<widget class="QLabel" name="label_9">
<property name="toolTip">
<string>DC value measured before site removal in volts.</string>
</property>
<property name="text">
<string>End (V)</string>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QLineEdit" name="uiDcEnd"/>
</item>
<item row="12" column="0">
<widget class="QLabel" name="label_12">
<property name="font">
<font>
<underline>true</underline>
</font>
</property>
<property name="text">
<string>Negative Electrode</string>
</property>
</widget>
</item>
<item row="13" column="0">
<widget class="QLabel" name="label_14">
<property name="toolTip">
<string>Direction in which negative electrode was installed.
By convention South or West.</string>
</property>
<property name="text">
<string>Direction *</string>
</property>
</widget>
</item>
<item row="13" column="1">
<widget class="QComboBox" name="uiNegativeElectrodeDirection">
<item>
<property name="text">
<string>North</string>
</property>
</item>
<item>
<property name="text">
<string>South</string>
</property>
</item>
<item>
<property name="text">
<string>East</string>
</property>
</item>
<item>
<property name="text">
<string>West</string>
</property>
</item>
</widget>
</item>
<item row="14" column="0">
<widget class="QLabel" name="label_15">
<property name="toolTip">
<string>Serial number of negative electrode.</string>
</property>
<property name="text">
<string>Serial Number *</string>
</property>
</widget>
</item>
<item row="14" column="1">
<widget class="QLineEdit" name="uiNegativeElectrodeSerialNumber"/>
</item>
<item row="15" column="0">
<widget class="QLabel" name="label_11">
<property name="font">
<font>
<underline>true</underline>
</font>
</property>
<property name="text">
<string>Positive Electrode</string>
</property>
</widget>
</item>
<item row="16" column="0">
<widget class="QLabel" name="label_16">
<property name="toolTip">
<string>Direction in which positive electrode was installed.
By convention North or East.</string>
</property>
<property name="text">
<string>Direction *</string>
</property>
</widget>
</item>
<item row="16" column="1">
<widget class="QComboBox" name="uiPositiveElectrodeDirection">
<item>
<property name="text">
<string>North</string>
</property>
</item>
<item>
<property name="text">
<string>South</string>
</property>
</item>
<item>
<property name="text">
<string>East</string>
</property>
</item>
<item>
<property name="text">
<string>West</string>
</property>
</item>
</widget>
</item>
<item row="17" column="0">
<widget class="QLabel" name="label_17">
<property name="toolTip">
<string>Serial number of positive electrode.</string>
</property>
<property name="text">
<string>Serial Number *</string>
</property>
</widget>
</item>
<item row="17" column="1">
<widget class="QLineEdit" name="uiPositiveElectrodeSerialNumber"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>358</width>
<height>188</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_24">
<property name="toolTip">
<string>Person or organization that manufactured the sensor.</string>
</property>
<property name="text">
<string>Manufacturer *</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="uiManufacturer"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_25">
<property name="toolTip">
<string>Model version of the sensor.</string>
</property>
<property name="text">
<string>Model *</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="uiModel"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_26">
<property name="toolTip">
<string>Type of sensor.
Ex: induction coil for magnetic sensor.
Ex:Ag-AgCl for electrodes.</string>
</property>
<property name="text">
<string>Type</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="uiType"/>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="uiSaveButton">
<property name="text">
<string>Save instrument specs</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>uiMagneticForm</class>
<widget class="QWidget" name="uiMagneticForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>585</width>
<height>306</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="styleSheet">
<string notr="true">QGroupBox
{
font-weight: bold;
}</string>
</property>
<property name="title">
<string>Operation</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_1">
<property name="toolTip">
<string>Sample rate of the channel.
Set to 1 Hz since the LEMI datalogger only has one sample rate for data recordings.</string>
</property>
<property name="text">
<string>Sample rate (Hz) *</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="uiSampleRate">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="toolTip">
<string>Azimuth angle of the channel in the specified survey orientation reference frame.</string>
</property>
<property name="text">
<string>Azimuth (°) *</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="uiMeasurementAzimuth"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="toolTip">
<string>Tilt angle of the channel in the specified survey orientation reference frame.</string>
</property>
<property name="text">
<string>Tilt (°) *</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="uiMeasurementTilt"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="toolTip">
<string>Magnetometer specifications.</string>
</property>
<property name="text">
<string>Magnetometer - Specs *</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="uiInstrumentSpecs">
<item>
<property name="text">
<string>LEMI-039</string>
</property>
</item>
<item>
<property name="text">
<string>If other, click here.</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="toolTip">
<string>Serial number of magnetometer.</string>
</property>
<property name="text">
<string>Magnetometer - Serial Number *</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="uiSerialNumber"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
<?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>1324</width>
<height>850</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>850</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>1300</width>
<height>715</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QTabWidget::tab-bar {
position: absolute;
left: 0px;
}</string>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="uiSurvey">
<attribute name="title">
<string>Network</string>
</attribute>
<attribute name="toolTip">
<string>metadata at the network level</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="uiSurveyEditor"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="uiStation">
<attribute name="title">
<string>Station</string>
</attribute>
<attribute name="toolTip">
<string>Metadata at the station level</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QVBoxLayout" name="uiStationEditor"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="uiElectric">
<attribute name="title">
<string>Electric</string>
</attribute>
<attribute name="toolTip">
<string>Metadata for Electric channels</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="uiElectricEditor"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="uiMagnetic">
<attribute name="title">
<string>Magnetic</string>
</attribute>
<attribute name="toolTip">
<string>Metadata for magnetic channels</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<layout class="QVBoxLayout" name="uiMagneticEditor"/>
</item>
</layout>
</widget>
</widget>
</item>
<item alignment="Qt::AlignRight|Qt::AlignBottom">
<widget class="QPushButton" name="uiValidateMetadata">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Validate Metadata</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1324</width>
<height>22</height>
</rect>
</property>
<property name="defaultUp">
<bool>false</bool>
</property>
<property name="nativeMenuBar">
<bool>false</bool>
</property>
<widget class="QMenu" name="FileMenu">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionLoad_metadata"/>
<addaction name="actionWrite_mseed"/>
<addaction name="actionWrite_StationXML"/>
<addaction name="actionExit"/>
</widget>
<addaction name="FileMenu"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<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="actionLoad_metadata"/>
<addaction name="actionWrite_mseed"/>
<addaction name="actionWrite_StationXML"/>
<addaction name="actionHelp"/>
</widget>
<action name="actionLoad_metadata">
<property name="icon">
<iconset resource="../resources/resources.qrc">
<normaloff>:/icons/load_metadata.png</normaloff>:/icons/load_metadata.png</iconset>
</property>
<property name="text">
<string>Load metadata</string>
</property>
<property name="toolTip">
<string>Load metadata recorded in field sheets</string>
</property>
</action>
<action name="actionWrite_mseed">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources/resources.qrc">
<normaloff>:/icons/write_mseed.png</normaloff>:/icons/write_mseed.png</iconset>
</property>
<property name="text">
<string>Write MiniSEED</string>
</property>
<property name="toolTip">
<string>Write day-long mseed files</string>
</property>
</action>
<action name="actionWrite_StationXML">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="../resources/resources.qrc">
<normaloff>:/icons/write_stationxml.png</normaloff>:/icons/write_stationxml.png</iconset>
</property>
<property name="text">
<string>Write StationXML</string>
</property>
<property name="toolTip">
<string>Write StationXML files</string>
</property>
</action>
<action name="actionHelp">
<property name="icon">
<iconset resource="../resources/resources.qrc">
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="toolTip">
<string>Help me!</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
<property name="toolTip">
<string>Exit lemi2seed</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
</widget>
<resources>
<include location="../resources/resources.qrc"/>
</resources>
<connections>
<connection>
<sender>actionExit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>661</x>
<y>392</y>
</hint>
</hints>
</connection>
</connections>
</ui>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>662</width>
<height>334</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="title">
<string>Operation</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_23">
<property name="toolTip">
<string>List of components recorded by the station.
If multiple, enter components as a comma separated list.
Options: E1, E2, E3, E4, Hx, Hy, Hz. </string>
</property>
<property name="text">
<string>Components recorded *</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="uiComponentsRecorded">
<property name="maximumSize">
<size>
<width>160</width>
<height>16777215</height>
</size>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1" rowspan="2">
<widget class="QGroupBox" name="groupBox_3">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="title">
<string>Data logger</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label_24">
<property name="toolTip">
<string>Model version of the data logger.</string>
</property>
<property name="text">
<string>Model *</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="uiDataloggerModel">
<property name="enabled">
<bool>false</bool>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_25">
<property name="toolTip">
<string>Serial number of data logger.</string>
</property>
<property name="text">
<string>Serial number *</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="uiDataloggerSerialNumber">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" rowspan="3">
<widget class="QGroupBox" name="groupBox_2">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="title">
<string>Credentials</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>Name of the person who acquired the station data.</string>
</property>
<property name="text">
<string>Acquired by - Author</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="uiAcquiredByAuthor">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_9">
<property name="toolTip">
<string>Comments from the person who acquired the station data.</string>
</property>
<property name="text">
<string>Acquired by - Comments</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="uiAcquiredByComments"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_8">
<property name="toolTip">
<string>Person who inputs the metadata.</string>
</property>
<property name="text">
<string>Metadata by - Author</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="uiMetadataByAuthor">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_10">
<property name="toolTip">
<string>Comments from the person who inputs the metadata.</string>
</property>
<property name="text">
<string>Metadata by - Comments</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="uiMetadataByComments"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>Any comments about the station that are important for any user to know.</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Comments</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPlainTextEdit" name="uiComments">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>160</width>
<height>60</height>
</size>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>167</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>266</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment