Skip to content

Commit

Permalink
docs: update screenshot scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 11, 2022
1 parent 13bf7f6 commit 1502c65
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- fix: catch IndexError when trying to view an event that is not
there anymore in polygon-selection-mode in QuickView
- enh: make auto-apply in QuickView plot settings optional
- docs: update screenshot scripts
2.11.11
- enh: strip http(s):// from DCOR server string in settings
- enh: improve GUI of QuickView (#133, #43)
Expand Down
2 changes: 1 addition & 1 deletion docs/scrots/make_scrots_qg_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
dlg.lineEdit_path.setText(dlg.path)
dlg.comboBox.setCurrentIndex(1)
dlg.comboBox_filter_ray.setCurrentIndex(1)
dlg.bulklist_features.listWidget.item(2).setCheckState(2)
dlg.bulklist_features.listWidget.item(4).setCheckState(2)
QApplication.processEvents(QtCore.QEventLoop.AllEvents, 300)
dlg.grab().save("_qg_statistics_folder.png")

Expand Down
3 changes: 2 additions & 1 deletion docs/scrots/make_scrots_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Data available at https://doi.org/10.6084/m9.figshare.11302595.v1
"""

import pathlib
import sys

Expand Down Expand Up @@ -72,6 +71,8 @@
mw.widget_quick_view.comboBox_y.setCurrentIndex(idy)
mw.widget_quick_view.comboBox_xscale.setCurrentIndex(1)
mw.widget_quick_view.comboBox_yscale.setCurrentIndex(1)
mw.widget_quick_view.checkBox_hue.click()
mw.widget_quick_view.toolButton_apply.click()
QApplication.processEvents(QtCore.QEventLoop.AllEvents, 300)
mw.widget_quick_view.grab().save("_ui_qv_settings.png")
mw.widget_quick_view.toolButton_event.toggle()
Expand Down
Binary file modified docs/scrots/qg_statistics_folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scrots/qg_statistics_init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scrots/ui_ana_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scrots/ui_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scrots/ui_qv_event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scrots/ui_qv_poly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/scrots/ui_qv_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1502c65

Please sign in to comment.