Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EnggDiffractionQtTabFitting</class>
<widget class="QWidget" name="EnggDiffractionQtTabFitting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>660</width>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_focus">
<property name="title">
<string>Fitting Run</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<widget class="QCheckBox" name="checkBox">
<string>Save Ouput</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_fit">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="text">
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_fit_all">
<property name="enabled">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
<string>Fit All</string>
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<spacer name="horizontalSpacer_15">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<property name="sizeHint" stdset="0">
<size>
<width>38</width>
<height>20</height>
</size>
</property>
</spacer>
</layout>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_15">
<widget class="QLabel" name="label_fitting_run_number">
<property name="text">
<string>Focused Run #:</string>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_pushButton_run_num">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<property name="text">
<string/>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
</item>
<widget class="QPushButton" name="pushButton_fitting_browse_run_num">
<property name="text">
<string>Browse</string>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_load">
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<widget class="QLabel" name="label_fitting_peaks">
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_fitting_peaks">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
<property name="readOnly">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>Leave Blank To Use Default Expected Peaks</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_fitting_browse_peaks">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Browse</string>
<item>
<widget class="QPushButton" name="pushButton_clear_peak_list">
<property name="text">
<string>Clear</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_save_peak_list">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_fititng_preview">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>4</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>596</width>
<height>111</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>2</width>
<height>2</height>
</size>
</property>
<property name="title">
<string>Preview</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_peak_button_3">
<item>
<widget class="QPushButton" name="pushButton_plot_separate_window">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Plot To Separate Window</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_plotFittedPeaks">
<property name="text">
<string>Plot fitted peaks</string>
</property>
</widget>
</item>
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<item>
<spacer name="horizontalSpacer_19">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>38</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="3" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>187</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<widget class="QLabel" name="label_qlist_bank">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Run #:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QListWidget" name="listWidget_fitting_run_num">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0" colspan="2">
<widget class="QwtPlot" name="dataPlot">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>4</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<width>0</width>
<height>0</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>2</width>
<height>2</height>
</size>
</property>
<item row="4" column="0" colspan="4">
<widget class="QGroupBox" name="groupBox_peak_tools">
<property name="title">
<string>Peak Tools</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<widget class="QPushButton" name="pushButton_tooltip">
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="toolTip">
<string><html><head/><body><p><span style=" font-weight:600; font-style:italic;">Shift+ Left Click</span> to select peak then click <span style=" font-weight:600; font-style:italic;">Add Peak to List </span>to add to list of peaks.</p><p><span style=" font-weight:600; font-style:italic;">Left Click+Drag </span>to zoom into an area within the peak display.</p><p><span style=" font-weight:600; font-style:italic;">Right Click</span> to return to original zoom size.</p><p>Selected peaks can be removed from the top of the interface</p></body></html></string>
</property>
<property name="styleSheet">
<string notr="true">border: 0px;
background-color: rgb(179, 214, 255)</string>
</property>
<property name="text">
<string>How to use</string>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>289</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_peak_button">
<item>
<spacer name="horizontalSpacer_17">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>38</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_select_peak">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Select Peak</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_add_peak">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Add Peak to List</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_comboBox_fitting_bank_3">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="3" column="3">
<widget class="QPushButton" name="pushButton_remove_run">
<property name="text">
<string>Remove Run</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</widget>
<customwidgets>
<customwidget>
<class>QwtPlot</class>
<extends>QFrame</extends>
<header>qwt_plot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>