Skip to content

Commit

Permalink
update tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
searscr committed Feb 20, 2025
1 parent bd85bfb commit 5a88954
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/quicknxs/ui/ui_main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>410</width>
<width>395</width>
<height>269</height>
</rect>
</property>
Expand Down Expand Up @@ -439,6 +439,9 @@
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_45">
<property name="toolTip">
<string>Step size in Q for reflectometry reduction. Enter a negative number to get a log scale.</string>
</property>
<property name="text">
<string>Q steps</string>
</property>
Expand Down Expand Up @@ -663,7 +666,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>410</width>
<width>395</width>
<height>253</height>
</rect>
</property>
Expand Down Expand Up @@ -717,6 +720,9 @@
</item>
<item row="11" column="3">
<widget class="QDoubleSpinBox" name="q_rebin_spinbox_run">
<property name="toolTip">
<string>Step size in Q for reflectometry reduction. Enter a negative number to get a log scale.</string>
</property>
<property name="suffix">
<string> 1/A</string>
</property>
Expand Down Expand Up @@ -934,6 +940,9 @@
</item>
<item row="11" column="1">
<widget class="QCheckBox" name="final_rebin_checkbox_run">
<property name="toolTip">
<string>Enable rebinning final reflectivity for this run only</string>
</property>
<property name="text">
<string>Final Rebin</string>
</property>
Expand Down Expand Up @@ -1003,6 +1012,9 @@
</item>
<item row="11" column="2">
<widget class="QLabel" name="label_58">
<property name="toolTip">
<string>Step size in Q for reflectometry reduction. Enter a negative number to get a log scale.</string>
</property>
<property name="text">
<string>Q Steps</string>
</property>
Expand Down Expand Up @@ -1108,7 +1120,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>381</width>
<width>395</width>
<height>144</height>
</rect>
</property>
Expand Down

0 comments on commit 5a88954

Please sign in to comment.