Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Simplify setup of ShapeVariationAnalyzerWidget #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ShapeVariationAnalyzer/Resources/UI/ShapeVariationAnalyzer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="ctkCollapsibleButton" name="CollapsibleButton_creationCSVFile">
<widget class="ctkCollapsibleButton" name="collapsibleButton_creationCSVFile">
<property name="text">
<string>Creation of CSV File for Classification Groups</string>
</property>
Expand Down Expand Up @@ -102,7 +102,7 @@
</widget>
</item>
<item>
<widget class="ctkCollapsibleButton" name="CollapsibleButton_previewClassificationGroups">
<widget class="ctkCollapsibleButton" name="collapsibleButton_previewClassificationGroups">
<property name="text">
<string>Preview/Update Groups</string>
</property>
Expand Down Expand Up @@ -130,7 +130,7 @@
</widget>
</item>
<item>
<widget class="ctkCollapsibleGroupBox" name="CollapsibleGroupBox_previewVTKFiles">
<widget class="ctkCollapsibleGroupBox" name="collapsibleGroupBox_previewVTKFiles">
<property name="title">
<string>Preview of the VTK files in ShapePopulationViewer</string>
</property>
Expand All @@ -142,7 +142,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="ctkCheckableComboBox" name="CheckableComboBox_ChoiceOfGroup"/>
<widget class="ctkCheckableComboBox" name="checkableComboBox_ChoiceOfGroup"/>
</item>
<item>
<widget class="QTableWidget" name="tableWidget_VTKFiles">
Expand Down
Loading