Changeset 457d961 in sasview for src/sas/qtgui/Perspectives/Invariant
- 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
- Location:
- src/sas/qtgui/Perspectives/Invariant
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantDetails.py
r83eb5208 r457d961 59 59 self.progressBar.setValue(progress_low_qstar) 60 60 self.progressBar_2.setValue(progress_qstar) 61 self.progressBar_3.setValue(progress_high_qstar) 61 self.progressBar_3.setValue(progress_high_qstar) 62 63 new_font = 'font-family: -apple-system, "Helvetica Neue", "Ubuntu";' 64 self.label_3.setStyleSheet(new_font) 65 self.label_4.setStyleSheet(new_font) 66 self.label_.setStyleSheet(new_font) 62 67 63 68 self.show() -
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
ree18d33 r457d961 106 106 # Set up the mapper 107 107 self.setupMapper() 108 109 new_font = 'font-family: -apple-system, "Helvetica Neue", "Ubuntu";' 110 self.label_2.setStyleSheet(new_font) 111 self.label_24.setStyleSheet(new_font) 112 self.label_27.setStyleSheet(new_font) 108 113 109 114 def setClosable(self, value=True): -
src/sas/qtgui/Perspectives/Invariant/UI/InvariantDetailsUI.ui
rf721030 r457d961 95 95 <widget class="QLabel" name="label_3"> 96 96 <property name="text"> 97 <string><html><head/><body><p>[1/(cm*A<span style=" vertical-align:super;">3</span>)]</p></body></html></string> 97 <string><html><head/><body><p>[1/(cm*Ã 98 <span style=" vertical-align:super;">3</span>)]</p></body></html></string> 98 99 </property> 99 100 </widget> … … 122 123 <widget class="QLabel" name="label_4"> 123 124 <property name="text"> 124 <string><html><head/><body><p>[1/(cm*A<span style=" vertical-align:super;">3</span>)]</p></body></html></string> 125 <string><html><head/><body><p>[1/(cm*Ã 126 <span style=" vertical-align:super;">3</span>)]</p></body></html></string> 125 127 </property> 126 128 </widget> … … 149 151 <widget class="QLabel" name="label_7"> 150 152 <property name="text"> 151 <string><html><head/><body><p>[1/(cm*A<span style=" vertical-align:super;">3</span>)]</p></body></html></string> 153 <string><html><head/><body><p>[1/(cm*Ã 154 <span style=" vertical-align:super;">3</span>)]</p></body></html></string> 152 155 </property> 153 156 </widget>
Note: See TracChangeset
for help on using the changeset viewer.