Changeset d3c0b95 in sasview for src/sas/qtgui/Perspectives/Fitting/UI/MultiConstraintUI.ui
- Timestamp:
- Jan 10, 2018 5:15:53 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- e147ce2
- Parents:
- eae226b
- git-author:
- Piotr Rozyczko <rozyczko@…> (01/10/18 05:05:35)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (01/10/18 05:15:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/MultiConstraintUI.ui
reae226b rd3c0b95 4 4 <widget class="QDialog" name="MultiConstraintUI"> 5 5 <property name="windowModality"> 6 <enum>Qt:: WindowModal</enum>6 <enum>Qt::ApplicationModal</enum> 7 7 </property> 8 8 <property name="geometry"> … … 150 150 <property name="text"> 151 151 <string>OK</string> 152 </property> 153 </widget> 154 </item> 155 <item> 156 <widget class="QPushButton" name="cmdCancel"> 157 <property name="text"> 158 <string>Cancel</string> 159 </property> 160 </widget> 161 </item> 162 <item> 163 <widget class="QPushButton" name="cmdHelp"> 164 <property name="text"> 165 <string>Help</string> 152 166 </property> 153 167 </widget> … … 175 189 </hints> 176 190 </connection> 191 <connection> 192 <sender>cmdCancel</sender> 193 <signal>clicked()</signal> 194 <receiver>MultiConstraintUI</receiver> 195 <slot>reject()</slot> 196 <hints> 197 <hint type="sourcelabel"> 198 <x>187</x> 199 <y>121</y> 200 </hint> 201 <hint type="destinationlabel"> 202 <x>184</x> 203 <y>71</y> 204 </hint> 205 </hints> 206 </connection> 177 207 </connections> 178 208 </ui>
Note: See TracChangeset
for help on using the changeset viewer.