Skip to content

Commit

Permalink
Change names of Dialog window titles
Browse files Browse the repository at this point in the history
  • Loading branch information
robertapplin committed Jan 7, 2024
1 parent 5bb09d7 commit 7c905f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Indirect Data Selection</string>
<string>Data Selection</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down Expand Up @@ -146,6 +146,5 @@
<connections/>
<slots>
<slot>addData()</slot>
<slot>closeDialog()</slot>
</slots>
</ui>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>F(Q) Fit Data Selection</string>
<string>Data Selection</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down Expand Up @@ -149,6 +149,5 @@
<connections/>
<slots>
<slot>addData()</slot>
<slot>closeDialog()</slot>
</slots>
</ui>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Indirect Data Selection</string>
<string>Data Selection</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down Expand Up @@ -135,6 +135,5 @@
<connections/>
<slots>
<slot>addData()</slot>
<slot>closeDialog()</slot>
</slots>
</ui>

0 comments on commit 7c905f7

Please sign in to comment.