Changeset 457d961 in sasview for src/sas/qtgui/Calculators/UI/KiessigPanel.ui
- Timestamp:
- Aug 18, 2017 11:08:55 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:
- 464cd07
- Parents:
- 0e4d87c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Calculators/UI/KiessigPanel.ui
rcd2cc745 r457d961 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>3 54</width>9 <width>365</width> 10 10 <height>193</height> 11 11 </rect> … … 33 33 <widget class="QLabel" name="label"> 34 34 <property name="text"> 35 <string>Kiessi ng Fringe Width (Delta Q)</string>35 <string>Kiessig Fringe Width (Delta Q)</string> 36 36 </property> 37 37 </widget> 38 38 </item> 39 39 <item> 40 <widget class="QLineEdit" name="deltaq_in"/> 40 <widget class="QLineEdit" name="deltaq_in"> 41 <property name="minimumSize"> 42 <size> 43 <width>77</width> 44 <height>21</height> 45 </size> 46 </property> 47 <property name="baseSize"> 48 <size> 49 <width>77</width> 50 <height>21</height> 51 </size> 52 </property> 53 </widget> 41 54 </item> 42 55 <item> … … 70 83 <item> 71 84 <widget class="QLineEdit" name="lengthscale_out"> 85 <property name="minimumSize"> 86 <size> 87 <width>77</width> 88 <height>21</height> 89 </size> 90 </property> 91 <property name="baseSize"> 92 <size> 93 <width>77</width> 94 <height>21</height> 95 </size> 96 </property> 72 97 <property name="readOnly"> 73 98 <bool>true</bool>
Note: See TracChangeset
for help on using the changeset viewer.