v1.0.0-rc.110 (#16)
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 7m46s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 8m45s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 6m56s
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 5m58s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 6m59s
Build Packages / build:rpm (rocky8) (push) Successful in 7m33s
Build Packages / Generate python client (push) Successful in 19s
Build Packages / Build documentation (push) Successful in 41s
Build Packages / Create release (push) Has been skipped
Build Packages / build:rpm (rocky9) (push) Successful in 8m45s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 7m51s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 7m12s
Build Packages / Unit tests (push) Successful in 1h8m51s
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 7m46s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 8m45s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 6m56s
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 5m58s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 6m59s
Build Packages / build:rpm (rocky8) (push) Successful in 7m33s
Build Packages / Generate python client (push) Successful in 19s
Build Packages / Build documentation (push) Successful in 41s
Build Packages / Create release (push) Has been skipped
Build Packages / build:rpm (rocky9) (push) Successful in 8m45s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 7m51s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 7m12s
Build Packages / Unit tests (push) Successful in 1h8m51s
This is an UNSTABLE release. * jfjoch_broker: Add auto-contrast option for preview images * Frontend: Add logo image * jfjoch_viewer: Add logo image * jfjoch_viewer: For image chart allow to set min value to zero * jfjoch_viewer: For resolution estimation plots, visualization uses 1/d^2 as measure * jfjoch_viewer: Add 3D unit cell visualization (experimental/WIP/not really there) * Documentation: Add logo image Reviewed-on: #16 Co-authored-by: Filip Leonarski <filip.leonarski@psi.ch> Co-committed-by: Filip Leonarski <filip.leonarski@psi.ch>
This commit was merged in pull request #16.
This commit is contained in:
@@ -72,10 +72,12 @@ void JFJochViewerMenu::AddWindowEntry(JFJochHelperWindow *window, const QString
|
||||
|
||||
|
||||
void JFJochViewerMenu::aboutSelected() {
|
||||
QPixmap pixmap(":/jfjoch.png");
|
||||
|
||||
QString version(QString::fromStdString(jfjoch_version()));
|
||||
// Create QMessageBox
|
||||
QMessageBox aboutBox(this);
|
||||
aboutBox.setWindowTitle("About Jungfraujoch Image Viewer");
|
||||
aboutBox.setWindowTitle("About");
|
||||
|
||||
// Set detailed text with proper spacing and structure
|
||||
aboutBox.setText(
|
||||
@@ -83,6 +85,8 @@ void JFJochViewerMenu::aboutSelected() {
|
||||
"<p><b>Version:</b> " + version + "</p>"
|
||||
"<p><b>Copyright:</b> 2019-2025 Paul Scherrer Institute</p>"
|
||||
"<p><b>Author:</b> Filip Leonarski <filip.leonarski@psi.ch></p>"
|
||||
"<p><b>Links:</b> <a href='https://jungfraujoch.readthedocs.io'>Documentation</a>, "
|
||||
"<a href='https://gitea.psi.ch/mx/jungfraujoch'>Repository</a></p>"
|
||||
);
|
||||
|
||||
// Optional: Add a larger informative text, if needed
|
||||
@@ -94,7 +98,7 @@ void JFJochViewerMenu::aboutSelected() {
|
||||
);
|
||||
|
||||
// Set an icon
|
||||
aboutBox.setIcon(QMessageBox::Information);
|
||||
aboutBox.setIconPixmap(pixmap);
|
||||
|
||||
// Execute the dialog
|
||||
aboutBox.exec();
|
||||
|
||||
Reference in New Issue
Block a user