source: sasview/src/sas/qtgui/UI/SlicerParametersUI.ui @ 965fbd8

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 965fbd8 was 3bdbfcc, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Reimplementation of the slicer functionality

  • Property mode set to 100755
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SlicerParametersUI</class>
4 <widget class="QDialog" name="SlicerParametersUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>328</width>
10    <height>266</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Slicer Parameters</string>
21  </property>
22  <property name="windowIcon">
23   <iconset resource="main_resources.qrc">
24    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
25  </property>
26  <layout class="QGridLayout" name="gridLayout">
27   <item row="0" column="0" colspan="2">
28    <widget class="QTableView" name="lstParams"/>
29   </item>
30   <item row="1" column="0">
31    <spacer name="verticalSpacer">
32     <property name="orientation">
33      <enum>Qt::Vertical</enum>
34     </property>
35     <property name="sizeHint" stdset="0">
36      <size>
37       <width>20</width>
38       <height>21</height>
39      </size>
40     </property>
41    </spacer>
42   </item>
43   <item row="2" column="1">
44    <widget class="QDialogButtonBox" name="buttonBox">
45     <property name="orientation">
46      <enum>Qt::Horizontal</enum>
47     </property>
48     <property name="standardButtons">
49      <set>QDialogButtonBox::Ok</set>
50     </property>
51    </widget>
52   </item>
53  </layout>
54 </widget>
55 <resources>
56  <include location="main_resources.qrc"/>
57 </resources>
58 <connections>
59  <connection>
60   <sender>buttonBox</sender>
61   <signal>accepted()</signal>
62   <receiver>SlicerParametersUI</receiver>
63   <slot>accept()</slot>
64   <hints>
65    <hint type="sourcelabel">
66     <x>248</x>
67     <y>254</y>
68    </hint>
69    <hint type="destinationlabel">
70     <x>157</x>
71     <y>274</y>
72    </hint>
73   </hints>
74  </connection>
75  <connection>
76   <sender>buttonBox</sender>
77   <signal>rejected()</signal>
78   <receiver>SlicerParametersUI</receiver>
79   <slot>reject()</slot>
80   <hints>
81    <hint type="sourcelabel">
82     <x>316</x>
83     <y>260</y>
84    </hint>
85    <hint type="destinationlabel">
86     <x>286</x>
87     <y>274</y>
88    </hint>
89   </hints>
90  </connection>
91 </connections>
92</ui>
Note: See TracBrowser for help on using the repository browser.