dc906972e9
check for config on start color cycles added;
1061 lines
29 KiB
XML
1061 lines
29 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>BaseWindow</class>
|
|
<widget class="QMainWindow" name="BaseWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1388</width>
|
|
<height>735</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Mr. Godot told me to tell you he won't come this evening but surely tomorrow.</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset>
|
|
<normaloff>:/logo.png</normaloff>:/logo.png</iconset>
|
|
</property>
|
|
<property name="dockOptions">
|
|
<set>QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::ForceTabbedDocks|QMainWindow::VerticalTabs</set>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="spacing">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>3</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QSplitter" name="splitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="tabPosition">
|
|
<enum>QTabWidget::West</enum>
|
|
</property>
|
|
<property name="tabShape">
|
|
<enum>QTabWidget::Rounded</enum>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="elideMode">
|
|
<enum>Qt::ElideRight</enum>
|
|
</property>
|
|
<property name="tabsClosable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="movable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tabBarAutoHide">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="DataWidget" name="datawidget">
|
|
<attribute name="title">
|
|
<string>Data</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="ValueEditWidget" name="valuewidget">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normaloff>:/value_dock</normaloff>:/value_dock</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Values</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QFitDialog" name="fit_dialog">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normaloff>:/fit_dock</normaloff>:/fit_dock</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Fit</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="EditSignalWidget" name="editsignalwidget">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normaloff>:/signal_dock</normaloff>:/signal_dock</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Signals</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="PointSelectWidget" name="ptsselectwidget">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normaloff>:/peakpick_dock</normaloff>:/peakpick_dock</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Pick points</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QT1Widget" name="t1tauwidget">
|
|
<attribute name="icon">
|
|
<iconset>
|
|
<normaloff>:/eval_t1_dock</normaloff>:/eval_t1_dock</iconset>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>SLR</string>
|
|
</attribute>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMdiArea" name="area"/>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1388</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuSave">
|
|
<property name="title">
|
|
<string>&Save...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>:/Daleks.png</normaloff>:/Daleks.png</iconset>
|
|
</property>
|
|
<property name="separatorsCollapsible">
|
|
<bool>true</bool>
|
|
</property>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionExportGraphic"/>
|
|
<addaction name="action_save_fit_parameter"/>
|
|
</widget>
|
|
<addaction name="action_open"/>
|
|
<addaction name="actionOpen_FC"/>
|
|
<addaction name="menuSave"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionPrint"/>
|
|
<addaction name="action_reset"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_close"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuData">
|
|
<property name="title">
|
|
<string>&Data</string>
|
|
</property>
|
|
<addaction name="action_new_set"/>
|
|
<addaction name="action_delete_sets"/>
|
|
<addaction name="actionMove_between_plots"/>
|
|
<addaction name="actionConcatenate_sets"/>
|
|
<addaction name="actionAddlines"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_sort_pts"/>
|
|
<addaction name="actionSkip_points"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_cut"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionChange_datatypes"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="actionDocumentation"/>
|
|
<addaction name="actionUpdate"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuExtra">
|
|
<property name="title">
|
|
<string>Math</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuNormalize">
|
|
<property name="title">
|
|
<string>&Normalize</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>:/normal.png</normaloff>:/normal.png</iconset>
|
|
</property>
|
|
<addaction name="action_norm_max"/>
|
|
<addaction name="action_norm_max_abs"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_norm_first"/>
|
|
<addaction name="action_norm_last"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_norm_area"/>
|
|
</widget>
|
|
<addaction name="action_mean_t1"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionFilon"/>
|
|
<addaction name="actionDerivation"/>
|
|
<addaction name="actionIntegration"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuNormalize"/>
|
|
<addaction name="actionInterpolation"/>
|
|
<addaction name="actionRunning_values"/>
|
|
<addaction name="actionShift"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_calc"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuFit">
|
|
<property name="title">
|
|
<string>F&it</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuMethod">
|
|
<property name="title">
|
|
<string>Method</string>
|
|
</property>
|
|
<addaction name="action_lm_fit"/>
|
|
<addaction name="action_nm_fit"/>
|
|
<addaction name="action_odr_fit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuLimits">
|
|
<property name="title">
|
|
<string>Limits</string>
|
|
</property>
|
|
<addaction name="action_no_range"/>
|
|
<addaction name="action_x_range"/>
|
|
<addaction name="action_custom_range"/>
|
|
</widget>
|
|
<addaction name="action_FitWidget"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_create_fit_function"/>
|
|
<addaction name="actionFunction_editor"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionShow_fit_parameter"/>
|
|
<addaction name="menuMethod"/>
|
|
<addaction name="menuLimits"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuOptions">
|
|
<property name="title">
|
|
<string>Options</string>
|
|
</property>
|
|
<addaction name="actionMouse_behaviour"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_colorcycle"/>
|
|
<addaction name="actionConfiguration"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuWindow">
|
|
<property name="title">
|
|
<string>Plots</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>View</string>
|
|
</property>
|
|
<addaction name="actionTile"/>
|
|
<addaction name="actionCascade_windows"/>
|
|
</widget>
|
|
<addaction name="actionNew_window"/>
|
|
<addaction name="actionDelete_window"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionNext_window"/>
|
|
<addaction name="actionPrevious"/>
|
|
<addaction name="actionMaximize"/>
|
|
<addaction name="actionMinimize"/>
|
|
<addaction name="menuView"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRefresh"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuNMR">
|
|
<property name="title">
|
|
<string>NMR</string>
|
|
</property>
|
|
<addaction name="t1action"/>
|
|
<addaction name="actionCalculateT1"/>
|
|
<addaction name="action_coup_calc"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuBDS">
|
|
<property name="title">
|
|
<string>BDS</string>
|
|
</property>
|
|
<addaction name="action_calc_eps_derivative"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuSpectrum">
|
|
<property name="title">
|
|
<string>Spectrum</string>
|
|
</property>
|
|
<addaction name="action_magnitude"/>
|
|
<addaction name="actionCenterMax"/>
|
|
<addaction name="action_depake"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_edit"/>
|
|
<addaction name="actionBaseline"/>
|
|
<addaction name="actionPick_position"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuStuff">
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<addaction name="actionSnake"/>
|
|
<addaction name="actionLife"/>
|
|
<addaction name="actionTetris"/>
|
|
<addaction name="actionMine"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuWindow"/>
|
|
<addaction name="menuData"/>
|
|
<addaction name="menuExtra"/>
|
|
<addaction name="menuSpectrum"/>
|
|
<addaction name="menuFit"/>
|
|
<addaction name="menuNMR"/>
|
|
<addaction name="menuBDS"/>
|
|
<addaction name="menuOptions"/>
|
|
<addaction name="menuHelp"/>
|
|
<addaction name="menuStuff"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Main</string>
|
|
</property>
|
|
<property name="allowedAreas">
|
|
<set>Qt::AllToolBarAreas</set>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="action_open"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionMouse_behaviour"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionPrevious"/>
|
|
<addaction name="actionNext_window"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolbar_edit">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Math</string>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="action_calc"/>
|
|
<addaction name="action_mean_t1"/>
|
|
<addaction name="actionShift"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<widget class="QToolBar" name="toolBar_nmr">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>NMR</string>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="t1action"/>
|
|
<addaction name="actionCalculateT1"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar_fit">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Fit</string>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="action_FitWidget"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar_spectrum">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Spectrum</string>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="action_edit"/>
|
|
<addaction name="actionPick_position"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar_data">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Data</string>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionConcatenate_sets"/>
|
|
<addaction name="action_sort_pts"/>
|
|
</widget>
|
|
<action name="action_close">
|
|
<property name="icon">
|
|
<iconset theme="window-close">
|
|
<normaloff>../../../../../.designer/backup</normaloff>../../../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExportGraphic">
|
|
<property name="text">
|
|
<string>Export graphic...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_open">
|
|
<property name="text">
|
|
<string>&Open...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExportData">
|
|
<property name="text">
|
|
<string>Export data...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_calc">
|
|
<property name="text">
|
|
<string>&Evaluate expression...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_delete_sets">
|
|
<property name="icon">
|
|
<iconset theme="edit-delete">
|
|
<normaloff>../../../../../.designer/backup</normaloff>../../../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Delete Set</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Del</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_save_fit_parameter">
|
|
<property name="text">
|
|
<string>Save fit &parameter...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_sort_pts">
|
|
<property name="text">
|
|
<string>Sort &points</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_reset">
|
|
<property name="icon">
|
|
<iconset theme="edit-clear">
|
|
<normaloff>../../../../../../../../.designer/backup</normaloff>../../../../../../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Reset</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDocumentation">
|
|
<property name="icon">
|
|
<iconset theme="help-about">
|
|
<normaloff>../../../../../../../../.designer/backup</normaloff>../../../../../../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Documentation</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F1</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_FitWidget">
|
|
<property name="text">
|
|
<string>Open &Fit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_norm_max">
|
|
<property name="text">
|
|
<string>&Max</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_norm_first">
|
|
<property name="text">
|
|
<string>&First point</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_norm_area">
|
|
<property name="text">
|
|
<string>&Area</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_norm_max_abs">
|
|
<property name="text">
|
|
<string>Ma&x(Abs)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_norm_last">
|
|
<property name="text">
|
|
<string>&Last point</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave">
|
|
<property name="text">
|
|
<string>S&ave...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actiontoolbar_display">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Views</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEdit_toolbars">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Edit</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAddlines">
|
|
<property name="text">
|
|
<string>Set by function...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColors">
|
|
<property name="text">
|
|
<string>&Reset color</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConcatenate_sets">
|
|
<property name="text">
|
|
<string>Join sets</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShift">
|
|
<property name="text">
|
|
<string>&Shift/scale...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_log">
|
|
<property name="icon">
|
|
<iconset theme="dialog-information">
|
|
<normaloff>../../../../../.designer/backup</normaloff>../../../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Show log...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_create_fit_function">
|
|
<property name="text">
|
|
<string>&Create fit function...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_colorcycle">
|
|
<property name="text">
|
|
<string>Color cycles...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_session">
|
|
<property name="text">
|
|
<string>Update session</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMouse_behaviour">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mouse behaviour</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Switch between zoom and pan in graph.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConfiguration">
|
|
<property name="text">
|
|
<string>Configuration...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRefresh">
|
|
<property name="icon">
|
|
<iconset theme="view-refresh">
|
|
<normaloff>../../../../../.designer/backup</normaloff>../../../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Refresh</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F5</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInterpolation">
|
|
<property name="text">
|
|
<string>Interpolation...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRunning_values">
|
|
<property name="text">
|
|
<string>Smoothing...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFit_parameter_saving">
|
|
<property name="text">
|
|
<string>Fit parameter saving...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_fit_parameter">
|
|
<property name="text">
|
|
<string>Parameter...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSkip_points">
|
|
<property name="text">
|
|
<string>Skip points...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGuide_lines">
|
|
<property name="text">
|
|
<string>Draw lines...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMaximize">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Maximize</string>
|
|
</property>
|
|
<property name="visible">
|
|
<bool>false</bool>
|
|
</property>
|
|
</action>
|
|
<action name="actionTile">
|
|
<property name="text">
|
|
<string>Tile windows</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMinimize">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Minimize</string>
|
|
</property>
|
|
<property name="visible">
|
|
<bool>false</bool>
|
|
</property>
|
|
</action>
|
|
<action name="actionNew_window">
|
|
<property name="text">
|
|
<string>New plot</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDelete_window">
|
|
<property name="icon">
|
|
<iconset theme="edit-delete">
|
|
<normaloff>../../../../../.designer/backup</normaloff>../../../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete plot</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCascade_windows">
|
|
<property name="text">
|
|
<string>Cascade windows</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNext_window">
|
|
<property name="text">
|
|
<string>Next</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+Right</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrevious">
|
|
<property name="text">
|
|
<string>Previous</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+Left</string>
|
|
</property>
|
|
</action>
|
|
<action name="t1action">
|
|
<property name="text">
|
|
<string>Evaluate T1 minimum...</string>
|
|
</property>
|
|
</action>
|
|
<action name="t1tau">
|
|
<property name="text">
|
|
<string>Calculate T1...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_coup_calc">
|
|
<property name="text">
|
|
<string>Coupling values...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_calc_eps_derivative">
|
|
<property name="text">
|
|
<string>Calculate derivative loss</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpen_FC">
|
|
<property name="text">
|
|
<string>Read FC data...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_mean_t1">
|
|
<property name="text">
|
|
<string>Convert mean values...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFilon">
|
|
<property name="text">
|
|
<string>Log FT...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_new_set">
|
|
<property name="text">
|
|
<string>New set</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_magnitude">
|
|
<property name="text">
|
|
<string>Calculate magnitude</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCenterMax">
|
|
<property name="text">
|
|
<string>Center on max</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_depake">
|
|
<property name="text">
|
|
<string>De-paked spectrum</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_edit">
|
|
<property name="text">
|
|
<string>Edit signals...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPick_position">
|
|
<property name="text">
|
|
<string>Pick points...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionIntegrate">
|
|
<property name="text">
|
|
<string>Integrate</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDerivation">
|
|
<property name="text">
|
|
<string>Differentiation...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionIntegration">
|
|
<property name="text">
|
|
<string>Integration...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_cut">
|
|
<property name="text">
|
|
<string>Cut to visible range</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMove_between_plots">
|
|
<property name="text">
|
|
<string>Move sets...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBaseline">
|
|
<property name="text">
|
|
<string>Baseline...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCalculateT1">
|
|
<property name="text">
|
|
<string>Calculate relaxation...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionChange_datatypes">
|
|
<property name="text">
|
|
<string>Change datatypes...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrint">
|
|
<property name="icon">
|
|
<iconset theme="document-print">
|
|
<normaloff>../../../.designer/backup</normaloff>../../../.designer/backup</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Print...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+P</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_lm_fit">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Default stuff</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_nm_fit">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Nelder-Mead</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_odr_fit">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>ODR</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_no_range">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>None</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_x_range">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Visible x range</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_custom_range">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Custom</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSnake">
|
|
<property name="text">
|
|
<string>Worm</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFunction_editor">
|
|
<property name="text">
|
|
<string>Function editor...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLife">
|
|
<property name="text">
|
|
<string>Life...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTetris">
|
|
<property name="text">
|
|
<string>Not Tetris</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUpdate">
|
|
<property name="text">
|
|
<string>Look for updates</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMine">
|
|
<property name="text">
|
|
<string>Mine</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>DataWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>..data.datawidget.datawidget</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>EditSignalWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>..data.signaledit.editsignalwidget</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>PointSelectWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>..data.point_select</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>ValueEditWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>..data.valueeditwidget</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>QT1Widget</class>
|
|
<extends>QWidget</extends>
|
|
<header>..nmr.t1widget</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>QFitDialog</class>
|
|
<extends>QWidget</extends>
|
|
<header>..fit.fitwindow</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>action_close</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>BaseWindow</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>439</x>
|
|
<y>274</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|