Changes in / [04ac604:b51c8fc] in sasview
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/conda_qt5_min_ubuntu.yml
rb2fc7c9 r1a1111f 17 17 - pyinstaller 18 18 - pyqt>=5.9 # required for GTK themes to work correctly 19 - pyopencl 19 # - pyopencl 20 # - pocl 20 21 - pip: 21 22 - pytools -
build_tools/conda_qt5_win.yml
ra2b74bb rc972e3a 23 23 - xhtml2pdf 24 24 - qt5reactor 25 - tinycc 25 26 -
build_tools/jenkins_ubuntu_build.sh
rccf44de r1095866 4 4 ## Set up path for py36 - conda 5 5 export PATH=/home/sasview/anaconda3/bin:$PATH 6 6 export QT_QPA_PLATFORM=offscreen 7 7 8 8 # Set proxy … … 46 46 cd sasview 47 47 python src/sas/qtgui/convertUI.py 48 python setup.py build docs 49 python setup.py install 48 python setup.py build docs install 50 49 51 50 # Pyinstaller -
src/sas/qtgui/MainWindow/DataExplorer.py
r04ac604 r04ac604 1255 1255 #if current_tab_name in self.theory_model.item(current_index).text(): 1256 1256 if current_tab_name == self.theory_model.item(current_index).text(): 1257 return1258 1257 self.theory_model.removeRow(current_index) 1259 1258 break
Note: See TracChangeset
for help on using the changeset viewer.