From 6efec9bdaef02c59f7abe952d0997336bea35c67 Mon Sep 17 00:00:00 2001 From: Oleksandr Koshchii Date: Wed, 19 Jun 2024 10:07:28 +0200 Subject: [PATCH] Sync status bar with two theta slider selection in Explore tab view --- .../Pages/Explore/MainContent/ExploreTab2DTwoThetaRings.qml | 4 ++-- EasyTextureApp/Gui/Components/Pages/Explore/SideBarBasic.qml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EasyTextureApp/Gui/Components/Pages/Explore/MainContent/ExploreTab2DTwoThetaRings.qml b/EasyTextureApp/Gui/Components/Pages/Explore/MainContent/ExploreTab2DTwoThetaRings.qml index 9b625b9..8e56ede 100644 --- a/EasyTextureApp/Gui/Components/Pages/Explore/MainContent/ExploreTab2DTwoThetaRings.qml +++ b/EasyTextureApp/Gui/Components/Pages/Explore/MainContent/ExploreTab2DTwoThetaRings.qml @@ -15,6 +15,6 @@ Charts.Plotly2DTwoThetaRings { //useWebGL: Globals.Proxies.main.plotting.useWebGL1d - xAxisTitle: "x, mm" - yAxisTitle: "y, mm" + //xAxisTitle: "x, mm" + yAxisTitle: "AAAAAA" } diff --git a/EasyTextureApp/Gui/Components/Pages/Explore/SideBarBasic.qml b/EasyTextureApp/Gui/Components/Pages/Explore/SideBarBasic.qml index c7b064d..2372bbc 100644 --- a/EasyTextureApp/Gui/Components/Pages/Explore/SideBarBasic.qml +++ b/EasyTextureApp/Gui/Components/Pages/Explore/SideBarBasic.qml @@ -11,14 +11,14 @@ import EasyApp.Gui.Components as EaComponents EaComponents.SideBarColumn { EaElements.GroupBox { - title: qsTr("Select 2-theta Ring") + title: qsTr("Select 2θ Ring") collapsible: false Loader { source: 'SideBarBasic/TwoThetaSlider.qml' } } EaElements.GroupBox { - title: qsTr("Select gamma-Slice Width") + title: qsTr("Select γ-Slice Width") collapsible: false Loader { source: 'SideBarBasic/GammaSliceSelector.qml' }