source: sasview/src/sas/qtgui/Plotting/UI/MaskEditorUI.ui @ 133812c7

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 133812c7 was 133812c7, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 5 years ago

Merged ESS_GUI

  • Property mode set to 100755
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MaskEditorUI</class>
4 <widget class="QDialog" name="MaskEditorUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>824</width>
10    <height>453</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <property name="windowIcon">
17   <iconset>
18    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
19  </property>
20  <layout class="QGridLayout" name="gridLayout">
21   <item row="0" column="0">
22    <widget class="QGroupBox" name="groupBox">
23     <property name="title">
24      <string>Mask shape</string>
25     </property>
26     <layout class="QVBoxLayout" name="verticalLayout">
27      <item>
28       <widget class="QRadioButton" name="rbWings">
29        <property name="text">
30         <string>Double Wings</string>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="QRadioButton" name="rbCircularDisk">
36        <property name="text">
37         <string>Circular Disk</string>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <widget class="QRadioButton" name="rbRectangularDisk">
43        <property name="text">
44         <string>Rectangular Disk</string>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <widget class="QRadioButton" name="rbDoubleWingWindow">
50        <property name="text">
51         <string>Double Wing Window</string>
52        </property>
53       </widget>
54      </item>
55      <item>
56       <widget class="QRadioButton" name="rbCircularWindow">
57        <property name="text">
58         <string>Circular Window</string>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <widget class="QRadioButton" name="rbRectangularWindow">
64        <property name="text">
65         <string>Rectangular Window</string>
66        </property>
67       </widget>
68      </item>
69     </layout>
70    </widget>
71   </item>
72   <item row="1" column="0">
73    <spacer name="verticalSpacer">
74     <property name="orientation">
75      <enum>Qt::Vertical</enum>
76     </property>
77     <property name="sizeHint" stdset="0">
78      <size>
79       <width>20</width>
80       <height>152</height>
81      </size>
82     </property>
83    </spacer>
84   </item>
85   <item row="2" column="0">
86    <widget class="QPushButton" name="cmdAdd">
87     <property name="sizePolicy">
88      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
89       <horstretch>0</horstretch>
90       <verstretch>0</verstretch>
91      </sizepolicy>
92     </property>
93     <property name="text">
94      <string>Add</string>
95     </property>
96    </widget>
97   </item>
98   <item row="3" column="0">
99    <widget class="QPushButton" name="cmdReset">
100     <property name="sizePolicy">
101      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
102       <horstretch>0</horstretch>
103       <verstretch>0</verstretch>
104      </sizepolicy>
105     </property>
106     <property name="toolTip">
107      <string>Clear all the masks</string>
108     </property>
109     <property name="text">
110      <string>Reset</string>
111     </property>
112    </widget>
113   </item>
114   <item row="4" column="0">
115    <widget class="QPushButton" name="cmdClear">
116     <property name="sizePolicy">
117      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
118       <horstretch>0</horstretch>
119       <verstretch>0</verstretch>
120      </sizepolicy>
121     </property>
122     <property name="toolTip">
123      <string>Clear recent masks</string>
124     </property>
125     <property name="text">
126      <string>Clear</string>
127     </property>
128    </widget>
129   </item>
130   <item row="0" column="1" rowspan="5">
131    <widget class="QFrame" name="frame">
132     <property name="frameShape">
133      <enum>QFrame::StyledPanel</enum>
134     </property>
135     <property name="frameShadow">
136      <enum>QFrame::Raised</enum>
137     </property>
138     <property name="lineWidth">
139      <number>2</number>
140     </property>
141    </widget>
142   </item>
143  </layout>
144 </widget>
145 <resources/>
146 <connections/>
147</ui>
Note: See TracBrowser for help on using the repository browser.